#cheil #awards .title {
    margin-top: 62px;
    margin-bottom: 33px;
}

#cheil #awards .imgWrapper {
    background-color: #f4f4f4;
    border-radius: 20px;
}

#cheil #awards .image {
    height: 650px;
    max-width: 790px;
    background: url(../assets/img/awords.png) center center/cover no-repeat;
    margin: 0 auto;
}

#cheil #awards .pageText {
    margin-top: 16px;
    text-align: center;
}

@media(max-width: 768px) {


    #cheil #awards .image {
        max-width: 426px;
        height: 397px;
        background: url(../assets/img/awordsMobile.png) center center/cover no-repeat;
        margin: 0 auto;

    }

    #cheil #awards .title {
        margin-top: 37px;
        margin-bottom: 41px;
    }

}