.information .section__information .global-heading,
.information .section__information .information__item:nth-child(even) .row .information__content .global-heading {
    margin-bottom: 36px;
}

.information .section__information .information__item:nth-child(even) .row .information__content .global-desc {
    max-width: 98%;
}

.information .section__information .information__content {
    padding-left: 65px;
}

/* banner */

.section__banner .banner__list--img video {
    object-position: center;
}

.section__banner .banner__content--text span {
    font-size: 68px;
}

.section__banner .banner__video span {
    font-size: 31px;
}

.banner .section__banner .banner__list--img video {
    object-position: center;
}

/* hearts */

.section__hearts {
    padding: 120px 0;
}

.section__hearts .global-heading {
    margin-top: 50px;
}

.section__hearts .hearts__content span {
    font-size: 14px;
    color: var(--text-color);
    line-height: 28px;
    display: block;
    margin-bottom: 22px;
	white-space: pre-line;
}

.section__hearts .hearts__content .hearts__header {
    display: none;
}

.amount .section__amount .amount__title .amount__title-large {
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 500;
}

.amount .section__amount .amount__title .amount__title-small {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-top: 20px;
    font-weight: 400;
    max-width: 100%;
    margin: auto;
}

.section__amount .amount__title .amount__title-small::before {
    position: absolute;
    display: block;
    content: "";
    width: 20%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff4a;
}

.section__amount .amount__container {
    gap: 0;
    padding: 0;
}

.section__amount .amount__right {
    display: flex;
    align-items: self-start;
    justify-content: right;
    gap: 35px;
}

.section__amount .amount__item {
    padding-top: 0;
}

.amount .section__amount .amount__item .amount__title {
    font-size: 14px;
}

.amount .section__amount .amount__item .amount__number {
    font-size: 35px;
}

/* brighten */

.section__brighten {
    padding: 120px 0;
}

.section__brighten .brighten__content .global-heading {
    text-align: left;
}

.section__brighten .brighten__content .brighten__content--img,
.section__information .information__content .brighten__content--img {
    text-align: center;
    margin-bottom: 30px;
}

.section__brighten .brighten__content .brighten__content--img img,
.section__information .information__content .brighten__content--img img {
    width: 167px;
    height: auto;
}

.section__brighten .brighten__content .brighten__content--text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

/* campaign */

.section__campaign {
    padding: 120px 0 120px;
}

.section__campaign .campaign__content span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.section__campaign .campaign__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.amount .section__amount .amount__item .amount__title {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .information .section__information .information__item:nth-child(even) .row .information__content .global-desc {
        font-size: 13px;
    }
    .section__campaign .campaign__content span {
        font-size: 13px;
    }
    .section__hearts,
    .section__brighten,
    .section__campaign {
        padding: 80px 0;
    }
    .section__campaign .campaign__content span {
        margin-bottom: 0;
    }
    .section__campaign .campaign__content span p:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .hearts__img {
        max-width: 300px;
        margin: auto;
    }
    .section__hearts .global-heading {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .section__hearts .hearts__content span {
        text-align: center;
    }
    .section__amount .amount__right {
        justify-content: center;
    }
    .section__brighten .brighten__content .brighten__content--text {
        padding-bottom: 30px;
    }
    .section__information .information__content--item {
        text-align: center;
    }
    .section__campaign .campaign__img {
        text-align: center;
    }
    .section__campaign .campaign__img img {
        max-width: 300px;
    }
    .section__campaign .campaign__content span {
        text-align: center;
    }
    .section__offer .offer__title {
        padding-bottom: 40px;
    }
    .section__hearts .hearts__header {
        display: none;
    }
    .section__hearts .hearts__content .hearts__header {
        display: block;
    }

    .section__brighten .brighten__content .global-heading,
    .section__brighten .brighten__content .brighten__content--text {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .section__hearts .global-heading {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .section__hearts .hearts__content span {
        font-size: 13px;
        text-align: center;
    }
    .section__hearts,
    .section__brighten,
    .section__campaign {
        padding: 60px 0;
    }

    .information .section__information .information__content {
        padding-left: 0px;
    }
    
}

@media screen and (max-width: 768px) {
    
    .amount .section__amount .amount__title .amount__title-small {
        max-width: 100%;
    }

    .section__amount .amount__right {
        gap: 32px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section__amount .amount__item {
        width: 45%;
    }

    .amount .section__amount {
        padding: 60px 0;
    }

    .information .section__information .information__img img {
        height: 450px;
    }

    .campaign__img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {

    .section__amount .amount__right {
        /* flex-direction: column; */
        flex-wrap: wrap;
        padding: 40px 0 30px;
        /* justify-content: left; */
    }

    .section__amount .amount__item {
        width: 40%;
    }

    .information .section__information .information__img img {
        height: 250px;
    }

}