.banner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner .wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0;
}
.banner__top {
  padding: 73px 20px;
  border-radius: 8px;
  padding-bottom: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner__title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  .banner__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 478px) {
  .banner__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.banner__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  margin-top: 7px;
}
@media (max-width: 478px) {
  .banner__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.banner__link {
  gap: 4px;
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00C74D;
  padding: 9px 14px;
  align-items: center;
  line-height: 24px;
  display: flex;
  border-radius: 4px;
  margin-top: 24px;
  width: fit-content;
}
@media (max-width: 767px) {
  .banner__link {
    padding: 8px 18px;
    font-size: 14px;
  }
}
.banner__text {
  height: 100%;
}
@media (max-width: 767px) {
  .banner__text {
    width: 100%;
  }
}
.banner__bottom {
  border-color: #04D9FF;
  padding-left: 48px;
  padding-top: 0;
  position: relative;
  display: grid;
  padding-right: 0;
  padding-bottom: 0;
  padding-bottom: 52px;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .banner__bottom {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner__bottom .banner__title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 634px;
  padding-top: 66px;
  margin: 0;
}
@media (max-width: 768px) {
  .banner__bottom .banner__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  .banner__bottom .banner__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 478px) {
  .banner__bottom .banner__title {
    font-size: 24px;
    line-height: 37px;
  }
}
.banner__bottom .banner__description {
  text-align: left;
  max-width: 534px;
  font-weight: 400;
  margin: 0;
  margin-top: 13px;
  padding-bottom: 20px;
}
.banner__image {
  display: flex;
}
.banner__image img {
  width: 100%;
}