main {
    width: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
}

/* SECTION ONE STYLE */
#testi-1 {
    width: 100%;
    height: 300px;
    color: #00504A;
    background-color: rgb(232, 231, 219);
}

#testi-1 .testi-1-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: normal;
}

#testi-1 .testi-1-container h2 {
    position: relative;
    z-index: 1;
    top: 180px;
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#testi-1 .testi-1-container img {
    position: absolute;
    z-index: 0;
    top: 138px;
    right: 17%;
    width: 117px;
    height: 162px;
}

/* SECTION TWO STYLE */
#testi-2 {
    width: 100%;
    color: #00504A;
    background-color: #fff;
}

#testi-2 .testi-2-container {
    padding: 76px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: normal;
}

#testi-2 .testi-2-container .item {
    width: 619px;
}

#testi-2 .testi-2-container .item:not(:first-child) {
    margin-top: 65px;
}

#testi-2 .testi-2-container .left {
    margin-right: 95px;
}

#testi-2 .testi-2-container .item h3 {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
}

#testi-2 .testi-2-container .item p {
    font-size: 16px;
    line-height: 22px;
}

#testi-2 .testi-2-container .item .text {
    margin-bottom: 16px;
}

@media all and (min-width: 1001px) and (max-width: 1622px) {
    /* SECTION TWO STYLE */
    #testi-2 .testi-2-container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
        align-items: center;
    }

    #testi-2 .testi-2-container .left {
        margin-right: 50px;
    }

    #testi-2 .testi-2-container .item {
        width: 100%;
    }

    #testi-2 .testi-2-container .right {
        margin-top: 65px;
    }
}

@media all and (max-width: 1000px) {
    /* SECTION ONE STYLE */
    #testi-1 {
        height: 197px;
    }

    #testi-1 .testi-1-container {
        justify-content: center;
    }

    #testi-1 .testi-1-container h2 {
        top: 142px;
        margin-left: 30px;
        font-size: 39px;
        line-height: 42px;
        letter-spacing: -0.775px;
        max-width: unset;
    }

    #testi-1 .testi-1-container img {
        width: 43px;
        height: 59px;
    }

    /* SECTION TWO STYLE */
    #testi-2 .testi-2-container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: center;
    }

    #testi-2 .testi-2-container .left {
        margin-right: unset;
    }

    #testi-2 .testi-2-container .item {
        width: 100%;
    }

    #testi-2 .testi-2-container .right {
        margin-top: 65px;
    }
}

@media all and (max-width: 700px) {
    #testi-1 {
        padding-bottom: 20px;
    }

    #testi-1 .testi-1-container h2 {
        top: 125px;
        left: -12%;
        max-width: 300px;
        font-size: 39px;
        line-height: 42px;
        letter-spacing: -0.775px;
    }

    #testi-1 .testi-1-container img {
        top: 158px
    }
}

@media all and (max-width: 500px) {

}