.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:870px){
  .home .home-banner .home-banner-text{
    text-align: center;
    width: 100%;
    transform: translate(-70%, -50%);
    margin: auto;
  }
  .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;
      
  }
   
} 

@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;
  }
  
}


/* Section 2 */
.sec-2{
  width: 100%;
  /* background-color: white; */
  min-height: 400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}


/* 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 .card{
 
  width: 50%;

}
.sec-2 .card2{
  width: 50%;
}

@media (max-width:767px){
  .sec-2 .card{
 
      width: 100%;
  
  }
  .sec-2 .card2{
      width: 100%;
  }
} 

/* @media (max-width:429px){ 
  .sec-2 .card{
 
      width: 70%;
  
  }
  .sec-2 .card2{
      width: 70%;
  }
} */
.hover01{
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.hover01 figure:hover img{
-webkit-transform: scale(1.05);
transform: scale(1.05);
}

.sec-2 p,
.sec-2 li,
.sec-2 table{
  
  font-size: 1.2rem;
  

}
.blueh1{
  font-size: 3rem;
  color: rgb(0, 0, 141);
}


.card2{
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
  min-height: 400px;
  position: relative;
  background-image: url(../images/laptop.png);
}
