.membership-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.membership-banner__header {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .membership-banner__header {
    margin-bottom: 32px;
  }
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .membership-banner__header {
    width: 280px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .membership-banner__header {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .membership-banner__header {
    width: 436px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .membership-banner__header {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .membership-banner__header {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .membership-banner__header {
    width: 672px;
  }
}
@media (min-width: 1440px) {
  .membership-banner__header {
    width: 651px;
  }
}
@media (min-width: 1920px) {
  .membership-banner__header {
    width: 891px;
  }
}
.membership-banner__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #004A85;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .membership-banner__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .membership-banner__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .membership-banner__title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .membership-banner__title {
    font-size: 52px;
    line-height: 56px;
  }
}
.membership-banner__description p {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #001321;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .membership-banner__description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .membership-banner__description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .membership-banner__description p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .membership-banner__description p {
    font-size: 20px;
    line-height: 24px;
  }
}
.membership-banner__img {
  background-color: #9747FF;
  object-fit: cover;
  object-position: center center;
  border-radius: 0px 160px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .membership-banner__img {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .membership-banner__img {
    width: 100%;
    height: 320px;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .membership-banner__img {
    width: 496px;
    height: 360px;
    border-radius: 0px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .membership-banner__img {
    width: 628px;
    height: 380px;
    border-radius: 0px 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .membership-banner__img {
    width: 852px;
    height: 420px;
    border-radius: 0px 120px;
  }
}
@media (min-width: 1200px) {
  .membership-banner__img {
    width: 880px;
    height: 504px;
  }
}
@media (min-width: 1440px) {
  .membership-banner__img {
    width: 1076px;
    height: 584px;
  }
}
@media (min-width: 1920px) {
  .membership-banner__img {
    width: 1555px;
    height: 620px;
  }
}
.membership-banner__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 200px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .membership-banner__logo {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .membership-banner__logo {
    top: 124px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .membership-banner__logo {
    top: 132px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .membership-banner__logo {
    top: 125px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .membership-banner__logo {
    top: 135px;
  }
}
@media (min-width: 1440px) {
  .membership-banner__logo {
    top: 110px;
  }
}
@media (min-width: 1920px) {
  .membership-banner__logo {
    top: 110px;
  }
}