/* Transformation Section */
.transformation-section{
    padding: 101px 0 136px 0;
}
.transformation-text{
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.transformation-text img{
    margin:  0 auto;
    width: 106px;
}
.transformation-text h2{
    margin: 42px 0 23px 0;
    color: #014D55;
    font-weight: normal;
}
.transformation-text p{
    color: #014D55;
    margin: 0 0 0 0;
    font-size: 28px;
    line-height: 38px;
    font-family:'Didot';
    font-weight: normal;
}




/* Responsive */
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1299px) {

    .transformation-section{
        padding: 70px 0 100px 0;
    }
}

@media screen and (max-width: 1199px) {


    .transformation-text p{
        font-size: 22px;
        line-height: 32px;
    }
}


@media screen and (max-width: 991px) {

    .transformation-section{
        padding-bottom: 70px;
    }
    .transformation-text h2{
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {

    .transformation-section{
        padding: 50px 0;
    }
    .transformation-text p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width:576px) and (max-width:767px) {}