h1.how-start-title {
    color: #FFF;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}
a.link-how-start-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    width: 214px;
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-bottom: 16px;
    transition: 0.3s;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

p.how-start-p {
    color: #979696;
    font-size: 14px;
    font-weight: 600;
    line-height: 146.4%;
    max-width: 915px;
}

.howstart {
    margin-top: 80px;
}
.donate-area {
    width: 100%;
    margin-top: 80px;
    height: 814.762px;
    background: #121212;
    border-radius: 15px;
}

h3.title-area {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.24px;
    margin-bottom: 40px;
    padding-left: 25px;
}

.border-donate-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
    column-gap: 12px;
}

p.object-text-don-info {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.right-object-don-info {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.object-donate-info {
    display: flex;
    justify-content: space-between;
    height: 84px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.1s;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.left-object-don-info {
    display: flex;
    align-items: center;
}

img.object-donate-info-img-info {
    margin-right: 20px;
}
ul.donate-list {
    display: flex;
	justify-content: center;
}
ul.donate-list-m {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
	align-items: center;
}
@media (max-width: 1360px){
    ul.donate-list {
        display: none;
    }
}
@media (min-width: 1360px){
    ul.donate-list-m {
        display: none;
    }
}
.button-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    width: 214px;
	margin-right: 10px;
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-bottom: 16px;
    transition: 0.3s;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}
.button-list:hover {
    border: 0.5px solid rgb(244 244 244 / 30%);
    background: rgba(255, 255, 255, 0.05);
}
.donate-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.5px;
    padding-left: 25px;
}

p.color-gray {
    display: contents;
    color: rgba(255, 255, 255, 0.19);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 35.5px;
}

p.command {
    display: contents;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.5px;
}

.object-donate-info:after {
    background: rgba(151, 150, 150, 0.15);
    width: 50%;
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
}
.head {
    height: auto;
}
.object-donate-info:hover {
    background: #833508;
}

.object-donate-info:nth-last-child(1):after {
    display: none;
}

.scroll-area.scroll-new {
    height: 590px;
    overflow: auto;
    padding-right: 25px;
}


@media (max-width: 1100px){
    .border-donate-area {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 52px;
    }

    .donate-area {
        height: auto;
        padding-bottom: 50px;
    }

    .scroll-area.scroll-new {
        height: 335px;
    }

    .border-donate-area {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
}

.object-donate-info {
    display: flex;
    justify-content: space-between;
    height: 84px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.1s;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
	margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.button-list.object-donate-info-list.active, .donate-list-m.object-donate-info-list.active {
    background: #ffffff12;
}