.featured-section-1{
    display: flex;
    padding: 50px;
    gap: 40px;
    align-items: center;
}
.featured-section-1 .service-card{
width: 50%;
height: fit-content;
}
.rightimage{
    width: 50%;
    text-align: end;
    justify-content: end;
    display: flex;
}
.rightimage  img{
    width: 100%;
    align-self: end;
    border-radius: 21px;
}
.featured-section-2 .bc {
    display: flex;
    justify-content: center;
    gap: 90px;
    margin: 40px 0px;
}
.featured-section-2 .content{
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.featured-section-2 .content i{
    font-size: 34px;
    
}
.featured-section-2 .content .c2 h3{
    
font-size: 24px;
color: green;
font-weight: 500;

    
}
hr{
    color: gray;
}
.featured-section-2 .content .c2 h4{
    font-weight: 300;
}

.slider .list img{
    border-radius: 21px !important;
    max-width: 62%;
   
}
.content2{
    flex-direction: column;
   
}
.c1{
    text-align: center;
}
.content2 .c1 i{
    font-size: 34px;
    margin: 18px;
    color: green;
}
.c2{
    text-align: center;
}


@media (max-width: 1199px) and (min-width: 768px) {
    .featured-section-1{
        flex-direction: column;
    }
    .featured-section-1 .service-card {
        width: 100%;
    }
    .rightimage{
        width: 100%;
    }
    .slider {
        width: 99%;
    }
    .featured-section-2 .bc {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin: 40px 32px;
    }
}

@media (max-width: 767px){
    .featured-section-1{
        flex-direction: column;
        padding: 25px;
    }
    .featured-section-1 .service-card {
        width: 100%;
    }
    .rightimage{
        width: 100%;
    }
    .slider {
        width: 99%;
    }
    .featured-section-2 .bc {
      flex-direction: column;
      gap: 22px;
    }
    .slider .list img {
        width: 1300px;
        max-width: 100vw;
        height: 100%;
        object-fit: fill;
    }
    .slider .list img{
        border-radius: 0px !important;
    }
}