.l-cta__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 110px 20px 110px 10px;
}
@media (max-width: 1499.98px) {
  .l-cta__info {
    margin-left: 0;
    padding: 88px 16px 88px 8px;
  }
}
@media (max-width: 991.98px) {
  .l-cta__info {
    align-items: center;
    padding: 70px 5vw;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .l-cta__info {
    max-width: none;
    padding: 70px 25px 25px;
  }
}
.l-cta__title {
  font-size: 3em;
  font-family: "Hind", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.08;
}
@media (max-width: 1499.98px) {
  .l-cta__title {
    font-size: 2.4em;
  }
}
@media (max-width: 1199.98px) {
  .l-cta__title {
    font-size: 2.25em;
  }
}
@media (max-width: 991.98px) {
  .l-cta__title {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  .l-cta__title {
    font-size: 1.625em;
    line-height: 1.38;
  }
}
.l-cta__title:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .l-cta__title:after {
    margin: 20px auto;
  }
}
.l-cta__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 1499.98px) {
  .l-cta__text {
    font-size: 1em;
  }
}
.l-cta__link {
  margin-top: 40px;
  width: fit-content;
}
@media (max-width: 1499.98px) {
  .l-cta__link {
    margin-top: 32px;
  }
}
.l-cta__image-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.l-cta__image {
  width: 100%;
  height: calc(100% + 60px);
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
}
@media (max-width: 1499.98px) {
  .l-cta__image {
    height: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .l-cta__image {
    position: relative;
    height: 100%;
    width: 50vw;
  }
}
@media (max-width: 575.98px) {
  .l-cta__image {
    width: 100vw;
  }
}