﻿section.trips_section {
    padding: 60px 0;
    background: #8080801f;
    
}
.row.trips {
    /* box-shadow: 0 4px 16px 0 rgb(0 0 0 / 28%); */
    background: #113b6d;
    padding: 50px 40px;
}
/*.overlay1{
    position: absolute;
    background: #0000006b;
    height: 93%;
    width: 89.5%;
    bottom: 13px;
    left: 21px;
}*/
.trips_layout{
    width: 84%;
    height: 84%;
    margin-left:15px;
}
.deanscard_content{
    height: 55%;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 100%), rgba(0, 0, 0, 90%), rgba(0, 0, 0, 80%), rgba(0, 0, 0, 55%), rgba(0, 0, 0, 20%), rgba(0, 0, 0, 0%));
    width: 90%;
    bottom: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    margin-left: 5px;
}
.deanscard_content h3 {
    color: #d4a851;
    /* font-family: "Playfair Display"; */
    font-weight: bold;
    margin-bottom: 34px;
    font-size: 20px;
    text-align: center;
}
.bmask-bgfill{
    fill:#f0f0f0!important;
}