body::-webkit-scrollbar {
    width: 0.6em;
    background-color: rgb(62, 62, 62);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.24);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(164, 164, 164, 0.847);
    border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(202, 202, 202, 0.847);
}

.db-text p {
    font-size: 1rem;
    padding-bottom: 0.6rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.db-text h3 {
    font-size: 1.875rem;
    font-weight: 600;

    padding-bottom: 1.5rem;
}

.db-text h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;

    padding-bottom: 1.1rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

    .db-text p {
        font-size: 1.125rem;
        padding-bottom: 0.7rem;
        line-height: 1.6rem;
    }

    .db-text h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .db-text h4 {
        font-size: 1.35rem;
        line-height: 1.85rem;
    }
}

@media only screen and (min-width: 1024px) {

    .db-text h3 {
        font-size: 3rem;
        line-height: 1;
        padding-bottom: 2.5rem;
    }
}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 1536px) {

}