.services__slider-block {
    width: 100%;
    height: 100%;
}

.services {
    overflow:hidden;
    margin-bottom: 60px;
}
.services__header {
    font-size: 50px;  
    margin-bottom: 60px;
}

.services__text {
    font-size: 30px;
    font-weight: 400;
    text-align: center;   
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding: 10px 75px;
    color: var(--main-color);
    background-color: var(--orange-color);
}
.services__image { 
    height: 30vmin;
    min-height: 200px; 
    max-height:350px;  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.swiper-slide {
    position: relative;       
}

.swiper-wrapper {
    margin-bottom: 50px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 8px;
    border-radius: 18%;
    display: inline-block;
    background: #265B82;
    margin: 0 5px;
    cursor: pointer;
}

@media(max-width:1200px) {
    .services__header {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .services__text {        
        padding: 10px 50px;
    }
}
@media(max-width:1000px) {
    .services__header {
        font-size: 33px;
        margin-bottom: 45px;
    }
    .services__text {
        font-size: 25px; 
        padding: 10px 10px;
    }
}
@media(max-width:760px) {
    .services__text {
        font-size: 20px;        
    }
}
@media(max-width:580px) {
    .services__header {
        font-size: 30px;     
    }
    .services__text {
        font-size: 18px;       
    }
}
