@media screen and (max-width: 550px){
    .section-about {
        height: 150vh;
    }
    .about-title {
        padding-top: 0vh;
        margin-top: 0;
        margin-bottom: 1vh;
    }
    .about-description {
        margin-bottom: 0;
    }
    .about-col-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .about-col-50 > img {
        margin-bottom: -12vh;
    }
    .about-col-content-title {
        font-size: 2.8vh;
        margin-top: 3vh;
    }
    .awards-content {
        margin-top: -100vh;
    }
    .about-content {
        font-size: 2.6vh;
    }
    .about-content::before {
        top: 0.6vh;
    }
    .section-awards {
        height: 100vh;
    }
    .awards-col-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0;
        height: 62vh;
    }
    .awards-title {
        padding-top: 13vh;
        padding-bottom: 8vh;
    }
    .awards-unreal-logo > img {
        height: 30vh;
    }
    .awards-right-text {
        font-size: 2.6vh;
        width: 100%;
        align-items: center;
        margin-top: 5vh;
    }
    .awards-unreal-title::after {
        top: 2.5vh;
    }
    .awards-experience-design {
        margin-bottom: 0vh;
    }
    .info-play-button {
        margin-top: 3.5vh;
    }

}
