.myGallerySwiper .swiper-slide-next{
    width: 817px !important;
    height: 712px !important;
}

.myGallerySwiper .swiper-slide-active{
    width:  424px;
    height: 712px !important;
}

.myGallerySwiper .swiper-slide{
    width:  424px;
    height: 712px !important;
}

.myGallerySwiper .swiper-slide-next .gallery-text-pos{
    display: block !important;
}


.myGallerySwiper .swiper-slide-active .gallery-text-pos{
    display: none;
}

.myGallerySwiper .swiper-slide .gallery-text-pos{
    display: none;
}




.myGallerySwiper .swiper-button-next::after, .swiper-button-prev::after{
    content: "";
    
}

.myGallerySwiper .swiper-button-next{
    margin-right: 100px;

    
}

.myGallerySwiper .swiper-button-next{
    width: 40px;
    height: 40px;
}

.myGallerySwiper  .swiper-button-prev{
    width: 40px;
    height: 40px;
}


.gallery-text-title {
    color: #212529;
    font-family: Nobel;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.231px;
    margin-bottom: 0.5rem !important;
}

.gallery-text-pos {
    /* margin-left: 68px; */
    position: relative;
    top: 81% !important;
    /* margin-right: 34px; */
    /* display: flex; */
    width: 101%;
    height: 19% !important;
    background-color: #b9c0c2;
    /* text-align: justify; */
    padding-left: 68px;
    padding-right: 34px;
}

.gallery-image-pos{
    position: absolute;
}

.gallery-text-content {
    color: #212529;
    /* font-family: Nobel Light; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    bottom: 0.8rem !important;
}

@media screen and (max-width: 1500px) {
    .myGallerySwiper .swiper-slide-next{
        width: 614px !important;
        height: 712px !important;
    }

.myGallerySwiper .swiper-slide-active{
    width:  224px;
    height: 712px !important;
}

.myGallerySwiper .swiper-slide{
    width:  224px;
    height: 712px !important;
}
}

@media screen and (max-width: 991px) {
    .myGallerySwiper .swiper-button-next{
    margin-right: 10px;

    
}

.myGallerySwiper .swiper-slide-active .gallery-text-pos {
    display: block !important;
    top: 74% !important;
    height: 26% !important;
}
.gallery-text-content {
    color: #212529;
    /* font-family: Nobel Light; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    bottom: 0.5rem !important;
}
.gallery-text-title {
    color: #212529;
    font-family: Nobel;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.231px;
    margin-bottom: 0rem !important;
}
}

@media screen and (max-width: 700px) {
    .myGallerySwiper .swiper-slide-active{
    width:  auto;
    height: 712px !important;
}
}

@media screen and (max-width: 700px) {
    .myGallerySwiper .swiper-slide-active{
    width:  100%;
    height: 712px !important;
}

.gallery-text-pos {
    text-align: left;
    padding: 0 20px;
}
}

