.tabs-section {
    overflow: hidden;
    padding: 60px 0px;
}

.tabs-section .feature-img {
    max-height: 100px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .nav-link {
    border: 0;
    padding: 11px 15px;
    transition: 0.3s;
    color: #8892a0;
    border-radius: 0;
    border-right: 2px solid #8892a0 !important;
    font-weight: 600;
    font-size: 18px;
}

.tabs-section .nav-link:hover {
    color: #8892a0;
}

.tabs-section .nav-link.active {
    color: white;
    background: #8892a0;
}

.tabs-section .nav-link:hover {
    border-right: 4px solid #8892a0;
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .details h3 {
    font-size: 26px;
}

.tabs-section .details {
    color: #8892a0;
}
