/* Layout 2 Style */ 

.services-footer {
    padding: 40px 68px;
    color: #172b3b;
    border-radius: 4px;
    background: #ffcb05;
    margin: 3rem 0;
}

.services-footer .owl-carousel.owl-rtl .owl-item {
    left: -3px;
}

.services-footer .item {
    display: flex;
    justify-content: center;
    padding-left: 1.5rem;
}

.services-footer .sv-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
}

.services-footer .sv-title {
    font-weight: bold;
}

.services-footer .sv-info p {
    margin: 0;
    font-size: 11px;
}
