#new-features {
    padding: 60px 0;
}
.new-features-inner {
    background: #1a469d;
    margin: 0 auto;
    max-width: 960px;
    border-radius: 0 0 20px 20px;
    padding-bottom: 3px;
    overflow: hidden;
}
.new-features-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    gap: 12px;
}
.new-features-title img {
    width: 72px;
}
.new-features-content {
    background: #fff;
    margin: 0 3px;
    padding: 32px 70px;
    display: flex;
}
.new-features-button {
    background: #fff;
    margin: 0 3px;
    text-align: center;
    border-radius: 0 0 17px 17px;
    padding-top: 0 !important;
    padding-bottom: 24px;
}
.new-features-content-img {
    flex: 0 0 162px;
}
.new-features-content-text {
    flex: 1;
}
.new-features-content-text h3 .new-features-bag {
    background: #ea412c;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 6px 9px;
    margin-right: 14px;
}
.new-features-content-text h3 {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.new-features-content-text h3 span {
    color: #ea412c;
}
.new-features-content-text p {
    color: #202121;
    font-size: 16px;
    font-weight: 700;
}
.new-features-content-text p + p {
    margin-top: 4px;
}
@media (max-width: 991px) {
    .new-features-content {
        flex-direction: column;
        padding: 32px;
    }

    .new-features-content > div {
        width: 100%;
        flex: 1;
    }

    #new-features {
        padding: 30px 15px;
    }

    .new-features-content-img {
        order: 1;
        text-align: center;
        margin-bottom: 16px;
    }

    .new-features-content-text {
        order: 2;
    }

    .new-features-content-img img {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .new-features-title {
        font-size: 22px;
        text-align: center;
        padding: 10px 0;
    }

    .new-features-title img {
        width: 48px;
    }

    .new-features-content {
        padding: 16px;
    }

    .new-features-content-text h3 {
        flex-direction: column;
        text-align: center;
        gap: 6px;
        margin-bottom: 16px;
    }

    .new-features-content-text h3 .new-features-bag {
        max-width: 140px;
        margin: 0 auto;
    }

    .new-features-content-text p {
        text-align: center;
        line-height: 22px;
        font-size: 14px;
    }
}
