.our_socials_section {
  overflow: hidden;
  padding-top: 83px;
  background-color: #507749;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .our_socials_section {
      padding-top: 80px; } }
  .our_socials_section h2 {
    margin-top: 80px; }
    @media screen and (max-width: 992px) {
      .our_socials_section h2 {
        margin-top: 0; } }

.socials_select_wrap {
  gap: 12px;
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 115%;
  color: #FFCC00;
  margin-top: 47px; }

.socials_select_item {
  cursor: pointer; }

.socials_select_text {
  position: relative;
  z-index: 2;
  padding-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .socials_select_text {
      margin-bottom: 30px; } }

.socials_img_wrap {
  position: relative;
  display: flex;
  align-items: end;
  height: 100%; }
  .socials_img_wrap:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
    width: 582px;
    height: 230px;
    background: #FE9238;
    -webkit-filter: blur(175px);
            filter: blur(175px); }
    @media screen and (max-width: 575px) {
      .socials_img_wrap:before {
        width: 150%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 177px; } }
  .socials_img_wrap .wp-block-image {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%; }
    .socials_img_wrap .wp-block-image:first-child {
      display: block; }
