a {
    text-decoration:none;
}
.btn-group-container {
    display: flex;
    flex-wrap: wrap;
}

.logo-top {
    height: 2.2rem;
    width: auto;
    margin: 1rem 0;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-btn-icon {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}

.fs-btn-title {
    font-size: 0.85rem;
    color: #007e80;
}

.fs-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #007e80;
}

.divider {
    margin-top: 1rem;
}

.divider-2 {
    margin-top: 2rem;
}

.mlist-item {
    height: 8rem;
}

.fooder {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.8rem;
    background-color: #029b9e;
}

.fooder a {
    color: white;
}

.section a {
    color: #007e80;
}