.white{
    color: var(--white);
}
.notes62{
    margin-bottom: 100px;
}
.n62Inner{
    display: flex;
    flex-direction: column;
}
.n62iNote0{
    display: block;
    color: var(--grey-text);
    background: linear-gradient(180deg, #27201F 0%, rgba(36, 36, 36, 0) 100%);
    border-radius: 11px;
    padding: 30px 30px;
    line-height: 24px;
    margin-bottom: 50px;
}
.n62iNote1{
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
}
.n62in1Header{
    color: var(--white);
    margin-bottom: 15px;
}
.n62in1Text{
    color: var(--grey-text);
    line-height: 24px;
}

@media screen and (max-width: 1000px){
    .notes62 {
        margin-bottom: 80px;
    }
    .n62iNote0{
        margin-bottom: 10px;
    }
}