/* Scss Document */
@media only screen and (max-width: 640px) {
  .intro p {
    text-align: left;
  }
  .intro p br {
    display: none;
  }
}

.sdgs-item {
  margin: 10rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .sdgs-item {
    margin: 5rem auto 0;
    display: block;
  }
}
.sdgs-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sdgs-item:nth-child(even) .sdgs-img {
  margin: 0 auto 0 0;
}
.sdgs-item:nth-child(even) .sdgs-body {
  margin: 0 auto 0 0;
}
.sdgs-item .btn-more {
  width: 100%;
}
.sdgs-img {
  margin: 0 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .sdgs-img {
    margin: 3rem auto 0;
    width: 100%;
  }
}
.sdgs-body {
  margin: 0 0 0 auto;
  width: 55rem;
}
@media only screen and (max-width: 640px) {
  .sdgs-body {
    padding: 0 5vw;
    width: 100%;
  }
}
.sdgs-body h3 {
  margin: 1.5em 0;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;
}
.sdgs-logo {
  margin: 0 auto 5rem;
  width: 28rem;
}
.sdgs-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sdgs-column-list {
    display: block;
  }
}
.sdgs-column-item {
  padding: 0 5rem;
}
@media only screen and (max-width: 640px) {
  .sdgs-column-item {
    padding: 0;
  }
}