/* 
    About Us Page Styles 
    Cook with Judy & Flo
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");

.about-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.hero-divider {
    width: 96px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.about-card-header {
    border-bottom: 1px solid var(--border-color);
}

.imagesize {
    width: 100%;
    height: 400px;
    max-height: 450px;
    object-fit: cover;
}

.headtitle {
    color: #000;
    font-size: 2rem;
}

.about-footer-row {
    width: 100%;
}

@media (max-width: 991px) {
    .imagesize {
        height: 300px;
    }
    .headtitle {
        font-size: 1.5rem !important;
    }
}

.about-description {
    text-align: center;
}
