.follow_us {
  padding: 6rem 0 5.25rem 0;
  margin-bottom: 0px;
  position: relative;
  top: -8rem;
}
@media only screen and (min-width: 992px) {
  .follow_us {
    padding: 15rem 0 15rem 0;
  }
}
.follow_us .follow_us_wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .follow_us .follow_us_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .follow_us .follow_us_wrapper {
    display: flex;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .follow_us .follow_us_wrapper > div {
    width: 100%;
    max-width: initial;
  }
}
.follow_us h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 4.125rem;
  font-family: "roobert_medium", sans-serif;
}
@media only screen and (min-width: 992px) {
  .follow_us h2 {
    font-size: 4.375rem;
    line-height: 5.25rem;
    margin-bottom: 0;
    font-family: "roobert_regular", sans-serif;
  }
}
.follow_us p {
  font-size: 2.875rem;
  font-family: "roobert_medium", sans-serif;
  margin-bottom: 4.625rem;
}
@media only screen and (min-width: 992px) {
  .follow_us p {
    font-size: 2.625rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.follow_us .social_icons {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .follow_us .social_icons {
    float: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.follow_us .social_icons .image .file-type-icon-media-link {
  float: left;
  margin-right: 4.375rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .follow_us .social_icons .image .file-type-icon-media-link {
    margin-right: 25px;
  }
}
.follow_us .social_icons .image .file-type-icon-media-link a {
  color: #243508;
  width: auto;
  height: 35px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .follow_us .social_icons .image .file-type-icon-media-link a {
    height: 30px;
  }
}
.follow_us .social_icons .image .file-type-icon-media-link a:hover {
  color: #243508;
  text-decoration: none;
}
.follow_us .social_icons .image .file-type-icon-media-link img {
  width: auto;
  height: 100%;
}
.follow_us .social_icons .image:last-child .file-type-icon-media-link {
  margin-right: 0;
}

.on-page-editor .follow_us .follow_us_wrapper .social_icons > .row {
  margin: 0;
}