main .full-center {
  padding: 0 120px;
}
main .img-header {
  padding-bottom: 30px;
}
main .info {
  margin-bottom: 100px;
}
main .info h2 {
  line-height: 80px;
  margin-bottom: 15px;
  margin-top: 60px;
}
main .info p {
  color: #596064;
  margin-bottom: 20px;
}
main .info .icons {
  text-align: center;
  margin: 50px 0;
}
main .info .icons .icon {
  background-color: var(--red-comments);
  padding: 45px;
  border-radius: 50%;
  width: 166px;
  height: 166px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
main .info .icons .label {
  font-size: var(--big-text);
  color: #333;
  line-height: 29px;
  margin-top: 20px;
  display: block;
}
main .structure {
  background-color: #eff3f5;
  padding-top: 60px;
}
main .structure h1 {
  margin-bottom: 50px;
}
main .structure .members {
  margin-top: 50px;
}
main .structure .members .member {
  padding-bottom: 15px;
  text-align: center;
  min-height: 200px;
}
main .structure .members .member span.label {
  display: block;
  font-size: 16px;
  line-height: 150%;
}
main .structure .members .member span.img-logo {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
}
main .structure .members .member span.img-logo img {
  max-height: 100px;
}
main .structure .members .row {
  display: flex;
  align-items: center;
}
main .structure .members .row:not(:last-of-type) {
  margin-bottom: 140px;
}
main .structure .members .row .col-2 {
  text-align: center;
  color: #333;
  line-height: 24px;
}
main .who h1 {
  margin-bottom: 40px;
}
main .who h2.name {
  font-size: 28px;
  line-height: 36px;
  color: #333;
}
main .who span.role {
  font-size: var(--big-text);
  color: #828282;
}
main .who p {
  font-size: var(--big-text);
  color: var(--medium-gray-text);
}
main .who .introduction {
  display: flex;
  align-items: flex-end;
  margin-bottom: 120px;
}
main .who .introduction .data {
  margin-left: 40px;
}
main .who .introduction .data p {
  margin-top: 40px;
  margin-bottom: -8px;
}
main .who .subtitle {
  font-size: 28px;
  line-height: 36px;
  color: var(--dark-gray-text);
  margin-bottom: 30px;
}
main .who .focal-points .row {
  margin-bottom: 120px;
}
main .who .focal-points .row .col img {
  margin-bottom: 25px;
}
main .who .focal-points .row .col p {
  margin-top: 20px;
}
main .who .focal-points p a {
  text-decoration: underline;
}
main .who .staff img {
  display: block;
  margin-bottom: 15px;
}
main .who .staff .caption {
  font-size: var(--big-text);
  font-family: var(--serif-font);
  line-height: 35px;
  color: var(--medium-gray-text);
}
main .who .staff p {
  margin-top: 30px;
}
main .carousel-container .carousel-caption {
  top: 80px;
  text-align: left;
  left: 20%;
  right: 20%;
}
main .carousel-container .carousel-caption .subtitle {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 35px;
  display: block;
}
main .carousel-container .carousel-caption p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 35px;
  font-family: var(--sans-serif-font);
}
main .carousel-container .carousel-control {
  padding: 30px;
  background-color: rgba(38, 40, 41, 0.7);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
}
main .carousel-container .carousel-control svg {
  width: 20px;
  height: 35px;
}
main .carousel-container .carousel-control-prev {
  left: 120px;
}
main .carousel-container .carousel-control-next {
  right: 120px;
}
main .carousel-container .carousel-item .img {
  height: 840px;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
}
main .carousel-container .carousel-item .img-backdrop {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .carousel-container .carousel-indicators {
  align-items: center;
  bottom: 90px;
}
main .carousel-container .carousel-indicators li {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(38, 40, 41, 0.7);
  margin-right: 25px;
  opacity: 1;
}
main .carousel-container .carousel-indicators li.active {
  background-color: var(--red-comments);
  border: 5px solid #fff;
  width: 16px;
  height: 16px;
}
main .carousel-container .carousel-footer {
  padding: 50px 0;
  background-color: #EFF3F5;
}
main .carousel-container .carousel-footer p {
  font-family: var(--sans-serif-font);
  font-size: 28px;
  line-height: 45px;
}
@media (max-width: 767.98px) {
  main .carousel-container .carousel-item .img {
    height: 672px;
  }
  main .carousel-container .carousel-caption .title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 28px;
  }
  main .carousel-container .carousel-caption .subtitle {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  main .carousel-container .carousel-caption p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  main .carousel-container .carousel-caption {
    top: 30px;
    left: 20px;
    right: 20px;
    bottom: initial;
  }
  main .carousel-container .carousel-indicators {
    align-items: center;
    bottom: 55px;
  }
  main .carousel-container .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(38, 40, 41, 0.7);
    margin-right: 25px;
    opacity: 1;
  }
  main .carousel-container .carousel-indicators li.active {
    background-color: var(--red-comments);
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
  }
  main .carousel-container .carousel-control {
    padding: 12px;
    background-color: rgba(38, 40, 41, 0.7);
    width: 35px;
    height: 35px;
    top: initial;
    bottom: 40px;
    opacity: 1
  }
  main .carousel-container .carousel-control-prev {
    left: 25px;
  }
  main .carousel-container .carousel-control-next {
    right: 25px;
  }
  main .carousel-container .carousel-footer {
    padding: 15px 0;
  }
}
main .funding h1 {
  margin-bottom: 50px;
}
main .funding img {
  width: 100%;
}
main .funding .thumbnail-container {
  position: relative;
}
main .funding .thumbnail-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  main .funding .thumbnail-container svg {
    width: 57px;
    height: 57px;
  }
}
main .donors {
  padding: 85px 0 0;
  background-color: #eff3f5;
  margin-bottom: 0;
}
main .donors h1 {
  margin-bottom: 50px;
}
main .donors h2 {
  font-size: var(--big-text);
  font-family: var(--serif-font);
  line-height: 35px;
  color: var(--medium-gray-text);
  margin-bottom: 50px;
}
main .donors .row .col {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .donors .row .col .country {
  font-size: 28px;
  line-height: 42px;
  color: #333;
}
main .donors .row .col .flag {
  font-size: 100px;
  line-height: 150px;
  width: 100px;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 992px) {
  main p {
    word-break: break-word;
    font-size: 17px !important;
    line-height: 150% !important;
  }
  main .about-container {
    padding: 0;
  }
  main h1.red {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  main .who .introduction {
    display: block;
  }
  main .who .introduction .data {
    width: 100%;
    display: block;
    margin: 0;
  }
  main .who .introduction .data h2 {
    padding-top: 15px;
    font-size: 17px;
    line-height: 130%;
  }
  main .who .introduction .data span {
    font-size: 14px;
    line-height: 130%;
  }
  main .who .introduction .data p {
    font-size: 17px;
    line-height: 130%;
    margin-top: 10px;
  }
  main .who .focal-points .row {
    margin-bottom: 0px;
  }
  main .who .focal-points h2.subtitle {
    font-size: 17px;
    line-height: 130%;
  }
  main .who .focal-points p {
    font-size: 17px;
    line-height: 150%;
  }
  main .who .focal-points h2.name {
    font-size: 17px;
    line-height: 130%;
  }
  main .who .focal-points .role {
    font-size: 14px;
    line-height: 130%;
  }
  main .who .focal-points p a {
    display: block;
  }
  main .who .staff h2.subtitle {
    font-size: 17px;
    line-height: 130%;
  }
  main .who .staff .caption {
    font-size: 17px;
    line-height: 150%;
  }
  main .who .staff p {
    font-size: 17px;
    line-height: 150%;
  }
  main carousel-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .funding {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .donors {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .structure .members .member {
    min-height: 260px;
    text-align: center;
  }
  main .structure .members span.img-logo {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 90px;
  }
  main .structure .members span.img-logo img {
    max-height: 90px;
  }
  main .structure .members span.label {
    font-size: 12px !important;
    line-height: 14px;
    text-align: center;
  }
  main .who.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .full-center {
    padding: 0;
  }
  main .full-center.info {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .full-center.info h2 {
    font-size: 28px;
    line-height: 100%;
  }
  main .full-center.info p {
    font-size: 17px;
    line-height: 150%;
  }
  main .full-center.info .icons .icon {
    width: 80px;
    height: 80px;
    padding: 0;
    text-align: center;
  }
  main .full-center.info .icons .icon svg {
    width: 32px;
    margin: auto;
  }
  main .full-center.info .icons span.label {
    font-size: 14px;
    line-height: 130%;
  }

  .img-header {
    padding-bottom: 30px;
    background-image: url("../assets/images/about.png");
    background-size: cover;
    min-height: 210px;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 36px;
  }
}
