@media only screen and (max-width: 375px) and (min-width: 320px){
    .left_icon {
        text-align: center;
      }
      .right_icon ul{
        display: flex;
        justify-content: center;
      }
    .meets{
        padding: 20px 5px;
      }
      .meet_head{
        font-size: 30px;
      }
      .meet_btn{
        padding:10px;
      }
      .years{
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: var(--blue-color);
        width: 200px;
        height: 110px;
        color: #fff;
        font-family: var(--fonts_1);
        font-size: 22px;
        font-weight: 500;
        text-align: start;
        border-radius: 20px;
    }
}
@media only screen and (max-width: 425px) and (min-width: 376px){
    .left_icon {
        text-align: center;
      }
      .right_icon ul{
        display: flex;
        justify-content: center;
      }
      .meets{
        padding: 30px 15px;
      }
      .meet_head{
        font-size: 35px;
      }
      .meet_btn{
        padding:10px;
      }
      .years{
        position: absolute;
        bottom: 50px;
        right: 0;
        background-color: var(--blue-color);
        width: 200px;
        height: 110px;
        color: #fff;
        font-family: var(--fonts_1);
        font-size: 22px;
        font-weight: 500;
        text-align: start;
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 426px){
    .left_icon {
        text-align: center;
      }
      .right_icon ul{
        display: flex;
        justify-content: center;
      }
      .meets{
        padding: 30px 15px;
      }
      .meet_head{
        font-size: 35px;
      }
      .meet_btn{
        padding:10px;
      }
      
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .meets{
        padding: 30px 15px;
      }
      .meet_head{
        font-size: 50px;
      }
      .meet_btn{
        padding:10px;
      }
      .years{

        bottom: 300px;
        right: 0;
    }
    .why_choose_img{
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
    
}
@media only screen and (max-width: 1440px) and (min-width: 1025px){
    
}
@media only screen and (max-width: 2560px) and (min-width: 1441px){
    
}