
@media only screen and (max-width: 912px) {

.ben-img, .benifit-line {
    display: none;
}
.benifit-area {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 50px;
}

.ben-area {
    width: 45%;
    text-align: center;
}
.cover-2 p {
    font-size: 15px;
}
.cover-1 p {
    font-size: 17px;
}
.ser-con h1, .coverd-head h1 {
    font-size: 22px;
}


}

@media only screen and (max-width: 712px) {
    .ser-con h1, .coverd-head h1 {
        font-size: 20px;
    }
    .ser-con p {
        font-size: 16px;
    }
    .benifit-area {
        flex-direction: column;
        gap: 30px;
    }
    .ben-area {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .cover-area {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
.cover-1 {
    width: 100%;
    text-align: center;
}
.cover-2 {
    width: 100%;
    text-align: center;
}



}





