.service h1{
    font-size: 90px;
    font-weight: bold;
}
.vertical-line {
height: 50px;
width: 2px;
margin: 20px auto;
background-color: #B77534 !important;
}
.service-img img{
    width:100%;
    height:500px;
}
.service-card{
    height:150vh;
    background-color: #F1F1F1;
}
.service-box{
    height: auto;
}
.service-card h1{
    font-size: 55px;
    font-weight: bold;
    margin-top: 70px;
}
.service-card-box-1{
    height: 300px;
    margin-top:40px;
}
.service-card-box i{
    /* height: 100vh; */
    color: #B77534;
    font-size: 25px;
    /* margin-top: 60px; */
}
.choose-box-i{
color: #B77534;
}
.choose-text-box h1{
        font-size: 60px;
}

@media(max-width:767px)
{
    .service h1{
    font-size: 50px;
    font-weight: bold;
}
    

.service-card h1{
    font-size: 20px;
}
.service-card{
    height:auto;
}
.choose-icon{
         height:auto;
    }
    .choose-box-icon{
        margin-top: 20px;
    }
    .service-img img{
    width:100%;
    height:300px;
}
.service-card-box-1{
    height: 400px;
    margin-top:40px;
}



}
@media (min-width: 768px) and (max-width: 920px) {
.service h1 {
    font-size: 45px; /* Adjust as needed */
    font-weight: bold;
}

.service-card h1 {
    font-size: 18px; /* Adjust as needed */
}

.service-card {
    height:auto; /* Adjust as needed */
}
.service-box{
    height:auto;
}
.choose-icon{
         height:auto;
    }
    .choose-box-icon{
        margin-top: 20px;
    }
.service-card-box{
    margin-left: 65px;
}
.service-card-box-1{
    height: 370px;
    margin-top:40px;
    margin-left:60px;
}

}
@media (min-width: 921px) and (max-width: 1050px) {
    .service-card {
        height:auto; /* Adjust as needed */
    } 
}
@media (min-width: 1051px) and (max-width: 1281px) {
    .service-card {
        height:auto; /* Adjust as needed */
    } 
}