/* banner */

.section__banner .banner__content .banner__content--text span {
    display: block;
    color: var(--third-color);
    white-space: pre-line;
}

/* desc */

.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: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: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 20px;
	white-space: pre-line;
}

.section__desc .desc__item--title {
    font-size: 30px;
    line-height: 47px;
    color: var(--third-color);
    font-weight: 600;
    /* white-space: pre-line; */
}

/* amount */

.section__amount {
    padding: 144px 0;
}

.section__amount .img-logo {
    width: 83px;
    height: 83px;
    margin: auto;
}

.section__amount .global-heading {
    padding: 40px 0 19px;
}

.section__amount .desc-text {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
}

/* policy */

.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;
    }
}

@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;
    }
}