

/* image fault under 716 */
/* text fault under 825 */

@media (min-width:767px){
    .iconpart .cards .card{
        margin-left: 2.2rem;
    }
}




@media (max-width:767px){
    .home .home-banner-1,
    .home .home-banner-2{
    background-position: 50% center;
    min-height: 450px;
    
    }

    .home .home-banner .home-banner-text{
        text-align: center;
        width: 100%;
        transform: translate(-60%, -50%);
        margin: auto;
        
    }

    .home .home-banner .home-banner-text h1{
       font-size: 3rem;
        
    }

/* Section 2 */

    .sec-2{
            flex-wrap: wrap;

    }
    .sec-2 .card{
        margin-right: 20px;
        margin-left: 20px;
    }


    .sec-2 h1{
        font-size: 2.7rem;
        color: rgb(0, 0, 141);
    }

    .sec-2 p{
        font-size: 1.5rem;
        color: black;
    
    }
}




@media (max-width:429px){
        .home .home-banner .home-banner-text{
        text-align: center;
        width: 100%;
        transform: translate(-60%, -50%);
        margin: auto;
        
    }

    .home .home-banner .home-banner-text h1{
       font-size: 2rem;
        
    }

    .button-home {
        background-color: transparent; 
        color: white;
        border-radius: 5px;
        border: 3px solid white;
        font-size: 1rem;
        font-weight: 500;
        padding: 5px 10px 5px 10px;
        transition: all .3s cubic-bezier(.05, .03, .35, 1);
    }

    .button-home:hover {
        background-color: white ;
        color: rgb(0, 0, 141);
        font-size: 1.2rem;
        font-weight: 550;
        padding: 8px 15px 8px 15px;
        
    }

      /* icon part */
    .iconpart h1{        
        font-size: 1.8rem;
    }

    /* Section 2 */
    .sec-2 h1{
        font-size: 2.3rem;
       
    }

    .sec-2 p{
        font-size: 1.15rem;
    }
    .button-69 {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        width: 130px;
    }


    /* Secction 3 */

    .sec-3 .card{
        width: 90%;
    }
      
    /* Footer */
    .footer h3{
        font-size: 1.7rem;
    }
    .footer p{
        font-size: 1rem;
    }

    .footer a{
        font-size: 1rem;
    }

    .footer h4{
        font-size: 1.2rem;
    }
}