/* concept.css */

.concept-section {
    background-color: #f8f9fa;
}

.concept-short-desc,
.concept-full-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.concept-img {
    object-fit: cover;
    max-height: 250px;
    width: 100%;
    border-radius: 8px;
}

.concept-socials a {
    color: #333;
    transition: color 0.2s ease-in-out;
}

.concept-socials a:hover {
    color: #d63384;
}
