
.our-works-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #163555;
    font-size: 60px;
}


.carousel {
    width: 100%;
    height: 500px;
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}