.introduction .icon > svg {
  transform: translateY(-50%);
}
.introduction .img-author {
  right: 15px;
  top: 5px;
  bottom: unset;
  transform: unset;
}
.introduction .about {
  background-color: #fff;
  transform: translateY(-150px);
  padding: 40px 40px 150px;
}
.introduction .about > h1 {
  margin-bottom: 35px;
  line-height: 82px;
}
.introduction .about p {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 35px;
}
.introduction .about a {
  color: var(--red-comments);
}

.testimonies {
  background-color: rgba(202, 215, 222, 0.3);
  padding: 185px 80px 120px;
  position: relative;
}
.testimonies .fixed-image {
  position: absolute;
  right: 0;
  transform: translateY(calc(-185px - 50%));
  max-width: 785px;
  max-height: 440px;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.testimonies .quotes {
  margin-top: 30px;
}
.testimonies .quotes .quote {
  margin-top: 80px;
}
.testimonies .quotes .quote .paragraph {
  color: #333;
  font-size: 22px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.testimonies .quotes .quote span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
}

main .carousel-container .carousel-item .img {
  background-size: cover;
}

main .carousel-container .carousel-item .img-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.countries.home {
  margin-top: 100px;
  padding-top: 50px;
  margin-bottom: 0px;
  background-image: url("../images/map.svg");
  background-position: center center;
  min-height: 642px;
}
.countries.home h2 {
  font-size: var(--medium-text);
  font-weight: 600;
  color: #000;
  line-height: 27px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.countries.home ul .row {
  margin-top: 15px;
}
.countries.home span.name {
  margin-left: 15px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.countries.home img {
  display: inline-block;
  vertical-align: middle;
}

.news.home {
  margin-bottom: 150px;
}
.news.home .news-item {
  margin-bottom: 20px;
}
.news.home .news-item .date {
  color: #828282;
  font-size: 14px;
  line-height: 21px;
}
.news.home .news-item .headline {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #333;
}
.news.home a {
  color: var(--red-comments);
}
.news.home a.read-more {
  font-size: var(--medium-text);
  margin-top: 30px;
  display: inline-block;
}

.events {
  margin-bottom: 115px;
}
.events h1 {
  margin-bottom: 90px;
}
.events .event img {
  margin-bottom: 25px;
}
.events .event a:hover {
  color: #333;
}
.events .event h2 {
  font-size: 28px;
  color: #333;
  line-height: 45px;
}
.events .event span {
  color: #828282;
  font-size: 28px;
  line-height: 45px;
}

.region li .flag {
  height: 51px;
  width: 34px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .events h1 {
    margin-bottom: 30px;
  }

  .testimonies {
    padding-top: 90px;
    padding-bottom: 60px;
    padding: 0;
  }
  .testimonies .header-testimonies .col {
    flex-direction: column-reverse;
  }
  .testimonies .header-testimonies .col h1 {
    margin-top: 130px;
    font-size: 28px;
    line-height: 103.5%;
  }
  .testimonies .header-testimonies .col .video-link {
    margin-top: -50%;
    top: 100px;
    position: relative;
  }
  .testimonies .header-testimonies .col .video-link .fixed-image {
    display: block;
    max-width: 100%;
    height: auto;
    transform: none;
    position: relative;
  }
  .testimonies .quotes {
    padding-left: 0px !important;
  }
  .testimonies .quotes .quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .testimonies .quotes p {
    font-size: 17px;
    line-height: 150%;
  }
  .testimonies .quotes span {
    font-size: 12px;
    line-height: 130%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .introduction .icon {
    position: relative;
  }
  .introduction .icon svg {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    transform: none;
    z-index: 9;
    margin-top: -32px;
    left: 32px;
  }
  .introduction .about {
    padding: 40px 15px;
    transform: none;
  }
  .introduction .about h1 {
    font-size: 32px;
    line-height: 103.5%;
  }
.introduction .about p,
.introduction .about a {
    font-size: 17px;
    line-height: 150%;
  }

  .countries {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .countries h1 {
    font-size: 28px;
    line-height: 103.5%;
    margin-bottom: 20px;
  }

  .region {
    padding-bottom: 41px;
  }
  .region .row .col {
    flex-direction: row;
    display: flex;
  }
  .region li {
    line-height: 50px;
  }
  .region li .flag {
    height: 50px;
    width: 34px;
  }
  .region li .name {
    font-size: 14px;
  }

  .news {
    margin-bottom: 90px;
  }
  .news h1.header {
    display: block !important;
    margin-bottom: 30px;
  }
  .news .news-item a {
    font-size: 14px;
    line-height: 150%;
  }

  .events .event {
    padding-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .events .event img {
    min-width: 100%;
  }
}
