.ad-manager-top-section-wrapper {
  margin-top: 8rem;
  max-width: var(--max-screen-width);
  margin-inline: auto;
  box-sizing: border-box;
}

.ad-manager-top-section-content {
  position: relative;
  max-width: var(--max-screen-width);
  display: flex;
  align-items: center;
}

.left-section {
  padding-bottom: 9rem;
  max-width: 45rem;
}

.left-section .ad-manager-title {
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--blue);
  font-size: var(--font-size-xxm);
  line-height: 1.6875rem;
  letter-spacing: 0.25rem;
  margin-block: 0 2rem;
}

.left-section .ad-manager-info {
  font-weight: var(--font-weight-bold);
  line-height: 4.0625rem;
  font-size: var(--font-size-xxxxl);
  color: var(--main-text-color);
  margin-block: 0 2rem;
}

.left-section .ad-manager-get-started {
  display: block;
  margin-bottom: 1.5rem;
}

.left-section .explore-features {
  position: relative;
  font-size: var(--font-size-l);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--blue);
  text-decoration: none;
}

.left-section .explore-features:hover {
  color: var(--dark-blue);
  transition: all 0.2s ease-in-out;
}

.left-section .explore-features:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -0.25rem;
  left: 0;
  border-top: 1px solid var(--blue);
}

.left-section .buttons-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-section {
  width: 42.5rem;
  position: absolute;
  right: -4rem;
  bottom: -4.25rem;
}

/* Responsive */
@media only screen and (max-width: 1500px) {
  .right-section {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 37.5rem;
    width: 100%;
  }

  .ad-manager-top-section-wrapper {
    padding-inline: 3rem;
  }
}

@media only screen and (max-width: 1366px) {
  .ad-manager-top-section-wrapper {
    margin-top: 4rem;
    margin-bottom: -0.75rem;
  }

  .ad-manager-top-section-content {
    justify-content: space-between;
  }

  .left-section {
    padding-bottom: 0;
    max-width: 45rem;
  }

  .right-section {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 37.5rem;
    width: 100%;
  }

  .right-section > svg {
    max-width: 37.5rem;
    width: 100%;
  }

  .ad-manager-info {
    max-width: 45rem;
  }
}

@media only screen and (max-width: 1200px) {
  .ad-manager-top-section-wrapper {
    margin-bottom: 7rem;
    padding-inline: 1.5rem;
  }

  .left-section {
    max-width: 34rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  .left-section {
    max-width: 30rem;
    width: 100%;
  }

  .right-section {
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .ad-manager-top-section-wrapper {
    margin-top: 4rem;
  }

  .left-section {
    padding-bottom: 0;
  }

  .right-section {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ad-manager-top-section-wrapper {
    margin-bottom: 1rem;
  }

  .ad-manager-top-section-content {
    flex-direction: column;
  }

  .left-section {
    max-width: 100%;
  }

  .left-section .ad-manager-info {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .ad-manager-top-section-wrapper {
    padding-inline: 1rem;
  }

  .right-section {
    width: calc(100% - 2rem);
  }

  .left-section .ad-manager-title {
    letter-spacing: 0.2rem;
  }
}
