.partner-top-banner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-top-banner .partner-top-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.partner-top-banner .partner-top-banner__background img {
  position: absolute;
  top: -2.18%;
  left: 0;
  width: 100%;
  height: 148.61%;
  max-width: none;
  object-fit: cover;
}

.partner-top-banner .partner-top-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  max-width: 645px;
  width: 100%;
  padding: 55px 20px;
}

.partner-top-banner .partner-top-banner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
  white-space: pre-wrap;
  width: 100%;
}

.partner-top-banner .partner-top-banner__title {
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  max-width: 100%;
}

.partner-top-banner .partner-top-banner__description {
  font-family: "Geologica", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
  max-width: 100%;
}

.partner-top-banner .partner-top-banner__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 30px;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none !important;
  text-align: center;
  background: linear-gradient(90deg, #ff6d63 0%, #d81f1f 50%, #ad1e1e 100%);
}

@media (width <= 768px) {
  .partner-top-banner .partner-top-banner__title {
    font-size: 28px;
    line-height: 36px;
  }
}
