.board{
    display: flex;
  flex-wrap: wrap;
  background-color:#dffaf3;
}
.board1{
  
    padding: 5px;
    width: 500px;
    height: 500px;
   margin: auto; 
   background-color: #dffaf3;
   
}
.board1:hover{
    background-color: #a5f3e0;
    transform: scale(1.10);
transition: 0.2s;
}

.board1 p{
 font-size: 20px;

}
.board h1{
    font-size: 70px;
    font-weight: 300;
    color:#15312c;
}
.board2{
    background-color: #dffaf3;
}
.board2 img{
 
    width: 700px;
}
.board2 img:hover{
    transform: scale(1.05);
transition: 0.2s;
}
.bor{
    color: #3ec0a0;
    margin-bottom: -20px;
}
.board button{
   padding: 18px;
   border-radius: 30px;
   border:none;
   background-color: #316BC6; 
   color:white;
   cursor: pointer;
   
}
.hire {
    height: 300px;
    background-color:#75ccb6;
    margin-top: -60px;
}
.hire h1{ 
  
    padding: 40px;
    font-size: 90px;
    font-weight: 500;
}
.team{
    display: flex;
  flex-wrap: wrap;
  background-color:#75ccb6;
}
.team1{
  
    padding: 5px;
    width: 500px;
    height: 500px;
   margin: auto; 
  
   
}
.team1:hover{
    /* background-color: #a5f3e0; */
    transform: scale(1.05);
transition: 0.2s;
}

.team1 p{
 font-size: 20px;

}

    .team1 li{
padding: 10px;
}

.team h1{
    font-size: 60px;
    font-weight: 300;
    color:#15312c;
}
/* .team2{
    background-color: #dffaf3;
} */
.team2 img{
 
    width: 700px;
}
.team2 img:hover{
    transform: scale(1.05);
transition: 0.2s;
}
.task{
    display: flex;
  flex-wrap: wrap;
  background-color: #dffaf3;
}

.task2{
  
    padding: 5px;
    width: 600px;
    height: 500px;
   margin: auto; 
 
   
}
.task2:hover{
   
    transform: scale(1.05);
transition: 0.2s;
}

.task2 p{
 font-size: 20px;

}
.task h1{
    font-size: 60px;
    font-weight: 300;
    color:#15312c;
}
.task1{
    background-color: #dffaf3;
}
.task1 img{
 
    width: 700px;
}
.task1 img:hover{
    transform: scale(1.05);
transition: 0.2s;
}
.task2 li{
padding: 10px;
}
.recur{
display: flex;
flex-wrap: wrap;
height: 600px;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}
.recur h1{
font-size: 50px;
font-weight: 50;
padding: 50px;

}
.recur:hover{
background-color: rgb(228, 222, 222)
}
.recur1{
width: 40%;
padding-left: 60px;
border-right: 1px solid rgb(223, 223, 223);
}
.recur2{
width: 40%;
padding-left: 200px;

}
.recur p{
margin-left: 60px;
color: #089773;

}
.recur:hover{
    background-color: #07473a;
    color: white;
}
.recur p:hover{
text-decoration: underline;
cursor: pointer;
transform: scale(1.06);   
transition: 0.5s;
color: white;
}
.emp{
    display:flex;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 30px;
}
.emp img{
    width: 100%;
}
.emp div{
    width: 30%;
    /* gap:20px; */
    margin: auto;
}
.emp div:hover{
    transform: scale(1.06);   
transition: 0.5s;
}