/* ==========================================
   LARGE TABLETS
========================================== */

@media (max-width:1200px){

.hero-content h1{

    font-size:54px;

}

.hero-grid{

    gap:50px;

}

.cta-box{

    padding:60px;

}

}


/* ==========================================
   TABLETS
========================================== */

@media (max-width:992px){

section{

    padding:80px 0;

}

.header .container{

    flex-wrap:wrap;

}

.hero-grid,
.challenge-grid,
.why-grid,
.industry-grid,
.benefits-grid,
.professionals-grid,
.cta-box{

    display:grid;
    grid-template-columns:1fr;

}

.hero-content{

    order:1;

}

.hero-image{

    order:2;
    text-align:center;

}

.hero-content h1{

    font-size:46px;

}

.hero-content p{

    max-width:100%;

}

.footer-grid{

    grid-template-columns:1fr 1fr;

    gap:40px;

}

.cta-buttons{

    width:100%;
    flex-direction:row;

}

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

section{

    padding:70px 0;

}

.container{

    width:92%;

}

.hero{

    padding-top:140px;

}

.hero-content h1{

    font-size:36px;

}

.hero-content p{

    font-size:17px;

}

.section-title{

    font-size:34px;

}

.section-subtitle{

    font-size:16px;

}

.card{

    padding:30px;

}

.cta-box{

    padding:40px 30px;

}

.cta-content h2{

    font-size:34px;

}

.cta-buttons{

    flex-direction:column;

}

.footer-grid{

    grid-template-columns:1fr;

}

.footer{

    text-align:center;

}

.footer-about p{

    margin:auto;

}

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:480px){

.hero-content h1{

    font-size:30px;

}

.btn{

    width:100%;

}

.cta-content h2{

    font-size:28px;

}

}