.contact-form-right {
   padding:  100px 0;
    margin-bottom:  60px;
}

.contact-form-right h2 {
   font-size: 2.313rem;
   line-height: 1.2;
   text-transform: none;
   margin-bottom:  50px;
   color: #131313;
}

.contact-form-right .email-address-holder {
   margin-bottom:  40px;
}

.contact-form-right .email-address-holder a {
   color: #131313;
   text-decoration:  none;
}

 .contact-form-right p {
    line-height: 1.6;
 }

 .contact-form-right .section-content {
    font-size:  20px;
    margin-bottom:  30px;
 }

.contact-form-right .card {
   background:  #FDF8F5;
   padding:  20px;
}

.contact-form-right .card .card-body {
   padding:  40px;
}

.contact-form-right .card .card-title {
   font-size:  2.313rem;
}





@media screen and (max-width: 1200px) {


}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 2400px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 2400px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 2400px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 2400px),
only screen and (                min-resolution: 192dpi) and (max-width: 2400px),
only screen and (                min-resolution: 2dppx)  and (max-width: 2400px) { 



}





@media (max-width: 768px) {
   
}

@media (max-width: 576px) {
    
}