.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 (max-width: 600px) {
    .mxd-hero-01__top{
        padding: 40px 0px;
    }
    
    .mxd-hero-01__data-wrap{
        padding: 3rem 0 5.2rem 0;
    }
    
    .mxd-hero-01__data-btn{
        display: none !important;
    }
    
    .mxd-section-title{
        margin-bottom: 5rem;
    }
    
    .mxd-section.padding-grid-pre-mtext{
        padding-bottom: 4.3rem;
    }
    
    .mxd-section-inner-headline{
        padding-top: 5rem;
    }
    
    .inner-headline__title {
        font-size: 30px !important;
    }
    
    .services-page .services-card h3{
        font-size: 18px !important;
    }
    
    .mxd-services-list.grid-top{
        padding-top: 3rem;
    }
    
    .mxd-section.padding-default{
        padding-bottom: 5rem;
    }
    
    .mxd-services-list__inner{
        padding: 3rem 0;
    }
    
    .mxd-services-list__title p{
        font-size: 32px;
    }
    
    .mxd-section-inner-headline.padding-text-pre-block{
        padding-bottom: 5rem;
    }
    
    .mxd-section .padding-mtext .mobile-title{
        padding-bottom: 5.6rem;
    }
    
    .mxd-team-cards__media{
        height: 390px;
    }
    
    .mxd-section.padding-pre-title {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
    
    .about-us .inner-headline__title {
        font-size: 28px !important;
    }
    
    .mxd-section-inner-headline.padding-headline-pre-block{
        padding-bottom: 5rem;
    }
}

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

@media only screen and (min-width: 1600px) {
    .mxd-section-inner-headline {
        padding-top: 7.6rem;
    }
    
    .mxd-section.padding-pre-title{
        padding-top: 5rem;
        padding-bottom: 8.3rem;
    }
    
    .mxd-section-inner-headline.padding-headline-pre-block {
        padding-bottom: 7rem;
    }
}