
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Ccenturygothic/CenturyGothic.eot");
    src: url("../fonts/centurygothic/CenturyGothic.woff") format("woff"), url("../fonts/centurygothic/CenturyGothic.ttf") format("truetype"), url("../fonts/centurygothic/CenturyGothic.svg#CenturyGothic") format("svg"), url("../fonts/centurygothic/CenturyGothic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Century Gothic";
    src: url("../fonts/centurygothic/CenturyGothic-Bold.eot");
    src: url("../fonts/centurygothic/CenturyGothic-Bold.woff") format("woff"), url("../fonts/centurygothic/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/centurygothic/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg"), url("../fonts/centurygothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
  }
  .changing-world {
    display: flex;
    padding: 12px 0;
    background: url(../img/world-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    align-items: center;
    text-decoration: none !important;
    overflow: hidden;
  }
  @media (max-width: 991.98px) {
    .changing-world {
      flex-wrap: wrap;
      padding: 30px 0 0;
      background-size: auto 130%;
    }
  }
  .changing-world:before {
    display: block;
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../img/world.png) no-repeat center;
  }
  @media (max-width: 991.98px) {
    .changing-world:before {
      width: 402px;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background-size: 60%;
      background-position: center bottom;
    }
  }
  @media (max-width: 575.98px) {
    .changing-world:before {
      transform: translateX(-50%) translateY(-60%);
      background-size: 40%;
      background-position: center bottom;
    }
  }
  .changing-world__title {
    height: 90px;
    width: 45%;
    background: #fff;
    border-radius: 0 50px 50px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #c9304f;
    font-weight: 700;
    font-size: 63px;
    line-height: 57px;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.04em;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
  }
  @media (max-width: 1199.98px) {
    .changing-world__title {
      font-weight: 700;
      font-size: 50px;
      line-height: 48px;
      font-family: "Century Gothic", sans-serif;
    }
  }
  @media (max-width: 991.98px) {
    .changing-world__title {
      width: 90%;
      height: 70px;
    }
  }
  @media (max-width: 575.98px) {
    .changing-world__title {
      font-weight: 700;
      font-size: 34px;
      line-height: 30px;
      font-family: "Century Gothic", sans-serif;
    }
  }
  .changing-world__text {
    position: relative;
    z-index: 1;
    width: 50%;
    padding-left: 40px;
    padding-right: 30px;
  }
  @media (max-width: 991.98px) {
    .changing-world__text {
      padding: 30px;
      width: 100%;
    }
  }
  @media (max-width: 575.98px) {
    .changing-world__text {
      padding: 20px;
    }
  }
  .changing-world__text__item {
    display: flex;
    margin: 12px 0;
    align-items: center;
  }
  .changing-world__text__item__image {
    border-radius: 50%;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    background: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 575.98px) {
    .changing-world__text__item__image {
      margin-right: 15px;
    }
  }
  .changing-world__text__item__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Century Gothic", sans-serif;
    color: #262626;
  }
  @media (max-width: 1199.98px) {
    .changing-world__text__item__text {
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      font-family: "Century Gothic", sans-serif;
    }
  }
  @media (max-width: 575.98px) {
    .changing-world__text__item__text {
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      font-family: "Century Gothic", sans-serif;
    }
  }
  .changing-world__text__item__text strong {
    color: #000;
    text-transform: uppercase;
  }
  .changing-world:hover .changing-world__title {
    background: #c9304f;
    color: #fff;
  }
  .changing-world:hover .changing-world__text {
    color: #262626;
  }