.contact-form .from-textarea{
    margin-bottom: 25px;
}

.card-header:first-child{
    border-radius: 0 !important;
}

.info-box{
    padding: 15px;
}

.contact-content .contact-title-section{
    max-width: 400px;
    margin-right: 40px;
}

@media screen and (max-width: 991px){
    .contact-content .contact-title-section{
        max-width: 100%;
        margin-right: 0;
    }
}