.Boards_Exams {
    margin-bottom: 5%;
    background: #FFF8F8 0% 0% no-repeat padding-box;
    padding: 5% 0px;
}

.Boards_Exams .card {
    height: 400px;
    border: none;
    text-align: center;
    background: none;
}

.Boards_Exams .card .board_card_img {
    overflow: hidden;
}

.Boards_Exams .card .board_card_img .card-img-top {
    transition: 0.3s;
    border-radius: 0px;
}

.Boards_Exams .card:hover .board_card_img .card-img-top {
    transform: scale(1.2);
    transition: 0.3s;
    overflow: hidden;
}

.Boards_Exams .card .card-title {
    text-decoration: underline;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


.Boards_Exams .card:hover .card-title {
    color: #D73C47;
}
.Boards_Exams .vr {
    background: #D73C47;
    padding: 0px;
    opacity: 1;
    margin: 0px 5%;
}



/* Boards_Exams responsive start */
    @media (min-width: 0px) and (max-width: 320px) {
        .Boards_Exams .vr {
            display: none;
        }

        .Boards_Exams .card .card-title {
            font-size: 15px;
        }
        
        .Boards_Exams .card {
    height: 300px;
}
    }
  
    @media (min-width: 321px) and (max-width: 485px) {
        .Boards_Exams .vr {
            display: none;
        }

        .Boards_Exams .card .card-title {
            font-size: 18px;
        }
    }
  
    @media (min-width: 486px) and (max-width: 575px) {
        .Boards_Exams .vr {
            display: none;
        }
        .Boards_Exams .card .card-title {
            font-size: 18px;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .Boards_Exams .vr {
            display: none;
        }
        .Boards_Exams .card .card-title {
            font-size: 18px;
        }

        .Boards_Exams .card {
            height: 350px;
        }
    }
  
  
    @media (min-width: 768px) and (max-width: 991px) {
        .Boards_Exams .vr {
            display: none;
        }

        .Boards_Exams .card .card-title {
            font-size: 18px;
        }

        .Boards_Exams .card {
            height: 400px;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1023px) {
        .Boards_Exams .card .card-title {
            font-size: 18px;
        }
    }
  
    @media (min-width: 1024px) and (max-width: 1199px) {

        .Boards_Exams .card {
            height: 320px;
        }
        .Boards_Exams .card .card-title {
            font-size: 18px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .Boards_Exams .card .card-title {
            font-size: 18px;
        }
    }
  
  /* Boards_Exams css end */
  