/* ===========================
   More To Discover Section
   =========================== */

.discover-area {
    background-color: #f4f5fe;
}

.mb-80 {
    margin-bottom: 80px;
}

.discover-image {
    text-align: center;
    padding: 20px;
}

.discover-content {
    padding: 20px 10px;
}

/* Numbered badge — cyan circle matching the design */
.discover-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #00afef;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.discover-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0f2457;
    margin-bottom: 16px;
    line-height: 1.3;
}

.discover-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .discover-image {
        margin-bottom: 30px;
    }

    .discover-content {
        padding: 10px 0;
    }

    .mb-80 {
        margin-bottom: 50px;
    }
}