.about-illustration {
    position: relative;
    padding: 2rem;
}

.about-illustration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 1rem;
    z-index: -1;
}

.feature-item {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item i {
    font-size: 2rem;
    display: block;
}

.text-primary {
    color: #0C5ADB !important;
}

.btn-primary {
    background-color: #0C5ADB;
    border-color: #0C5ADB;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0a4bba;
    border-color: #0a4bba;
    transform: translateY(-2px);
}

.section_title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.section_sub_title h6 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.lead {
    font-size: 1.1rem;
    line-height: 1.7;
}
