.social-feed-container {
    margin-top: clamp(0rem, calc(-4.17rem + 11.11vw), 3.75rem);

}

.social-feed-container h3 {
    border-left: 1px solid #c8c8c8;
    padding-left: 18px;
    margin-bottom: 45px;
}

.feed-head {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
    justify-content: space-between;
}

.feed-head>li {
    display: flex;
    gap: 10px;
}

.feed-head>li img {
    aspect-ratio: 1;
}

.social_platform>img {
    width: 30px;
}

.social_address>img {
    width: 22px;
}

.feed-body {
    padding: 15px 0;
    min-height: 400px;
    
}
.feed-body:empty{
    background-color: #f2f2f2;
}

.feeds-instagram .feed-body a {
    display: flex;

}

.feeds-instagram .feed-body a+a {
    margin-top: 15px;
}

.feeds-instagram .feed-body a>img {
    width: 100%;
    object-fit: cover;
}

.feeds-instagram .feed-body {
    height: 434px;
    overflow: auto;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .social_address>a {
        display: none;
    }
}

.social-feed-container .column-splitter>div {
    margin-bottom: 35px;
}
#facebook-container {
  overflow: auto;
  height: 400px;
}

#youtubefeed-container .embed-responsive {
  margin-bottom: 20px;
}

#youtubefeed-container {
  overflow: auto;
  height: 434px;
}

.tspinner {
    margin-top: 50%;
    margin-left: 25%;
}

.feeds-section #facebook-container {
    display: none;
}
.social-iframe{
  padding: 0;
}
.social-iframe iframe{
  width: 100%;
  height: 456px;
  border: none;
}
#youtubefeed-container {
    height: auto;
}