@media only screen and (min-width : 1400px) {}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
    .image_sec{
    height: 90%;
}
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
 .full{
    width: 100% !important;
}  
.values_sec .content{
    margin-left:0%;
}
.card_sec{
    width: 100%;
}
.Fa_que{
    text-align: center !important;
}

/* about */

}
@media only screen and (max-width: 992px) and (min-width : 768px) {
.full{
    width: 100% !important;
}
  .Service_hero{
       padding: 150px  20px;
}
.values_sec .content{
    margin-left:0%;
}
.card_sec{
    width: 100%;
}
.service_card{
    align-items: center;
    text-align: center;
    padding: 24px 10px;
}
.Fa_que{
    text-align: center !important;
}


    
}

@media only screen and (max-width: 768px) {
.full{
    width: 100% !important;
}
 .log_img {
    max-height: 40px;
    margin: 0 15px;
  }
  .Service_hero{
       padding: 100px  20px 20px;
}
.values_sec .content{
    margin-left:0%;
}
.card_sec{
    width: 100%;
}
    .line {
        width: 150px;
    }
    .service_card h4, .service_card1 h4 {
    font-size: 20px;
    font-family: 'Lexend-SemiBold';
    text-align: center;
}

.service_card{
    align-items: center;
    padding: 30px 23px;
}
.Fa_que{
    text-align: center !important;
}
}

@media only screen and (max-width:576px) {
.full{
    width: 100% !important;
}
.Service_hero{
       padding: 80px  20px 20px;
}
  .log_img {
    max-height: 30px;
    margin: 0 10px;
  }
  
.values_sec .content{
    margin-left:0%;
}
.card_sec{
    width: 100%;
}

.icon_box1 , .icon_box {
    width: 40px;
    height: 40px;
}
.service_card{
    align-items: center;
    padding: 30px 23px;
    height: 100%;
}
.Fa_que{
    font-size: 30px;
    text-align: center;
}
.values_sec h5 {
    font-size: 14px !important;
}

.service_card1{
    padding: 20px;
}
}