.section__banner .banner__content .banner__content--button {
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: transparent;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  width: fit-content;
  padding: 8px 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2),
    0 1px 3px rgba(255, 255, 255, 0.3) inset;
  transition: all 0.2s ease;
}

.section__banner .banner__content .banner__content--button:hover {
  transform: translateX(2px);
}

.section__banner .banner__content .banner__content--button .arrow {
  background-color: #fff;
  padding: 6px 4px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__banner .banner__content .banner__content--text span {
  display: block;
  color: var(--third-color);
  white-space: pre-line;
}

.section__desc {
  padding: 120px 0;
}

/* .section__desc .desc__item:nth-child(even) .row {
  flex-direction: row-reverse;
} */

.section__desc .desc__item {
  padding-bottom: 100px;
}

.section__desc .desc__item:last-child {
  padding-bottom: 0;
}
  
/* 
.section__desc .desc__item:nth-child(2) .desc__item--img img {
  object-position: right;
} */

.section__desc .desc__item .row {
  padding: 15px;
}

.section__desc .desc__item--content {
  padding-right: 30px;
}

/* .section__desc .desc__item:nth-child(even) .desc__item--content {
  padding-left: 30px;
  padding-right: unset;
} */

.section__desc .desc__item--content span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .section__desc .desc__item--content span {
    white-space: pre-line;
  }
}

.section__desc .desc__item--title {
  font-size: 30px;
  line-height: 47px;
  color: var(--third-color);
  font-weight: 600;
}

.section__amount {
  padding: 144px 0;
}

.section__amount .img-logo {
  width: 313px;
  height: 135px;
  margin: auto;
}

.section__amount .global-heading {
  padding: 40px 0 19px;
}

.section__amount .desc-text {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  font-weight: 300;
}

.privacy__section {
  padding: 160px 0;
}

.privacy__section .privacy__content h2 {
  font-size: 23px;
  line-height: 25px;
  color: var(--third-color);
  font-weight: 600;
  padding: 20px 0 30px;
}

.privacy__section .privacy__content h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: var(--text-color);
  padding: 10px 0;
}

.privacy__section .privacy__content span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: var(--text-color);
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .section__desc,
  .privacy__section {
    padding: 80px 0;
  }

  .section__desc .desc__item {
    padding-bottom: 60px;
  }

/*
  .section__desc .desc__item:last-child {
    padding-bottom: 40px;
  }
  */
  
  .section__desc .desc__item:last-child {
	padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section__desc .desc__item--title,
  .section__desc .desc__item--content span {
    text-align: center;
  }

  .section__amount .desc-text {
    font-size: 20px;
  }

  .section__desc,
  .privacy__section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .privacy__section {
    padding: 60px 0;
  }

  .section__desc {
    padding: 30px 0;
  }

  .section__desc .desc__item {
    padding-bottom: 40px;
  }

  .section__desc .desc__item--content,
  .section__desc .desc__item:nth-child(even) .desc__item--content {
    padding: 0;
  }

  .section__amount .desc-text {
    font-size: 20px;
  }

  .section__amount {
    padding: 60px 0;
  }

  .section__desc .desc__item--content span,
  .section__desc .desc__item--title {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .section__desc .desc__item--title {
    font-size: 22px;
    line-height: 32px;
  }

  .section__desc .desc__item {
    padding-bottom: 20px;
  }

  .section__amount .desc-text {
    font-size: 16px;
  }
}

.pr-lg-100 {
  padding: 0 !important;
}

.pl-lg-100 {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .pr-lg-100 {
    padding: 0 100px 0 0 !important;
  }

  .pl-lg-100 {
    padding: 0 0 0 100px !important;
  }
}

.banner__content--text span {
  color: var(--third-color) !important;
}
