﻿@media screen and (max-width: 750px) {
    .aboutus-header {
        flex-wrap: wrap-reverse;
        justify-content: center !important;
        gap: 16px;
    }

    .aboutus-header-context {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 32px;
    }

    .aboutus-header-billboard {
        min-width: 0 !important;
    }

    .aboutus-content {
        background-size: contain !important;
    }
    .aboutus-header-content {
        padding: 0 8px 0 8px !important;
    }
}
@media screen and (max-width: 1024px) {
    .aboutus-header-billboard {
        width: 25vh !important;
        height: 25vh !important;
        min-width: 30vh !important;
        min-height: 30vh !important;
    }
}

.aboutus-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 32px 32px 64px 32px;
}

.aboutus-header-context {
    display: flex;
    gap: 64px;
    flex-direction: column;
    justify-content: space-between;
}

.aboutus-header-void {
    height: 20%;
}

.aboutus-header-title {
    font-weight: 700;
    text-align: center;
}

.aboutus-header-content {
    padding:0 32px 0 32px;
}

.aboutus-header-billboard {
    display: flex;
    width: 55vh;
    height: 55vh;
    min-width: 55vh;
    min-height: 55vh;
    border-radius: 16px;
    overflow: hidden;
}

.aboutus-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../../images/backgrounds/topheader-background.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.aboutus-title {
    font-weight: 700;
    text-align: center;
    padding: 64px 0 32px 0;
}

.aboutus-content {
    width: 100%;
    background-image: url('../../images/backgrounds/eclips-background.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutus-paraph {
    text-align: justify;
}

.about-game-featurs {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.aboutus-img {
    display: flex;
    width: 100%;
    height: 100%;
}

.aboutus-content-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 32px 32px 32px;
    background-color: #24253A;
}
