@import "./common.css";
.about-list .list-interval {
    width: 100%;
}

.about-list .sticky-top {
    top: 48px;
    z-index: 1;
}

.about-list img{
    width: 100%;
}

.card-text{
    text-indent: 32px;
}

@media (max-width: 992px) {
    .about-list .sticky-top{
        top: 64px;
    } 
}

html {
    scroll-padding-top: 80px;
}

.img-desc{
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
}