.section {
    margin: 0px 10%;
    margin-top: 60px;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #003543;
}
.fotogallery .gallery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.fotogallery .gallery__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fotogallery .gallery__controls .swiper-button-prev,
.fotogallery .gallery__controls .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: none;
    margin: 0;
    border: 1px solid #ecf3f5;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.fotogallery .gallery__controls .swiper-button-prev::after,
.fotogallery .gallery__controls .swiper-button-next::after {
    font-size: 18px;
    color: #0196BB;
    font-weight: 700;
}


.fotogallery .gallerySwiper .swiper-button-prev,
.fotogallery .gallerySwiper .swiper-button-next {
    display: none !important;
}

.fotogallery .gallery-item img {
    height: 35vh;
    border-radius: 6px;
}
.fotogallery .swiper.gallerySwiper {
    padding: 0 !important;
}


@media screen and (max-width: 768px) {
    .section-title {
        font-size: 23px;
    }

    section {
        margin: 80px 5% !important;
    }
}