.socialPanel h2 {
  margin-bottom: 18px;
}
.socialPanel a.j-paginate.juicer-button {
    padding-top: clamp(11px, 11px + 1 * (100vw - 375px) / 648, 12px);
    padding-inline: 15px;
    padding-bottom: clamp(11px, 11px + 2 * (100vw - 375px) / 648, 13px);
    background: #284e36;
    color: #fff;
    font-family: "Roboto",sans-serif;
    border-radius: 0px;
    font-size: clamp(18px, 18px + 2 * (100vw - 375px) / 648, 20px);
    font-weight: bold;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    margin: 0 auto;
    border: 0;
    text-transform: capitalize;
    width: 180px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 80px;
    margin-top:30px;
}
@media (max-width: 767px) {
  .socialPanel a.j-paginate.juicer-button {
    margin-top: 10px;
  }
}
.socialPanel a.j-paginate.juicer-button::before {
  content: "";
  background:#39704d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  display: inline-block;
}
.socialPanel a.j-paginate.juicer-button:hover {
  color:#fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  text-decoration: none;
}
.socialPanel a.j-paginate.juicer-button:hover::before {
  width: 100%;
}
.socialPanel .juicer-feed.modern li.feed-item {
  padding: 10px;
  border: 0;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  }
@media print, screen and (max-width: 47.99875em) {
  .socialPanel .juicer-feed.modern li.feed-item {
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 48em) {
  .socialPanel .juicer-feed.modern li.feed-item {
    padding: 15px;
  }
}
.socialPanel .juicer-feed.modern li.feed-item .j-poster img, .socialPanel .juicer-feed.modern li.feed-item .j-poster h3 {
    display: none;
}
.socialPanel .juicer-feed.modern li.feed-item::before {
  content: unset;
}


.socialPanel .juicer-feed.modern li.feed-item .j-text {
  padding: 22px 15px 3px 2px;
}
@media print, screen and (max-width: 47.99875em) {
  .socialPanel .juicer-feed.modern li.feed-item .j-text {
    padding-top: 17px;
  }
}
.socialPanel .juicer-feed.modern li.feed-item .j-message, .j-poster h3, .j-poster .twitter-poster, .j-post-overlay.juicer-feed a.juicer-button {
    font-family: "Montserrat", sans-serif;
    color: #183163;
}
.juicer-feed a:hover {
    color: #fff;
}
.j-post-overlay.juicer-feed .j-overlay-text.words .j-message {
    font-family: "Roboto",sans-serif;
    color: #183163;
    font-size: 18px;
}
.socialPanel {
    background: #dcdedb;
    margin-bottom: calc(clamp(2.5rem, 13.393vw - 3.929rem, 8.125rem));
}
.socialPanel .container {
    position: relative;
    overflow: hidden;
}
    .socialPanel .container:before {
        content: '';
        position: absolute;
        background: #284e36;
        width: 100%;
        height: 10px;
        top: 0;
        left: 0;
    }
    .socialPanel .container:after {
        content: '';
        position: absolute;
        background: #284e36;
        width: 100%;
        height: 10px;
        bottom: 0;
        left:0;
    }


.juicer-feed .j-message a {
    color: #2b6beb;
    font-weight: normal !important;
}

.juicer-feed .j-meta a:before {
    margin: 5px;
}

.juicer-feed .j-meta a.j-social {
    font-size: 2em !important;
    line-height: 2 !important;
    float: none;
    margin: 0;
    color: #010101;
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid #010101;
    text-align: center;
}

.socialicon {
    display: flex;
    margin-top: calc(clamp(2.5rem, 13.393vw - 3.929rem, 8.125rem));
    margin-bottom: calc(clamp(2.5rem, 13.393vw - 3.929rem, 8.125rem));
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social-link ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: 30px;
}

.social-link li a {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #101010;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.social-link li a:hover {
    background:#fff;

}
.social-link li {
    list-style-type: none;
    margin-right: 20px;
}

.juicer-feed .j-meta {
    margin-bottom: 30px !important;
}
.section + .socialPanel {
    margin-top: -84px;
}
@media(max-width: 767px) {
    .section + .socialPanel {
        margin-top: -60px
    }
}
