@media(max-width:768px){
.mediateca{padding-top:40px!important;padding-bottom:0!important}
#mediateca .theme-btn {margin:20px 0 0!important;width:100%!important;height:40px!important}
.mediateca > .service-section-header{margin-bottom:20px!important}
}

.swiper-slide.media-item img{height:400px;object-fit:cover}
.swiper-button-media-prev svg{margin-bottom:2px}
.swiper-button-media-next svg{margin-left:4px;margin-bottom:2px}
.swiper-buttons-media {
    gap: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}
.swiper-button-media-prev:hover, .swiper-button-media-next:hover {
    border: 1px solid #2080f0;
}
.swiper-button-media-prev:hover svg path, .swiper-button-media-next:hover svg path{
	stroke:#2080f0;
}
.swiper-button-media-prev, .swiper-button-media-next {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-content: center;
}
.media-slider {
    position: relative;
}
#mediateca .theme-btn {
    margin: 20px 35% 20px;
    width: 30%;
    justify-content: center;
    height: 60px;
}
.mediateca > .service-section-header {
	margin-bottom: 65px;
}
.mediateca .services-list {
    grid-template-columns: 1fr 1fr;
}
.mediateca {
    padding-top: 72px;
    padding-bottom: 72px;
}
.service-card a {
    margin-top: 20px;
}