.about-us.active {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 99;
}

.about-us-bg {
    width: 100%;
    height: 100%;
    background-color: linear-gradient(180deg, #293855 0%, #000 100%);
}

.about-us-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-us-content-nav {
    width: 100%;
    height: 100px;
    background-color: #293855;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.about-us-content-nav p {
    font-size: 30px;
    color: #C0AE67;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hvr-icon {
    cursor: pointer;
}

.hvr-icon:hover {
    transform: scale(1.1);
    transition: .2s linear;
}

.about-us-content-group {
    width: 100%;
    height: calc(100% - 100px);
    background-color: #F8F6EF;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5%;
}

.group {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;

}

.group-img {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 50%;
    /* background-color: #293855; */
}

.group-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.group-position {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #293855;
}

.group-member {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #293855;
}

@media (max-width: 1600px) {
    .about-us.active {
        width: 100%;
        height: 100dvh;
        position: fixed;
        z-index: 50;
    }

    .about-us-bg {
        width: 100%;
        height: 100%;
        background-color: linear-gradient(180deg, #293855 0%, #000 100%);
    }

    .about-us-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .about-us-content-nav {
        width: 100%;
        height: 100px;
        background-color: #293855;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        border-radius: 5px 5px 0 0;
    }

    .about-us-content-nav svg {
        cursor: pointer;
    }

    .about-us-content-group {
        width: 100%;
        height: calc(100% - 100px);
        background-color: #F8F6EF;
        border-radius: 0 0 5px 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        /* flex-wrap: wrap; */
        justify-content: space-between;
        /* gap: 20px; */
        padding: 5%;
    }

    .group {
        width: 20%;
        /* height: 190px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;

    }

    .group-img {
        width: 190px;
        height: 190px;
        border: 10px solid #fff;
        border-radius: 50%;
        /* background-color: #293855; */
    }

    .group-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .group-position {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        color: #293855;
    }

    .group-member {
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color: #293855;
    }
}

@media (max-width: 1200px) {
    .about-us.active {
        width: 100%;
        height: 100dvh;
        position: fixed;
        z-index: 50;
    }

    .about-us-bg {
        width: 100%;
        height: 100%;
        background-color: linear-gradient(180deg, #293855 0%, #000 100%);
    }

    .about-us-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .about-us-content-nav {
        width: 100%;
        height: 100px;
        background-color: #293855;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        border-radius: 5px 5px 0 0;
    }

    .about-us-content-nav svg {
        cursor: pointer;
    }

    .about-us-content-group {
        width: 100%;
        height: calc(100% - 100px);
        background-color: #F8F6EF;
        border-radius: 0 0 5px 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 0;
        padding: 2%;
    }

    .group {
        width: 20%;
        /* height: 170px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;

    }

    .group-img {
        width: 170px;
        height: 170px;
        border: 5px solid #fff;
        border-radius: 50%;
        /* background-color: #293855; */
    }

    .group-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .group-position {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #293855;
    }

    .group-member {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #293855;
    }
}

@media (max-width: 932px) {
    .about-us.active {
        width: 100%;
        height: 100dvh;
        position: fixed;
        z-index: 50;
    }

    .about-us-bg {
        width: 100%;
        height: 100%;
        background-color: linear-gradient(180deg, #293855 0%, #000 100%);
    }

    .about-us-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .about-us-content-nav {
        width: 100%;
        height: 70px;
        background-color: #293855;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        border-radius: 5px 5px 0 0;
    }

    .about-us-content-nav p {
        font-size: 24px;
    }

    .about-us-content-nav svg {
        width: 65px;
        cursor: pointer;
    }

    .about-us-content-group {
        width: 100%;
        height: calc(100% - 70px);
        background-color: #F8F6EF;
        border-radius: 0 0 5px 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /* gap: 20px; */
        padding: 2%;
    }

    .group {
        width: 20%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;

    }

    .group-img {
        width: 100%;
        border: 5px solid #fff;
        border-radius: 50%;
        /* background-color: #293855; */
    }

    .group-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .group-position {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #293855;
    }

    .group-member {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #293855;
    }
}

@media (max-width: 667px) {
    .about-us.active {
        width: 100%;
        height: 100dvh;
        position: fixed;
        z-index: 50;
    }

    .about-us-bg {
        width: 100%;
        height: 100%;
        background-color: linear-gradient(180deg, #293855 0%, #000 100%);
    }

    .about-us-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .about-us-content-nav {
        width: 100%;
        height: 70px;
        background-color: #293855;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        border-radius: 5px 5px 0 0;
    }

    .about-us-content-nav p {
        font-size: 22px;
    }

    .about-us-content-nav svg {
        cursor: pointer;
    }

    .about-us-content-group {
        width: 100%;
        height: calc(100% - 70px);
        background-color: #F8F6EF;
        border-radius: 0 0 5px 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 0px;
        padding: 2%;
    }

    .group {
        width: 20%;
        /* height: 90px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;

    }

    .group-img {
        width: 90px;
        height: 90px;
        border: 5px solid #fff;
        border-radius: 50%;
        /* background-color: #293855; */
    }

    .group-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #fff;
        border-radius: 50%;
    }

    .group-position {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #293855;
    }

    .group-member {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #293855;
    }
}

@media (max-width: 375px) {
    .about-us.active {
        width: 100%;
        height: 100dvh;
        position: fixed;
        z-index: 50;
    }

    .about-us-bg {
        width: 100%;
        height: 100%;
        background-color: linear-gradient(180deg, #293855 0%, #000 100%);
    }

    .about-us-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 70%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .about-us-content-nav {
        width: 100%;
        height: 70px;
        background-color: #293855;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: flex-end;
        border-radius: 5px 5px 0 0;
    }

    .about-us-content-nav p {
        font-size: 18px;
    }

    .about-us-content-nav svg {
        cursor: pointer;
    }

    .about-us-content-group {
        width: 100%;
        height: calc(100% - 70px);
        background-color: #F8F6EF;
        border-radius: 0 0 5px 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 0px;
        padding: 2%;
    }

    .group {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;

    }

    .group-img {
        width: 100px;
        height: 100px;
        border: 5px solid #fff;
        border-radius: 50%;
        /* background-color: #293855; */
    }

    .group-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .group-position {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #293855;
    }

    .group-member {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #293855;
    }
}