.follow--us {
    background: #F0EDE1;
    padding: 120px 0;
}

.follow--us-title .text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 150px;
    text-transform: capitalize;
}

.follow--us-title .text span {
    position: relative;
}

.follow__us--content .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.follow--us-title .text:before {
    content: "";
    position: absolute;
    width: 388px;
    height: 90px;
    background-image: url('../images/follow-us-title-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    top: -11px;
    opacity: 0;
}

.insta__list--image {
    background-image: url('../images/follow-us-backgound.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.insta__list--image .swiper-button-next:after,
.insta__list--image .swiper-button-prev:after {
    font-size: 0;
    display: inline-block;
    background-image: url("../images/owl-arr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    transition: all .5s;
    margin-left: 2px;
}

.insta__list--image .swiper-button-prev,
.insta__list--image .swiper-button-next {
    width: 36px;
    height: 36px;
    padding: 0;
    background: #00ACD7;
    border: 1px solid #00ACD7;
    text-align: center;
    border-radius: 100%;
}

.insta__list--image .swiper-button-prev:after {
    transform: rotate(180deg);
    position: relative;
    right: 2px;
}

.insta__list--image .swiper-button-next:hover,
.insta__list--image .swiper-button-prev:hover {
    background-color: transparent;
}

.insta__list--image .swiper-button-next:hover:after,
.insta__list--image .swiper-button-prev:hover:after{
    background-image: url("../images/owl-arr-blue.svg");
}

.insta__list--image .instagram-gallery-item:hover .instagram-gallery-item__media-mask {
    opacity: 0;
}

@media only screen and (max-width: 1640.98px) {
    .follow--us-title .text {
        padding-right: 95px;
    }

    .insta__list--image {
        background-image: url('../images/follow-us-backgound2.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 1023.98px) {
    .follow--us-title .text:before {
        width: 272px;
        height: 63px;
    }
}

@media only screen and (max-width: 767.98px) {
    .follow--us {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 570.98px) {
    .follow__us--content .heading {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .follow--us-title .text::before {
        content: "";
        position: absolute;
        width: 272px;
        height: 63px;
        background-image: url('../images/follow-us-title-background2.svg');
        background-repeat: no-repeat;
        background-position: center;
        right: 0;
        top: -5px;
    }

    .insta__list--image {
        background-image: url('../images/follow-us-backgound3.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .insta__list--image  .instagram-gallery-square .instagram-gallery-item {
        margin-right: 0 !important;
    }

    .insta__list--image  .instagram-gallery-list[data-feed_layout=carousel] {
        gap: 1px;
    }
}