.inner-headline__title{
    font-size: 55px !important;
}

strong{
    font-weight: 700;
}

.about-us .inner-headline__title{
    font-size: 40px !important;
}

.about-us h3 {
    font-size: 3rem;
    margin-bottom: 10px;
    margin-top: 20px;
}

.about-us .padding-headline-pre-block{
    padding-top: 7.6rem;
}

.about-us ul li{
    list-style-type: disc;
}

.about-us .services-card img{
    border-radius: 10px;
}

.about-us .services-card h4{
    font-size: 22px;
    text-align: center;
    margin: 10px 0px;
}

.services-page .services-card h3{
    font-size: 20px !important;
    margin-bottom: 10px;
}

.services-page .services-card.active-card{
    background: #246399;
}

.services-page .services-card.active-card h3, .services-page .services-card.active-card p{
    color: #fff;
}

.services-page .services-card.active-card .card-btn{
    background: #fff;
    color: #333;
}

.services-page .services-card {
    background: #E5F3FF;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #27689f;
}

.services-page ul{
    margin-left: 20px;
}

.services-page ul li{
    list-style-type: disc;
}

.services-page .card-btn{
    background: #246399;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

#form_message .success{
    padding: 12px;
    background: #edfbf6;
    color: #32d296;
    border: 1px solid;
}

#form_message .error{
    padding: 12px;
    background: #fef4f6;
    color: #f0506e;
    border: 1px solid;
}

.mxd-team-cards__photo img{
    background: #fff;
}

.mxd-team-cards__photo{
   height: 400px;
}

@media only screen and (min-width: 1200px) {
    .mxd-team-cards__media {
        height: 400px;
    }
    
    .mxd-services-list__title p {
        font-size: 7rem;
    }
}