@media (max-width: 580px) {

    .our-team__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }
    
}

.careers-hero-left {
    width: 100%;
}

.careers-hero-wrapper {
    max-width: 760px;
}

.careers-hero-title {
    max-width: 760px;
    font-size: clamp(42px, 4.9vw, 68px);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.careers-hero-side-title {
    font-size: clamp(30px, 2.2vw, 36px);
    line-height: 1.2;
    font-weight: 600;
}

.careers-hero-side-description {
    font-size: clamp(13px, 0.88vw, 14px);
    line-height: 1.75;
    max-width: 470px;
}

.careers-hero-know-more {
    font-size: 14px;
    letter-spacing: 0.01em;
}

@media (min-width: 1024px) {
    .careers-hero-left {
        width: 65%;
    }

    .careers-hero-right {
        width: 35%;
    }
}