.service-banner{
    background-image: url('./../img/services-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide img {
    width: 100%;
    border-radius: 8px;
}
.service {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.service h2 {
    text-align: center;
}
.service img {
    max-width: 100%;
    height: 340px;
    border-radius: 8px;
    margin-bottom: 10px;
    object-fit: contain;

}

.service-description {
    margin-top: 15px;
    font-family: cursive;
    font-size: 1.1rem;
    line-height: 1.6;
}

#services-overview img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}


#services-overview h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}


#services-overview p {
    font-size: 20px;
    margin-bottom: 10px;
}

#container {
    display: none;
    transition: .5ms all ease-in-out;
}
.card-footer{
    font-family: cursive;
}
  