/*
fix follow bar
*/
.follow-bar {
  background-color: #2b1846;
  padding: 1% 0;
}

.follow-bar .title {
  text-align: right;
  font-weight: 400;
  color: #fff;
  font-size: 21px;
  padding-right: 20px;
}
.follow-bar .icons {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.follow-bar .icons * {
  color: #fff;
}



@media (max-width: 991px) {

  .follow-bar {
    padding: 40px 20px;
  }
  .follow-bar .flexbox {
 
      flex-direction: column;
  }


  .follow-bar .title {

    padding-right: 0;
  }
}


@media (max-width: 776px) {

.follow-bar ul.social-list a i {
 font-size: 28px;
}

}


/* socials fix */


.socials-fix {
  justify-content: start !important;
  align-items: center;
  gap: 10px;
}

.socials-fix > .panel-grid-cell {
  width: auto !important;
}