@import "header.css";
@import "footer.css";
.main_content {
    padding: 4rem 0;
}

.aboutlist {
    display: flex;
    flex-flow: column;
    width: 10rem;
    min-width: 10rem;
}

.description {
    margin: 0 1rem;
    padding: 0 1rem;
    border-left: 1px solid #ccc;
}

.about_distance {
    height: 85px;
    margin-top: -35px;
}

.aboutlist.scrollmore {
    position: sticky;
}

.aboutlist a {
    margin: 10px;
    padding: 10px 15px;
    background-color: #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: black;
}

.aboutlist a:hover {
    background-color: #aaa;
}

.honorswrapper {
    justify-content: space-evenly;
}
@media (max-width: 1000px) {
    .aboutlist {
        display: none;
    }
    .description{
        border-left: none;
        padding: 0;
    }
}