.team-section {
    margin-bottom: calc(120px - 32px);
}

.team-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 4px;
    background: rgba(1, 86, 205, 0.10);
    border-radius: 6px;
    margin: 0 auto 40px;
}

.team-badge-text {
    color: #0156CD;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.team-description {
    text-align: center;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 926px;
    margin: 0 auto 40px;
}

.team-controls {
    margin-bottom: 40px;
}

.control-container button:nth-child(1) span {
    transform: rotate(180deg);
}

.arrow-btn {
    transition: background-color 400ms;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #E8E8E8;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.arrow-btn:hover {
    transition: background-color 400ms;
    color: white;
    background: #0156CD;
}

.arrow-btn span {
    transition: background-color 400ms;
    display: block;
    position: relative;
    left: 7px;
    width: 12px;
    height: 1px;
    background: #242424;
}

.arrow-btn span::before,
.arrow-btn span::after {
    content: "";
    position: absolute;
}

.arrow-btn span::after {
    transition: background-color 400ms;
    width: 6px;
    height: 1px;
    background: #242424;
    top: -2px;
    left: 7px;
    transform: rotate(45deg);
}

.arrow-btn span::before {
    transition: background-color 400ms;
    width: 6px;
    height: 1px;
    background: #242424;
    top: 2px;
    left: 7px;
    transform: rotate(-45deg);
}

.arrow-btn:hover span {
    transition: background-color 400ms;
    background: white;
}

.arrow-btn:hover span::after {
    transition: background-color 400ms;
    background: white;
}

.arrow-btn:hover span::before {
    transition: background-color 400ms;
    background: white;
}

.team-card {
	display:block;
    width: 344px;
    height: 382px;
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .team-card {
        margin: 0 auto;
        width: 335px;
    }
}

.team-card-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}

.team-card-info {
    width: calc(91% - 1px);
    min-height: 80px;
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 14px 16px;
}

.team-member-name {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}

.team-member-position {
    color: #0156CD;
    font-size: 14px;
    font-weight: 400;
}

.team-member-experience {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
}
