.hero{
    background: url(image/board.jpg);
    background-size: cover;
    width: 100%;
    height: 55vh;
}
#board{
    margin-top: 6%;
}
.card{
    background-color: #01248c;
    color: #fff;
    padding: 3em 0;
    border: 0;
    border-radius: 1em 1em;
    background: linear-gradient(to left, #01248c 50%, #3363f3 50%);
    background-size: 200%;
    background-position: right;
    transition: all 0.4s ease-in-out;
    margin-left: 10%;
}
.card-title{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.card-text{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.card i{
    font-size: 30px;
    margin-left: 44%;
    color: #fff;
}
.para{
    font-size: 20px;
   line-height: 2rem;
}

@media (max-width: 991px) {
   .card{
    margin-left: 165px;
   }
   .para{
       font-size:22px;
   }
}