.clhs, .crhs {
    width: 50%;
    padding: 0 35px;
}
.common-header.left-stick:before {
    right: initial;
}
.clhs p {
    margin: 20px 0;
}
.crhs .commonBtn {
    margin: 40px 0;
}
.crhs {
    padding: 20px 35px;
}

/* Media queries start here */
@media screen and (max-width:767px){
.contactSection > div {
    flex-direction: column;
}
.clhs, .crhs {
    width: 100%;
    padding: 20px 20px;
}
}
/* Media queries end here */