#Corporate {

.textBlock {
    margin-top: 50px;
}
.textBlock p {
    font-size: 18px;
    line-height: 2;
}
.imgListWrap {
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    .textBlock p {
        font-size: 16px;
    }
}

}

