/* =========================================================
   Why Calhoun Block
   ========================================================= */

.why-calhoun {
    background-color: #111;
    background-image: url('../../../img/gallery-grid.jpg');
    background-repeat: repeat;
    padding: 60px 0;
    color: #fff;
}

/* ---- Header ---- */

.why-calhoun__header {
    margin-bottom: 50px;
}

.why-calhoun__heading {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0;
}

/* ---- Group ---- */

.why-calhoun__group {
    margin-bottom: 40px;
}

.why-calhoun__group:last-child {
    margin-bottom: 0;
}

.why-calhoun__group-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.why-calhoun__group-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e4212e;
    margin-top: 12px;
}

@media (min-width: 768px) {
    .why-calhoun__group-title {
        display: flex;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
    }

    .why-calhoun__group-title::after {
        flex: 1;
        width: auto;
        margin-top: 0;
    }
}

/* ---- Items ---- */

.why-calhoun__items {
    margin-top: 24px;
}

.why-calhoun__item {
    margin-bottom: 28px;
}

.why-calhoun__item-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.why-calhoun__item-desc {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Responsive ---- */

@media (min-width: 768px) {
    .why-calhoun {
        padding: 70px 0;
    }

    .why-calhoun__item-desc {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .why-calhoun {
        padding: 80px 0;
    }

    .why-calhoun__item {
        margin-bottom: 0;
    }
}
