.slider-main-div{
    margin-bottom:50px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-container {
    position: relative;
}

.custom-text {
    position: absolute;
}


.aims-text-top-left {
    top: 0;
    left: 0;
}

.aims-text-top-right {
    top: 0;
    right: 0;
}

.aims-text-bottom-left {
    bottom: 0;
    left: 0;
}

.aims-text-bottom-right {
    bottom: 0;
    right: 0;
}

.aims-text-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-container {
    position: relative;
}

.custom-text {
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .image-container .banner_image {
        height: 200px !important;
        object-fit: cover;
        width: 100%;
    }
    .swiper-button-prev:after , .swiper-button-next:after{
        font-size: 28px !important;
    }
    .slider-main-div{
        height: 200px;
    }
}
