.team {
    margin-top: 72px;
}

.team__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 24px 24px 24px;
    border: 1px solid #E2E2E2;
    border-radius: 56px;
}

.team__wrapper .team-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width:100%;
}

.team__wrapper .team-text h3 {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 80px;
    letter-spacing: -3%;
    color: #2E2E2E;
}

.team__wrapper .team-text .desc {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: -2%;
    color: #747474;
}

.team-btn {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: black;
    text-decoration: none;
    padding: 15px 32px;
    background: #FBB936;
    width: fit-content;
    align-items: center;
    border-radius: 40px;
}

.team__wrapper .img-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 40px;
}
.team__wrapper iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team__wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team__wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1024px) {
    .team {
        margin-top: 55px;
    }

    .team__wrapper {
        display: flex;
        flex-direction: column;
        padding: 4px 4px 12px 4px;
        gap: 16px;
        border-radius: 32px;
    }

    .team__wrapper .team-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: calc(100% - 16px);
        padding: 0 8px;
    }

    .team__wrapper .team-text h3 {
        font-size: 24px;
        line-height: 36px;

    }

    .team__wrapper .team-text .desc {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -2%;
    }

    .team-btn {
        margin-top: 24px;
        gap: 8px;
        font-size: 14px;
        padding:0 20px;
        height: 44px;
        background: #FBB936;
        width: fit-content;
        align-items: center;
        border-radius: 32px;
    }

    .team__wrapper .img-wrapper {
        width: 100%;
        height: 267px;
        overflow: hidden;
        border-radius: 28px;
    }

    .team__wrapper .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
