.about-expertise__wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
    background: linear-gradient( to top, #17333a 0px, #17333a 70%, #E6EBF0 70%, #E6EBF0 100% );
    display: flex;
    flex-direction: column;
    align-items: center;

}

.about-expertise__hero {
    width: 100%;
    max-width: 1134px;
    border-radius: 16px;
    background: #def4ff;
    padding: 40px 90px;
    display: flex;
    position: relative;
}

.about-expertise__hero::before {
    content: '';
    position: absolute;
    background-image: url('../images/boxes-background.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 65%;
    left: 0;
    top: 0;
    border-top-left-radius: 16px;
    z-index: 1;
}

.about-expertise__hero::after {
    content: '';
    position: absolute;
    background-image: url('../images/boxes-background.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 65%;
    right: 0;
    bottom: 0;
    border-top-left-radius: 16px;
    z-index: 1;
    transform: rotate(180deg);
}

.about-expertise__title-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 463px;
    margin-right: 80px;
    z-index: 10;
}

.about-expertise__pre-title {
    margin-bottom: 16px;
    color: #000;
    font-size: 40px;
    font-weight: 300;
}

.about-expertise__title {
    color: #000;
    font-size: 90px;
    font-family: 'ABC Favorit';
    
    font-weight: 350;
    line-height: 97px;
    margin-bottom: 40px;
}

.about-expertise__description-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
}

.about-expertise__description {
    font-size: 20px;
    line-height: 34px;
}

.about-expertise__bulletpoints {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.about-expertise__bulletpoint {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 16px;
    width: 100%;
    margin-bottom: 32px;
    border-radius: 16px;
}

.about-expertise__bulletpoint-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.about-expertise__bulletpoint-icon {
    width: 50px;
    margin-right: 16px;
}

.about-expertise__bulletpoint-title {
    font-size: 20px;
    line-height: 27px;
    font-family: 'ABC Favorit';
}

.about-expertise__bulletpoint-bottom {
    font-size: 16px;
    line-height: 27px;
}

.about-expertise__bulletpoint:last-child {
    margin-bottom: 0;
}

.about-expertise {
    display: flex;
    flex-direction: column;
}

.about-expertise__clarification-container {
    padding-top: 100px;
}

.about-expertise__clarification {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.about-expertise__clarification-title {
    color: #FFF;
    font-size: 64px;
    font-family: 'ABC Favorit';
    font-weight: 350;
    line-height: 82px;
    margin-bottom: 24px;
}

.about-expertise__clarification-description {
    color: #E6EBF0;
    font-size: 20px;
    line-height: 34px;
}

.about-expertise__cards {
    display: flex;
}

.about-expertise__card {
    display: flex;
    flex-direction: column;
}

.about-expertise__card:nth-child(2) {
    margin: 0 96px;
}

.about-expertise__card-image {
    margin-bottom: 21px;
}

.about-expertise__card-description {
    color: #E6EBF0;
    font-size: 16px;
    
    line-height: 27px;
    margin-bottom: 24px;

}

.about-expertise__card-link a {
    display: flex;
    width: 100%;
    color: #ACF445;
    font-size: 20px;
    line-height: 34px;
    align-items: center;
}

.about-expertise__card-link a:hover {
    color: #C8FF70;
}


.about-expertise__card-link svg {
    margin-left: 8px;
    fill: currentColor;
}

@media (min-width: 999px) and (max-width: 1312px) {

    .about-expertise__wrapper {

        background: linear-gradient( to top, #17333a 0px, #17333a 71%, #E6EBF0 71%, #E6EBF0 100% );
    }

    .about-expertise__hero {
        padding: 40px;
    }

    .about-expertise__title-container {
        max-width: 450px;
        margin-right: 40px;
    }
    
    .about-expertise__pre-title {
        font-size: 24px;
    }
    
    .about-expertise__title {
        font-size: 45px;
        line-height: 60px;
    }
    
}

@media only screen and (max-width: 998px) {
    .about-expertise__wrapper {
        padding: 40px 0;
        padding-bottom: 40px;

        background: linear-gradient( to top, #17333a 0px, #17333a 94%, #E6EBF0 94%, #E6EBF0 100% );
    }

    .about-expertise__hero {
        padding: 40px 16px;
        flex-direction: column;
    }

    .about-expertise__hero::before {
        min-width: 168px;
        min-height: 168px;
    }
    
    .about-expertise__hero::after {
        min-width: 168px;
        min-height: 168px;
    }
    

    .about-expertise__title-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        max-width: unset;
    }
    
    .about-expertise__pre-title {
        margin-bottom: 8px;
        font-size: 32px;
    }
    
    .about-expertise__title {
        font-size: 56px;
        line-height: 68px;
        font-weight: 500;
    }
    
    .about-expertise__dot {
        margin-right: 16px;
    }

    .about-expertise__bulletpoint {
        font-size: 16px;
        line-height: 27px;
    }

    .about-expertise__clarification-container {
        padding-top: 40px;
    }

    .about-expertise__clarification {
        margin-bottom: 48px;
    }
    
    .about-expertise__clarification-title {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 24px;
    }

    .about-expertise__cards {
        flex-direction: column;
    }
    
    .about-expertise__card:nth-child(2) {
        margin: 40px 0;
    }
    
    .about-expertise__card-image {
        margin-bottom: 16px;
    }
    .about-expertise__card-description {
        max-width: 312px;
    
    }
}
