.team-folda-wrapper {
    display: flex;
    gap: 30px;
    padding: 100px 0px;
}

.team-folda-item-img img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-folda-item {
    background: whitesmoke;
}

.team-folda-item-content-padding {
    padding: 30px;
}

.team-folda-item-content-header p {
    font-size: 24px;
    line-height: 32px;
}

.team-folda-item-content-header p:first-child {
    font-weight: 600;
    color: var(--primary-color);
    margin: 0px;
}

.team-folda-item-content-readmore .readmore {
    width: 100%;
}