.swiper-button-next {
    background: #000 !important;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50% !important;
    right: 10px;
    height: 50px !important;
    width: 50px !important;

    @media only screen and (max-width:767px) {
        height: 40px !important;
        width: 40px !important;
    }
}

.swiper-button-prev {
    background: #000 !important;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50% !important;
    left: 10px;
    height: 50px !important;
    width: 50px !important;

    @media only screen and (max-width:767px) {
        height: 40px !important;
        width: 40px !important;
    }
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 20px;

    @media only screen and (max-width:767px) {
        font-size: 14px;
    }
}

.swiper-slide-block{
    position: relative;
}

.swiper-slide-block .swiper-slide-block-text {
    z-index: -1;

    @media only screen and (max-width:992px) {
        position: relative;
        /* height: 100%;
        width: 100%;
        margin: 0;
        bottom: 0;
        left: 0; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #000;
        z-index: 1;
        text-align: center;
        padding: 1rem;
    }

    @media only screen and (max-width:500px) {
        margin-top: 1rem;
    }
}

.swiper-slide-block .swiper-slide-block-text h2, .swiper-slide-block .swiper-slide-block-text h3, .swiper-slide-block .swiper-slide-block-text p{
    @media only screen and (max-width:1023px) {
        color: #000;
    }
}

.swiper-slide-block .next-paragraph{
    @media only screen and (max-width:500px) {
        max-width: 100%;
    }
}

.our-story-img{
    width: 100%;
    min-height: 568px;
    object-fit: cover;
    object-position: center;

    @media only screen and (max-width: 500px) {
        min-height: auto;
    }
}

.instagram-feed{
    @media only screen and (max-width:500px) {
        font-size: 27px !important;
    }
}

.swiper-slide-block-img{
    @media only screen and (max-width:768px) {
        min-height: 400px !important;
        height: 400px !important;
    }

        @media only screen and (max-width:500px) {
            min-height: 250px !important;
            height: 250px !important;
        }
}

.banner-next-btn, .banner-prev-btn{
    top: 5% !important;
}