#gms-hero {
    height: 100vh;
    padding-top: 100px;
    overflow: hidden;
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
}

.gms-hero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gms-hero__content {
    text-align: center;
}

.gms-hero__content{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: center;
}

.gms-hero__content h2{
    font-size: clamp(1.6rem, 4vw, 4.5rem);
    margin: 0;
}

.gms-hero__content .__agent{
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 8px;
    background: #65ccff3b;
    color: #03b1f8;
    padding: 12px 34px;
    width: max-content;
    margin-top: 3rem;
}

.gms-hero__content p{
    width: 50%;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.gms-here-picture img {
    width: 60vw;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 20px;
    background-color: #004f6f0f;
}



.classteam-heading--h1-hero {
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0;
}

.classteam-header--transparent {
    background: transparent;
    backdrop-filter: blur(10px);
    box-shadow: none;
}

.classteam-header:before {
    background: none;
    backdrop-filter: blur(20px);
}
