.instructions-content{
    padding: 100px 0;
}
.instructions-content .row{
    row-gap: 15px;
}
.instructions-content .item{
    padding: 50px 20px 20px;
    background-color: #F1F5F9;
    position: relative;
    transition: 0.3s all;
    flex-direction: column;
    border-radius: 16px;
}
.instructions-content .item:hover{
    margin-top: -5px;
}
.instructions-content .item:hover a.edu-btn{
    color: white!important;
}
.instructions-content .item:hover a.edu-btn:after{
    left: 0;
    width: 100%;
}
.instructions-content .item h4{
    font-size: 13px;
    margin: 30px 0 40px;
}
.instructions-content .read-more-btn{
    width: 100%;
}
.instructions-content a.edu-btn{
    font-size: 13px!important;
    font-weight: 500!important;
    padding: 0 25px!important;
    color: #0F172A!important;
    background-color: #E2E8F0!important;
    width: 100%!important;
    display: block!important;
    height: 30px!important;
    line-height: 30px!important;
}
/* .instructions-content .item:before{
    content: "";
    height: 5px;
    width: 100%;
    background-color: rgba(249, 141, 43, 0.3);
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
} */
