@media screen and (max-width: 1400px) and (orientation: portrait){
    .section-about {
        border-top-right-radius: 50px;
        margin-top: -8vh;
        padding-top: 100px;
        height: 120vh;
    }
    .about-title {
        margin-top: 0;
    }
    .about-col-wrapper {
        margin-top: 25vh;
        flex-direction: column-reverse;
        flex-wrap: unset;
        align-items: center;
        padding-left: var(--global-side-padding);
        padding-right: var(--global-side-padding);
        height: unset;
    }
    .about-col-50 {
        width: 100%;
    }
    .about-col-50 > img {
        width: 100%;
        height: unset;
        margin-bottom: -10vh;
    }
    .about-col-content-title {
        font-size: 2.5vh;
    }
    .about-content-wrapper {
        height: 30vh;
    }
    .about-content {
        font-size: 2.2vh;
    }
    .about-divider {
        margin-bottom: 0.5vh;
    }
    .about-content::before {
        top: 0.6vh;
    }
    .section-awards {
        height: 50vh;
    }
    .awards-col-wrapper {
        padding: 0;
        justify-content: space-between;
    }
    .awards-title {
        padding-top: 6.5vh;
        padding-bottom: 4vh;
    }
    .awards-content {
        margin-top: -52vh;
    }
    .awards-unreal-logo > img {
        height: 26vh;   
    }
    .awards-right-text {
        font-size: 2.2vh;
        width: 48%;
        margin-top: 0vh;
        margin-right: 0;
    }
    .awards-divider {
        margin-bottom: 0.5vh;
    }
    .awards-experience-design {
        font-size:2vh;
        margin-bottom: 0vh;
    }
    .info-play-button {
        height: 4.5vh;
        margin-top: 2vh;
        font-size: 2.2vh;
        padding-left: 3.5vh;
        width: 14vh;
        padding-top: 0.5vh;
        padding-bottom: 0.5vh;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape){
    .section-about {
        padding-top: 13vh;
        height: 90vh;
    }    
    .about-col-wrapper {
        height: unset;
    }
    .about-content {
        font-size: 2.5vh;
    }
    .about-col-50 > img {
        width: 45vh;
        height: unset;
        margin-left: 3vw;
    }
    .section-awards {
        height: 75vh;
    }
    .awards-col-wrapper {
        justify-content: space-around;
    }
    .awards-content {
        margin-top: -75vh;
    }
    .awards-unreal-logo > img {
        height: 47vh;
    }
    .awards-right-text {
        margin-top: 0;
        margin-right: 0;
    }
    .awards-unreal-title::after {
        top: -2.5vh;
    }
    .awards-experience-design {
        font-size: 2.7vh;
    }
}
