#db-story-main-cont {
    width: 100vw;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}
#dbs-dg-img {
    width: 8rem;
}
#txt-1 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
}
#txt-2 {
    font-size: 1.5rem;
    color: var(--distro-blue);
    margin-top: 1rem;
}
#txt-3 {
    font-size: 1.5rem;
    margin-top: 1rem;
}
#ds-story-btn {
    background-color: var(--distro-light-green-2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.25rem 1rem;
    width: 10rem;
    height: 2.5rem;
    font-weight: 500;
}
@media screen and (max-width: 860px) and (min-width: 501px) {
}
@media screen and (max-width: 500px) {
}
