.social-callout {
  width: 100%;
  height: auto;
  margin-bottom: 1.8rem;
  overflow: hidden;
  background: #f4ac2b;
}

@media (min-width: 768px) {
  .social-callout {
    height: 220px;
    max-height: none !important;
  }
}

.social-callout .inner {
  display: block;
}

.social-callout .inner .heading {
  display: block;
  margin: 20px 0px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.2em;
}

@media (min-width: 544px) {
  .social-callout .inner .heading {
    margin: 46px 0 0;
    font-size: 33px;
  }
}

@media (min-width: 768px) {
  .social-callout .inner .heading {
    margin: 66px 0 0;
    font-size: 3.5vw;
  }
}

@media (min-width: 992px) {
  .social-callout .inner .heading {
    font-size: 2rem;
  }
}

.social-callout .inner .heading[content$='conversation'] {
  color: red;
}

.social-callout .inner .item-list {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .social-callout .inner .item-list {
    position: absolute;
    bottom: 14px;
    left: 0;
  }
}

.social-callout .inner .item-list ul li {
  margin: 0 3px;
}

.social-callout .inner .item-list ul li a {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  font-size: 1.5rem;
  color: #ffffff;
  border: 0;
  background: #b8191d;
}

.social-callout .inner .item-list ul li a:hover {
  color: #b8191d;
  background: #ffffff;
}
