.vs_container {
    display: flex;
    justify-content: center;
    align-items: center;
}


li.def-list-item {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75rem;
}

/* .scrollMain {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: calc(100dvh - 50px);
    overflow-x: hidden;
} */

.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    gap: 10px;
}

.about-container h1 {
    font-weight: 500;
    font-size: 2.25em;
    margin-top: 0;
    line-height: 1.1111111;
    color: #111827;
}

.about-container p {
    font-weight: 500;
    line-height: 26px;
}

.about-container p:first-child {
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .about-h {
        height: fit-content;
    }
}


h1.def_vs_h1,
.def_vs_h1.h1 {
    font-size: 42px;
    line-height: 1.111;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    color: #000000;
}

.about-end {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 20px;
    text-align: center;
    gap: 10px;
    height: 100%;
}

.hide {
    display: none;
}




@media screen and (min-width: 1024px) {
    .about-img-hidden {
        display: none;
    }

    .about-img-show {
        display: block;
    }

}
