.services .service:nth-of-type(odd) img {
    border-radius: 24px 0 0 24px;
}

.services .service:nth-of-type(even) img {
    border-radius: 0 24px 24px 0;
}

.contact .left {
    right: 0;
    left: unset;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    text-align: left !important; 
}
.job .cont form .selectJob i {
    right:2% !important;
    left:auto !important;
}