.team-area {
    background-color: #e3f7ff;
}

.team-area .container {
    max-width: 1320px;
}

.team-area .section-spacing {
    padding-top: 120px !important;
    padding-bottom: 120px;
}

.team-area .section-header {
    text-align: center;
}

.team-area .section-title {
    max-width: 540px;
    margin-inline: auto;
    
}

.team-area .section-header .text-wrapper {
    margin-top: 22px;
}

.team-area .section-header .text {
    max-width: 80%;
    margin-inline: auto;
    color: var(--white-2);
    font-size: 16px;
}

.team-area .team-wrapper-box {
    margin-top: 63px;
}

.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns: 1fr;
    }
}

.team-area .team-box .content {
    margin-top: 37px;
}

.team-area .team-box .thumb img {
    width: 100%;
}

.team-area .team-box .content{
    margin-top: 37px;
}

.team-area .team-box .title {
    font-size: 22px;
    line-height: 1;
    color: #121212;
}

.team-area .team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    color: var(--white-2);
}

.custom-spacing{
    padding-top: 30px;
}

@media(max-width: 991px) {
   .custom-spacing{
    padding-top: 2px;
}
}
