.landing-service{
    margin-top: 88px;
    height: 90vh;
}

.landing-service h1{
    font-size: 4.5rem !important;
    text-align: center;
    line-height: 1.4;
}

.landing-img{
    background: url('./imgs/creativity.jpeg');
    background-position: center;
    background-size: cover;
    aspect-ratio: 16/8;
    max-height: 60vh;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
@media (max-width:900px){
    .landing-service h1{
        font-size: 3rem !important;
    }
}

@media (max-width:578px) {
    .landing-service h1{
        font-size: 2rem !important;
    }
    .landing-img{
        margin-top: -35px;
    }
}



.service-imgs img{
    aspect-ratio: 1/1.2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

@media (min-width: 768px){
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
}

.serviceCategory_lineBreak {
    width: 0;
    padding: 0 !important;
    position: relative;
    margin-bottom: 2.5rem;
}

.serviceCategory_lineBreak .lineBreak {
    height: 100% ;
    border-right: 1px solid gray;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.lineSection {
    border-bottom: 1px solid var(--gray);
    display: block;
}

@media (min-width:992px){
    .service-item h1{
        font-size: 2rem !important;
    }
    .service-item .service-number{
        font-size: 4rem !important;
    }
}


.service-item .service-number{
    color: #393939 !important;
}

