﻿.section-title {
    margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 27px;
    }
}

.section-title > *:first-child {
    margin-top: -8px;
}

.section-title__sub-title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.74;
    letter-spacing: 2px;
    color: #0071dc;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .section-title__sub-title {
        font-size: 14px;
    }
}

.section-title__sub-title-02 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.74;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .section-title__sub-title-02 {
        font-size: 14px;
    }
}

.section-title__title {
    font-size: 28px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title__title {
        font-size: 22px;
    }
}

.section-title__title mark {
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
    color: inherit;
    background-color: transparent;
    display: inline-block;
}

    .section-title__title mark::after {
        content: "";
        position: absolute;
        width: 91px;
        height: 12px;
        bottom: 0;
        left: 50%;
        z-index: -1;
        transform: translate(-45px);
        background-color: #ffc221;
        -webkit-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-image: url(../images/headline-curve.svg);
        mask-image: url(../images/headline-curve.svg);
    }

.section-title__title span {
    color: #0071dc;
}

.section-title__title-02 {
    font-size: 32px;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title__title-02 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-title__title-02 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title__title-02 {
        font-size: 22px;
    }
}

.section-title__title-02 mark {
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
    color: inherit;
    background-color: transparent;
    display: inline-block;
}

    .section-title__title-02 mark::after {
        content: "";
        position: absolute;
        width: 91px;
        height: 12px;
        bottom: 0;
        left: 50%;
        z-index: -1;
        transform: translate(-45px);
        background-color: #ffc221;
        -webkit-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-image: url(../images/headline-curve.svg);
        mask-image: url(../images/headline-curve.svg);
    }

.section-title__title-02 span {
    color: #0071dc;
}

.section-title__title-03 {
    font-size: 40px;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .section-title__title-03 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title__title-03 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title__title-03 {
        font-size: 22px;
    }
}

.section-title__title-03 mark {
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
    color: inherit;
    background-color: transparent;
    display: inline-block;
}

    .section-title__title-03 mark::after {
        content: "";
        position: absolute;
        width: 91px;
        height: 12px;
        bottom: 0;
        left: 50%;
        z-index: -1;
        transform: translate(-45px);
        background-color: #ffc221;
        -webkit-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-image: url(../images/headline-curve.svg);
        mask-image: url(../images/headline-curve.svg);
    }

.section-title__title-03 span {
    color: #0071dc;
}

.section-title p {
    margin-top: 25px;
}

/*--
/*  04.02 - Features
/*----------------------------------------*/
.features-section {
    padding: 22px 0;
}

.features-item {
    display: flex;
    align-items: center;
    max-width: 230px;
}

.features-item__icon {
    flex-shrink: 0;
}

    .features-item__icon svg {
        fill: #FFFFFF;
    }

.features-item__caption {
    flex-grow: 1;
    padding-left: 20px;
}

.features-item__title {
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF;
}

@media only screen and (max-width: 575px) {
    .features-item__title {
        font-size: 14px;
    }
}

.feature-title {
    max-width: 360px;
}

.feature-image {
    position: relative;
}

.feature-image__shape-01 {
    width: 24px;
    height: 24px;
    background-color: #0071dc;
    position: absolute;
    left: -60px;
    bottom: 190px;
}

.feature-image__shape-02 {
    width: 24px;
    height: 24px;
    background-color: #ffc221;
    position: absolute;
    left: -36px;
    bottom: 166px;
}

.features-item-02 {
    background-color: #FFFFFF;
    padding: 31px 30px 33px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-item-02 {
        padding: 21px 20px 23px;
    }
}

.features-item-02 + .features-item-02 {
    margin-top: 30px;
}

.features-item-02__icon {
    margin-bottom: 26px;
}

    .features-item-02__icon i {
        border-radius: 15px;
        padding: 0.5em;
        font-size: 30px;
    }

    .features-item-02__icon.color-01 i {
        background-color: #F5F7FD;
        color: #0071dc;
    }

        .features-item-02__icon.color-01 i::before {
            opacity: 0.4;
        }

        .features-item-02__icon.color-01 i::after {
            opacity: 1;
        }

    .features-item-02__icon.color-02 i {
        background-color: #E8F8EC;
        color: #5FBD74;
    }

    .features-item-02__icon.color-03 i {
        background-color: #FBF2F1;
        color: #F8796C;
    }

    .features-item-02__icon.color-04 i {
        background-color: #F5EEDD;
        color: #FFC221;
    }

        .features-item-02__icon.color-04 i::before {
            opacity: 1;
            color: #FFFFFF;
        }

        .features-item-02__icon.color-04 i::after {
            opacity: 1;
        }

.features-item-02__title {
    font-size: 18px;
    line-height: 1.6;
}