section.founders-section {
    padding: 92px 0 0;
}

.card-founder {
    margin: 52px 0;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.card-founder .founder-image {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
}

.card-founder .founder-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.card-founder .caption h3 {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
}

.card-founder .caption p.position {
    color: var(--stroke-color);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

@media screen and (max-width:768px) {

    .slick-dots li.slick-active button:before,
    .slick-dots li button:before {
        color: #fff;
    }
}