/* section-style-2 */
.section-style-2 {
  --horizontal-padding: 0;
  --section-img-width: 550px;
  --content-max: none;
}

.section-style-2 .page-section-inner {
  background-image: url(../img/world_map.png);
}

.section-style-2 .page-section-fields-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.section-style-2 .page-section-img {
  width: var(--section-img-width);
  flex-shrink: 0;
}

.section-style-2 .page-section-img img,
.section-style-2 .page-section-img .img-block {
  width: 100%;
}

.section-style-2 .page-section-content {
  flex: 1;
  width: auto;
}

.section-style-2 .content-section p strong {
  font-family: "Effra";
  font-weight: 900;
  color: #b06135;
  font-size: 40px;
}

.section-style-2 .content-section p.text-align-center {
  font-size: 21px;
  font-family: "Effra";
  font-weight: 300;
  /* max-width: 250px; */
  margin: 0 auto;
  line-height: 26px;
  padding-top: 50px;
  color: #221f20;
}

.section-style-2 .content-section {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .section-style-2 {
    --section-img-width: 350px;
  }

}

@media only screen and (max-width: 767px) {
  .section-style-2 .page-section-fields-wrap {
    flex-direction: column;
    padding: 0 20px;
  }

  .section-style-2 .page-section-img {
    width: var(--section-img-width);
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    max-width: 100%;
  }

  .section-style-2 .content-section p strong {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .section-style-2 {
    --section-img-width: 250px;
  }

}
