.hs-title-4 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Apply shadow */
    margin-bottom: 60px; /* Adjust margin bottom */
}
.title {
    text-align: center !important; /* Center align text */
}

.description, .section-title-service {
    text-align: center !important; /* Center align text */
}
.fit__image .img-fluid {
    min-height: 100%;
}
.fit__image .img-fluid {
    margin-top: 0px !important;
}
/* Media query for smaller screens */
@media (max-width: 768px) {
    .hs-title-4 {
        font-size: 20px; /* Adjust font size for smaller screens */
        margin-bottom: 40px; /* Adjust margin bottom for smaller screens */
    }
}
