/* ABOUT / COS'È */
.homepage-about {
  position: relative;
  background-color: #e7ebfa;
  background-image: url(../../images/decoration/bg-light-blue.png);
  background-repeat: repeat;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-about:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 528px;
  height: 566px;
  max-width: 42%;
  opacity: 0.3;
  background-image: url(../../images/decoration/decoration-logo-mcs-bg-about.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: 0;
}

@media (min-width: 1200px) {
  .homepage-about:after {
    top: 55%;
    right: 40px;
    width: 438px;
  }
}

.homepage-about__content {
  position: relative;
  z-index: 1;
}

.homepage-about__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  color: #1f66da;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1f66da;
}

.homepage-about__lead * {
  color: #1b3fb0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.homepage-about__cta {
  background-color: #0025a3;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
}

.homepage-about__cta:hover {
  background-color: #001b7a;
  color: #fff;
}

@media (min-width: 1200px) {
  .homepage-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .homepage-about__lead * {
    font-size: 2rem;
  }
}
