.separation-section{
    padding-top: 120px;
}

.separation-line{
    background: var(--main-color);
    height: 60px;
    margin-bottom: 40px;
}

.get-in-touch-wrap{
    font-family: 'Montserrat';
    color: #374D89;
    text-align: justify;
    margin-right: 60px;
    display: flex;
}


.get-in-touch-mini-wrap{
    width: 50%;
}

.forminator-wrap{
    width: 50%;
}

    
.get-in-touch-wrap h5{
    font-family: 'Montserrat';
    color: #374D89;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

.get-in-touch-hr{
    border-top: thin solid #374D89;
    margin-bottom: 30px!important;
    width: 20%;
}
    
.get-in-touch{
    display: flex;
}

.get-in-touch .fa-envelope{
    margin-left: 0px;
    margin-top: 2px;
}

.get-in-touch i{
    margin-right: 10px;
    margin-top: 0px;
}
.get-in-touch p{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.contact-short-text{
    font-size: 16px;
    line-height: 24px;
}
    

@media all and (max-width: 1200px){
    
.get-in-touch-wrap{
    width: 85%;
    margin: 0 auto 40px auto;
}
    
}


@media all and (max-width: 767px){

.separation-section{
    padding-top: 100px;
}

.separation-line{
    height: 50px;
    margin-bottom: 0px;
}

.get-in-touch-wrap{
    display: block;
}

.get-in-touch-mini-wrap{
    width: 100%;
}

.forminator-wrap{
    width: 100%;
}


}

