.epic-leadership {
    padding: 120px 0 109px 0;
    background: #bf3e2a;
    overflow-x: clip;
}

.epic-leadership__heading {
	color: #efeae8;
	text-align: center;
	margin-bottom: 98px;
	font-weight: 500;
}

.epic-leadership__heading strong,
.epic-leadership__heading b {
	color: #efeae8;
	font-weight: 700;
}

.epic-leadership__heading p {
	margin: 0;
}

.epic-leadership__swiper {
    width: 100%;
    overflow: visible;
}
.epic-leadership__swiper .swiper-wrapper{
    align-items: stretch;
    height: auto;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-slide.epic-leadership__slide{
    height: auto;
    box-sizing:border-box;
}
.epic-leadership__slide-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height:100%;
    background: #efeae8;
    padding: 65px 38px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.epic-leadership__photo {
    margin: 0;
height: fit-content;
    overflow: hidden;
    border-radius: 8px;
    width: fit-content;
}

.epic-leadership__photo img {
    width: 235px;
    height: 235px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    filter: grayscale(100%);
}
.epic-leadership__name,
.epic-leadership__title,
.epic-leadership__info,
.epic-leadership__text{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #bf3e2a;
    text-align: center;
}
.epic-leadership__text {
    margin-top: 35px;
    margin-bottom: 20px;
    max-width: 365px;
    font-weight: 600;
}
.epic-leadership__group .epic-leadership__name,
.epic-leadership__group .epic-leadership__title,
.epic-leadership__group .epic-leadership__info {
    font-weight: 600;
}

.epic-leadership__name {
    margin-bottom: 4px;
}

.epic-leadership__title {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
}

.epic-leadership__info {
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.leadership__btn{
    display: flex;
    gap: 73px;
    align-items: center;
    margin-top: 104px;
    justify-content: center;
}
.leadership__btn div>svg{
    flex-shrink: 0;
    height: 49px;
    width: 49px;

}
.leadership__btn>div{
    cursor:pointer;
}

@media screen and (max-width: 991px) {
    .epic-leadership {
        padding: 64px 0;
    }

    .epic-leadership__heading {
        margin-bottom: 50px;
    }

    .epic-leadership__slide-item{
        padding: 35px 32px;
    }

    .leadership__btn {
        margin-top: 48px;
    }

    .epic-leadership__name, .epic-leadership__title, .epic-leadership__info, .epic-leadership__text{
        font-size: 17px;
    }

    .epic-leadership__photo img{
        width: 150px;
        height: 150px;
    }
}