.font-so {
  font-family: "Source Sans Pro", sans-serif;
}

.sub-fv.sdgs .entitle {
  text-transform: none !important;
}

.sdgs-catch {
  background-color: #222222;
}
.sdgs-catch .catch-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .sdgs-catch .catch-box {
    flex-direction: column;
    align-items: center;
  }
}
.sdgs-catch .catch-box .catch-img {
  position: relative;
  width: 27.027027027%;
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sdgs-catch .catch-box .catch-img {
    width: 90%;
  }
}
.sdgs-catch .catch-box .catch-img img {
  width: 100%;
  height: auto;
}
.sdgs-catch .catch-box .catch-textBox {
  color: white;
  width: calc(100% - 300px);
}
@media (max-width: 767.98px) {
  .sdgs-catch .catch-box .catch-textBox {
    width: 100%;
  }
}
.sdgs-catch .catch-box .catch-textBox .catch-title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 1em;
  line-height: 1.8;
}
.sdgs-catch .catch-box .catch-textBox .catch-text {
  font-size: 1.5rem;
  margin-top: 3.2rem;
  line-height: 2.2;
}
@media (max-width: 991.98px) {
  .sdgs-catch .catch-box .catch-textBox .catch-text {
    margin-top: 1.6rem;
  }
}

.sdgs-attempt {
  padding: 10rem 0 0 !important;
}
.sdgs-attempt .attempt-bg {
  background-color: #222222;
  padding: 10rem 0;
  margin-top: 4.2rem;
}
.sdgs-attempt .attempt-bg .attempt-container {
  display: flex;
  gap: 6rem 3rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .sdgs-attempt .attempt-bg .attempt-container {
    flex-direction: column;
  }
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card {
  width: 48.6486486486%;
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
}
@media (max-width: 767.98px) {
  .sdgs-attempt .attempt-bg .attempt-container .attempt-card {
    width: 100%;
    margin-top: 6rem;
  }
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3.6rem;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card figure {
  order: -1;
  margin-bottom: 0;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card .card-icons {
  display: flex;
  order: -1;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card .card-icons img {
  width: 6rem;
  height: 6rem;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card p {
  font-size: 1.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  line-height: 2.1;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card span {
  position: absolute;
  bottom: 5rem;
  right: 0;
  font-size: 16rem;
  font-weight: bold;
  color: rgba(112, 112, 112, 0.2);
  z-index: 0;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #00A8EC;
  font-size: 1.5rem;
  margin-top: 1.6rem;
  transition: all 0.3s ease;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card a:hover {
  opacity: 0.7;
}
.sdgs-attempt .attempt-bg .attempt-container .attempt-card a img {
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}
/*# sourceMappingURL=map/sdgs.css.map */