@media (max-width: 1024px){
    section.form form{
        width: 100%;
    }
}
@media (max-width: 980px){
section.about-home .main-about-img{
   width: 100%;
    overflow: hidden;
    float: none;
    margin-right: 0;
    margin-bottom: var(--m30);
}
section.about-home img{
    height:400px;
}
section.about-home .abt-cont{
    min-height: 100%;
}
section.form .col-6{
    width: 100%;
}
section.form .cont img {
    height: 450px;
    margin-bottom: 30px;
    }
}
@media (max-width: 540px){
section.form .cont img {
    height: 350px;
}
section.form .col-6 {
    width: 100%;
    padding: 0px;
}
section.form form{
    padding: var(--p30) var(--p20);
}
section.about-home img{
    height:350px;
}
section.form .row .name .col-6 {
    padding: 0;
    width: 100%;
}
}
@media (max-width: 360px){
section.about-home img, section.form .cont img {
    height:300px;
}
}