.about-slider-section {
    background-color: var(--main);
    padding-top: 8px;
    padding-bottom: 8px;
}

.about-slider-section .about-slider {
    height: 250px;
}

.about-slider-section .about-slider .owl-stage-outer,
.about-slider-section .about-slider .owl-stage,
.about-slider-section .about-slider .owl-stage .owl-item {
    height: 100%;
    border-left: 4px var(--main) solid;
    border-right: 4px var(--main) solid;
}

.about-slider-section .owl-item {
    width: auto;
    overflow: hidden;
}

.about-slide-container {
    position: relative;
    height: 100%;
    width: auto;
}

.about-slider-section .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-slider-section .about-slide {
    height: 100%;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media (min-width:576px) {
    .about-slider-section .about-slider {
        height: 250px;
    }
}

@media (min-width:768px) {
    .about-slider-section .about-slider {
        height: 300px;
    }
}

@media (min-width:992px) {
    .about-slider-section .about-slider {
        height: 330px;
    }

    .about-text-container {
        width: 75%;
    }
}

@media (min-width:1200px) {
    .about-slider-section .about-slider {
        height: 330px;
    }
}

@media (min-width:1600px) {
    .about-slider-section .about-slider {
        height: 410px;
    }
}