
.expertise-feature-box {
    display: flex;
    align-items: flex-start;
    padding: 30px 20px 30px 0;
    position: relative;
    text-align: left;
}

.icon-circle {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e1eb8c;
    color: #005b9c;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


@media (min-width: 992px) {
    .border-left-lg {
        border-left: 1px solid #e0e6f0;
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .border-left-lg .content {
        padding-left: 30px;
    }

    .border-top-lg {
        padding-top: 30px !important; 
    }
    
}


@media (max-width: 991.98px) {
    .expertise-feature-box {
        border: none !important;
        padding: 20px 0;
        margin-bottom: 15px;
    }
   
    .expertise-feature-box {
        border-bottom: 1px solid #e0e6f0;
    }
    .expertise-feature-box:last-child {
        border-bottom: none;
    }
    .expertise-feature-box .content {
        padding-left: 20px;
    }
}