/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .header{
        height: 100px;
    }
    .section-padding{
        padding: 40px 0;
    }
    .section-txt{
        padding: 0 15px;
        margin: 0;
    }
    .section-txt p{
        font: 300 15px / 25px Poppins;
    }
    .section-title h2, .section-title h2 span, .welcome-msg .section-title h2 span, .sec2 .section-title h2 span{
        font: bold 30px/40px Metropolis-Bold;
    }
    .section-title p{
        font: normal 18px / 28px Poppins;
        letter-spacing: 1.6px;
    }
    .banner-content h1{
        font: bold 50px/65px Metropolis-Bold;
    }
    .inner-banner .banner-content{
        width: 100%;
        text-align: center;
    }
    .inner-banner{
        margin-top: 100px;
    }
    .contact-form{
        padding: 50px 15px;
    }
    .why-choose-career .section-txt{
        width: 100%;
    }
    .value-items .col-md-6 {
        padding: 20px 15px 20px;
    }
    .value-items .col-md-6 + .col-md-6 {
        border-top: 1px solid #000;
        border-left: 0;
    }
    .welcome-msg .section-title{
        margin-top: 0;
    }
    .welcome-msg .section-txt, .our-value .section-txt{
        padding: 0 15px;
    }
    .welcome-msg .section-box .row{
        flex-direction: column-reverse;
    }
    .manage-team-box h3{
        font: bold 25px/30px Poppins;
    }
    .milestone-content{
        padding: 50px 15px;
    }
    .single-milestone, .milestone-detail p{
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        font: 300 15px / 25px Poppins;
    }
    .milestone-content:nth-child(n+3) {
        display: flex;
        flex-direction: column-reverse;
    }
    .legacy-txt p{
        font: 300 15px / 25px Poppins;
    }
    .years-wrapper .year-slider{
        border: 0;
        margin-right: 0;
    }
    .year{
        text-align: center;
    }
    .year-achievement h3{
        font: bold 40px / 60px Metropolis-Bold;
    }
    .year-achievement ul li{
        width: 100%;
        margin: 5px 0;
        font: 300 16px / 26px Poppins;
    }
    .client-list{
        font: 600 14px / 24px Poppins;
        padding-left: 10px; 
    }
    .client-list::before{
        width: 5px;
        left: 0px;
    }
    .join-team-txt p, .why-choose-txt p, .vision-list ul li, .management-txt p{
        font: 300 15px / 25px Poppins;
    }
    .award-box h3{
        font: 600 15px / 25px Poppins;
    }
}

/* Media query for tablets (e.g., iPad) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .milestone-content {
        padding: 50px 15px;
    }
    .single-milestone {
        width: 100%;
    }
    .milestone-detail p{
        width: 100%;
        text-align: center;
    }
    .milestone-content:nth-child(n+3) {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-title h2 span, .section-title h2, .sec2 .section-title h2 span {
        font: bold 40px / 50px Metropolis-Bold;
    }
    .year-achievement h3{
        font: bold 50px / 60px Metropolis-Bold;
    }
    .year-achievement ul li {
        width: 100%;
    }
    .inner-banner .banner-content{
        width: 100%;
        text-align: center;
    }
    .value-items .col-md-6 {
        border: 0;
        padding: 50px 25px;
    }
    .why-choose-career .section-txt{
        width: 100%;
    }
}
  
/* Media query for laptops and desktops */
@media only screen and (min-width: 1025px) {
    .myElement {
        font-size: 20px;
    }
}

/* Media query for laptops and desktops */
@media only screen and (min-width: 1366px) {
    .milestone-content {
        padding: 50px 25px;
    }
    .milestone-detail p{
        font: 300 16px / 26px Poppins;
    }
    .legacy-txt p{
        font: 300 20px / 30px Poppins; 
    }
    .year-achievement ul li{
        font: 300 18px / 28px Poppins;
    }
    .client-list{
        font: 600 14px / 24px Poppins; 
    }
    .value-items .col-md-6{
        padding: 50px 25px 50px;
    }
    .vision-list ul li{
        font: 500 16px / 26px Poppins;
    }
    .management-txt p{
        font: 300 16px / 26px Poppins;
    }
    .join-team-txt p{
        font: 300 16px / 26px Poppins;
    }
    .banner-content h1{
        font: bold 80px / 100px Metropolis-Bold;
    }
    .single-milestone h1{
        font: bold 55px / 65px Metropolis-Bold;
    }
}