.black.content-pre {
    color: #000;
    margin-top: 24px;
}
.while {
    color: #ffff;
}
.text-left {
    text-align: left;
}
.image-top {
    width: 478px;
    padding-top: 83px;
}
.top-buid {
    display: flex;
    justify-content: center;
}
.br-6 {
    border-radius: 6px;
}
.mg-bt {
    margin: 17px 0 24px;
}
.item-icon {
    display: flex;
}
.mb-64 {
    margin-bottom: 64px;
}
.content-icon {
    margin-left: 24px;
    flex: 1;
}
.content-icon .fz-14 {
    /* font-size: 14px; */
    line-height: 20px;
}
.title-page {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1DAC5F;
}
.sign-title {
    font-size: 40px;
    font-weight: 700;
}
.btn-sign {
    font-size: 18px;
    border: solid 1px #dddd;
    width: 257px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D4D9DC;
    box-sizing: border-box;
    border-radius: 8px;
}
.total-title {
    font-size: 28px;
    font-weight: 700;
}
.icon {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.icon img {
    width: 32px;
    height: 32px;
    margin-right: 23px;
}
.icon p {
    margin-bottom: 0;
}
.two-icon img {
    width: 144px;
    height: 144px;
    margin-bottom: 45px;
}
.two-icon h6 {
    margin-bottom: 24px;
}
.user {
    background: rgba(136, 136, 136, 0.25);
    border-radius: 8px;
    background-color: #ffff;
    padding: 26px;
}

.user h6,
.fre-title h6 {
    font-size: 20px;
    font-weight: 700;
}
.user h6 {
    font-size: 40px;
}
.user p {
    /* font-size: 14px; */
}
.money {
    display: flex;
    align-items: center;
}
.money p {
    /* font-size: 16px; */
    font-weight: 700;
}
.user button {
    font-weight: 700;
    width: 250px;
    height: 43px;
    border-radius: 6px;
    border: 1px solid #1DAC5F;
    background: #1DAC5F;
}
.list-money {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.user .sign-title {
    padding: 0px 8px 16px;
}
.user {
    margin-bottom: 20px;
}
.image-sing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.image-sing img {
    width: 100%;
    height: 100%;
}
.fre-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.fre-box {
    margin-top: 24px;
    margin: 0 auto;
    max-width: 668px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(136, 136, 136, 0.25);
    border-radius: 8px;
    padding: 24px;
}
.fre-line {
    margin-left: -24px;
    margin-right: -24px;
}
@media (max-width: 1401px) {
    .list-money {
        justify-content: center;
    }
}
@media (max-width: 1380px) {
    .home-psg {
        position: unset;
    }
    .cta-contact-section {
        height: auto;
    }
}
@media (max-width: 769px) {
    .image-sing {
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .image-top {
        width: 360px;
    }
}
@media (max-width: 391px) {
    .image-top {
        width: 290px;
    }
}
