.olga-overview {
  background-image: url(../images/top_overview_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  padding-block: 90px;

  @media screen and (max-width: 768px) {
    padding-block: 50px 60px;
  }

  & .olga-overview__inner {
    max-width: 1132px;
    color: #fff;
    display: grid;
    place-items: center;
    row-gap: 40px;

    @media screen and (max-width: 768px) {
      row-gap: 30px;
    }
  }
}

& .olga-overview__content {
  display: grid;
  row-gap: 16px;
  place-items: center;

  & .olga-overview__title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    column-gap: 4px;
    text-align: center;

    @media screen and (max-width: 768px) {
      font-size: 1.0625rem;
      display: block;
    }

    & .olga-overview__title--lg {
      @media screen and (max-width: 768px) {
        font-size: 1.5rem;
        vertical-align: middle;
      }
    }

    & .olga-overview__title-image {
      height: 34px;

      @media screen and (max-width: 768px) {
        height: 27px;
        width: fit-content;
        vertical-align: middle;
      }
    }
  }

  & .olga-overview__description {
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;

    @media screen and (max-width: 768px) {
      font-size: 0.9375rem;
    }
  }
}

& .olga-overview__link {
  background-color: #fff;
  color: #0f7cba;
  column-gap: 8px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  width: fit-content;
  padding: 12px 17px 12px 21px;
  transition: 0.15s opacity;

  &:hover {
    opacity: 0.8;
  }
}
