.our-values-section {
    padding: 30px 0 60px 0;
}

.our-values-section .section-title {
    font: 400 130px/130px "ABC Prophet Trial";
    letter-spacing: -0.03em;
    color: #F0F0F0;
    margin: 0 0 -75px 100px;
}

.our-values-box h3 {
    font: 700 20px/20px "Montserrat";
    color: #232323;
    margin-bottom: 25px;
}

.our-values-box p {
    font: 400 14px/20px "Montserrat";
    color: #7D7D7D;
}

.our-values-box .box-icon {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.our-values-box:nth-child(2) .box-icon img {
    height: 100px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .our-values-section .section-title {
        margin-bottom: -45px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .our-values-section .section-title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 575px) {
    .our-values-section .section-title {
        font: 500 40px/40px "ABC Prophet Trial";
        color: #4E4E4E;
        text-align: center;
        margin-bottom: 20px;
    }

    .our-values-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .our-values-box .box-icon {
        margin-left: auto;
        margin-right: auto;
    }
}
