main {
  color: var(--dark-brown);
}
h1 {
  font-size: 7.5rem;
  line-height: 8rem;
  margin-bottom: 20px;
}
.intro {
  position: relative;
  padding: 250px 0 20px;
  background: var(--light-yellow);
  overflow: hidden;
  z-index: 1;
}
.intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 180px;
  background: var(--blue);
  z-index: -1;
}
.intro__flag {
  max-width: 350px;
  margin: 0 auto 40px;
}
.intro__statue {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 45%;
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.intro__statue img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.intro__description {
  margin-bottom: 185px;
  max-width: 600px;
}
.intro h2 {
  font-size: 5rem;
  line-height: 5.5rem;
  color: var(--light-yellow);
  font-weight: 300;
}
iframe {
  width: 100%;
  height: 850px;
}
.opinions {
  padding: 140px 0;
  color: #fff;
  background: var(--blue);
}
.opinions .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.opinions figure {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 750px;
  margin: 0 100px 50px 0;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.opinions figcaption {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  left: 0;
  top: 100%;
  max-width: 70%;
  margin-top: 10px;
}
.opinions__description {
  max-width: 670px;
  margin-bottom: 40px;;
}
.opinions__cta {
  position: relative;
  display: inline-block;
  background: var(--blue);
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: var(--blue);
  padding: 10px;
  border: 2px solid #fff;
  z-index: 1;
}
.opinions__cta:before,
.opinions__cta:after {
  content: '';
  position: absolute;
  background: inherit;
  z-index: -1;
}
.opinions__cta:before {
  top: 20px;
  bottom: 20px;
  right: -3px;
  left: -3px;
}
.opinions__cta:after {
  top: -3px;
  bottom: -3px;
  right: 20px;
  left: 20px;
}
.opinions__cta span {
  position: relative;
  display: block;
  padding: 45px 80px 45px 40px;
  background-image: url(../../images/content/events-cta.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.opinions__cta span:before {
  content: '';
  position: absolute;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--blue);
  width: 10px;
  height: 10px;
}
.opinions h2 {
  font-size: 5.5rem;
  line-height: 7rem;
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
  .opinions h2,
  .intro h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    text-align: center;
  }
  .intro__description {
    margin: 0 auto 40px;
  }
  .intro__statue {
    position: relative;
    max-width: none;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    bottom: auto;
    margin: 0 auto 40px;
    right: auto;
    top: auto;
    left: auto;
  }
  .intro__statue img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .opinions .container {
    display: block;
  }
  .opinions figure {
    margin: 0 auto 180px;
  }
  .opinions__content {
    max-width: 670px;
    margin: 0 auto 40px;
  }
  .opinions__description,
  .opinions h2 {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    padding: 120px 0 20px;
  }
  .opinions h2,
  .intro h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .opinions figcaption {
    max-width: none;
  }
  .opinions__cta span {
    padding: 30px 40px 30px 30px
  }
  .opinions__cta span:before {
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .opinions h2, 
  .intro h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}