.simple_text_section {

    padding: 60px 0;

}

.simple_text_section .inner-container {

    text-align: center;

    /* padding: 60px 0; */

}

.simple_text_section .image {

    width: 85px;

    height: 95px;

    overflow: hidden;

    margin: auto;

    margin-bottom: 10px;

}

.simple_text_section .image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.simple_text_section h2 {

     color: #181818;
    text-align: center;
    font-family: Montserrat;
    font-size: 36.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 191.781% */

}

.simple_text_section .subtitle {

    max-width: 450px;

    font: 400 20px/32px 'Montserrat';

    font-size: calc(16px + (20 - 16) * (100vw / 1920));

    margin: auto;

    margin-bottom: 30px;

}

.simple_text_section .subtitle span {

    display: block;

}

@media(max-width: 991px) {

    .simple_text_section {

        padding: 50px 0;

    }

}

@media(max-width: 767px) {

    .simple_text_section h2 {

        font-size: calc(26px + (40 - 26) * ((100vw - 420px) / (1600 - 420)));

        margin: 16px 0;

        line-height: 32px;

    }



    .simple_text_section .subtitle {

        margin-bottom: 25px;

    }

    .simple_text_section {

        padding: 25px 0;

    }



}