.about-page .hero-section {
    margin-top: 85px;
    height: 40vh;
    max-height: 40vh;
    min-height: 260px;
    max-height: 260px;
    position: relative;
}

.about-page .hero-section .swiper,
.about-page .hero-section .swiper-slide {
    height: 100%;
}

.about-page .slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    /*background: rgba(0, 0, 0, 0.35);*/
    transform: translate(-50%, -57%);
}

.about-page .slide-title {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .about-page .hero-section {
        margin-top: 70px;
    }
    .about-page .slide-title {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .about-page .hero-section {
        margin-top: 60px;
        height: 45vh;
        max-height: none;
    }
    .about-page .slide-title {
        font-size: 36px;
    }
}
