

.Box2{
    padding: 80px 0;
}
.Box2 .container-md.row{
    margin: 0 auto;
}
.Box2 .col-lg-4{
    margin-bottom: 0px;
}
.Box2 .box {
    display: block;
    background-color: #fff;
    border: 1px solid #dddddd55;
    box-shadow: 0 5px 5px #00000014;
    margin-bottom: 30px;
}
.Box2 .box .img{
    overflow: hidden;
    height: 0;
    padding-top: 70%;
    position: relative;
    /* background-color: red; */
}
.Box2 .box .img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    border: 1px solid #D71619;
    top: 0;
    left: 0;
}
.Box2 .box .img img{
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Box2 .box .nr{
  
    padding: 20px 40px;
}
.Box2 .box .nr .rq i{
    color: #fff;
    background-color: #D71619;
    border-radius: 99px;
    padding: 5px;
    font-size: 12px;
}
.Box2 .box .nr .rq {
    color: #0000007c; 
    font-size: 14px;
}
.Box2 .box .nr h6{
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;  
    overflow: hidden;  
    text-overflow: ellipsis;
    color: #000;
}
.Box2 .box .nr .a{
    font-weight: 600;
    color: #D71619;
}