
.carousel-services-wrapper {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 1200px;
}
.carousel-services .carousel-item {
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 10px;
}
.carousel-services .carousel-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
.carousel-services .carousel-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.carousel-services .carousel-item p {
    font-size: 15px;
    color: #444;
    min-height: 60px;
}
.carousel-services .read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.carousel-services .read-more:hover {
    background-color: #005f8d;
}
