.home .home-banner-1{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 400px;
    position: relative;
}


.home .home-banner-1{
    background-image: url('../images/planning1.png');
}


.home .home-banner .home-banner-text{
    position: absolute;
    top: 50%;
    left:43%;
    transform: translate(-110%, -50% );
    color: white;
    
}

.home .home-banner .home-banner-text h1{
    font-size: 5rem;
    font-weight: 700;

}

@media (max-width:767px){
    .home .home-banner-1{
    
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 90% center;
        min-height: 300px;
        position: relative;
    }
    .home .home-banner .home-banner-text h1{
       font-size: 3rem;
        
    }
    .sec-2 .card .text{
    
        width: 90%;
    
    }

    

    
} 
@media (max-width:429px){ 
    .home .home-banner .home-banner-text{
        text-align: center;
        width: 100%;
        transform: translate(-50%, -50%);
        margin: auto;
        
    }
    .home .home-banner .home-banner-text h1{
    font-size: 3rem;
    }

    .card .blueh1{
        font-size: 2.3rem;
    }

    .sec-2 .card p{
        font-size: 1.5rem;
        color: black;
    
    }
    
}


/* Section 2 */
.sec-2{
    width: 100%;
    background-color: white;
    min-height: 400px;
   
    

}


 /* hover text */
 .texthovun{
    display: block;
    position: relative;
    padding: 0.2em 0;
    width: fit-content;
    margin: auto;
  }

  .texthovun ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: rgb(0, 0, 141);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .texthovun :hover::after,
  .texthovun :focus::after {
    opacity: 1;
    transform: translate3d(0, 0.14em, 0);
  }

.sec-2 .text{
    
    width: 60%;

}

.sec-2 p{
    font-size: 1.7rem;
    color: black;

}
.blueh1{
    font-size: 2.5rem;
    color: rgb(0, 0, 141);
}