.thespot-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background-color: rgb(216, 241, 217);
}

.thespot-container {
    width: 100%;
}

.thespot-container h2 {
    padding-bottom: 20px;
    font-size: 36px;
    text-align: center;
    color: #d866b6;
}

.thespot-explanation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.thespot-explanation-img-box {
    height: 100px;
}

.thespot-explanation-img-box img {
    height: 100%;
    object-fit: contain;
}

.thespot-explanation-txt p {
    line-height: 24px !important;
}

.instagram-main-content {
    width: 100%;
    padding: 0 3px;
    overflow: scroll;
}

#sb_instagram {
    width: 2830px;
    padding-bottom: 25px !important;
}

#sbi_images {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3px !important;
    width: 100%;
}

.sbi_item {
    position: relative;
    width: 280px;
    padding-top: 280px;
}

.sbi_photo_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sbi_photo {
    width: 100%;
    height: 100% !important;
}

.sbi_photo > svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    color: white;
    opacity: 0.8;
}

.sbi_photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbi-screenreader {
    display: none;
}

.insta-btn-container {
    margin: 0 auto;
    width: 275px;
}

.insta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color:#d866b6;
    font-size: 35px;
    text-decoration: none;
    transition: 0.3s;
}

.insta_btn:hover {
    opacity: 0.7;
}

.insta_btn .insta{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(
        135deg,
        #427eff 0%,
        #f13f79 70%
    ) no-repeat;
    background: linear-gradient(
        135deg,
        #427eff 0%,
        #f13f79 70%
    ) no-repeat;
    overflow: hidden;
    border-radius: 13px;
}

.insta_btn .insta:before{
    content: '';
    position: absolute;
    top: 23px;
    left: -18px;
    width: 60px;
    height: 60px;
    background: -webkit-radial-gradient(
        #ffdb2c 10%,
        rgba(255, 105, 34, 0.65) 55%,
        rgba(255, 88, 96, 0) 70%
    );
    background: radial-gradient(
        #ffdb2c 10%,
        rgba(255, 105, 34, 0.65) 55%,
        rgba(255, 88, 96, 0) 70%
    );
}

.insta_btn .fa-instagram {
    color: #FFF;
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 35px;
    line-height: 50px;
    transform: translate(-50%, -50%);
}

.insta-name {
    display: block;
}

@media (min-width: 768px) {
    .thespot-explanation-container {
        flex-direction: row;
        gap: 40px;
    }

    .thespot-explanation-img-box {
        height: 140px;
    }
}

@media (min-width: 1024px) {
    .thespot-explanation-container {
        gap: 50px;
        padding: 0;
        margin-bottom: 40px;
    }

    .thespot-explanation-img-box {
        height: 200px;
    }

    .thespot-explanation-txt p {
        line-height: 36px !important;
    }

    .instagram-main-content {
        padding: 0;
        overflow: visible;
    }

    #sb_instagram {
        width: 100%;
    }

    #sbi_images {
        flex-wrap: wrap;
    }

    .sbi_item:nth-child(7),
    .sbi_item:nth-child(8),
    .sbi_item:nth-child(9),
    .sbi_item:nth-child(10) {
        display: none;
    }
}

@media (min-width: 1150px) {
    .sbi_item:nth-child(7),
    .sbi_item:nth-child(8) {
        display: block;
    }
}
@media (min-width: 1435px) {
    .instagram-main-content {
        max-width: 1435px;
        margin: 0 auto;
    }
    .sbi_item:nth-child(9),
    .sbi_item:nth-child(10) {
        display: block;
    }
}