.features-with-icon {
    position: relative;
}
.features-with-icon h2 {
    margin-bottom: 30px;
}
.features-with-icon-text {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
}
.features-with-icon-item {
    margin-bottom: 30px;
}
.features-with-icon-item img {
    margin-bottom: 16px;
}
.features-with-icon-item h3 {
    font-family: var(--paragraph-font);
    font-size: 1.625rem;
    font-weight: 600;
    color: #141414;
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    .features-with-icon-text {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 30px;
    }
    .features-with-icon .col-9 .b2-row {
        display: flex !important;
    }
    .features-with-icon .col-9 .b2-row .b2-col {
        width: 50% !important;
        text-align: center;
    }
    .features-with-icon-item img {
        margin: 0 auto 20px;
        height: 60px;
        width: auto;
    }
    .features-with-icon-item h3 {
        font-size: 1.3rem;
    }
    .features-with-icon-item {
        max-width: 300px;
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 1080px) { /* check 1025 */
    .features-with-icon-item img {
        height: 45px;
    }
}