
  /* ----body----- */
body{
    background: #FFF6EA;
}
  h1 {
    font-size: 36px;
    font-weight: 600;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px;
}

.row{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}

.body-col{
    flex-basis: 23%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
    
}
.body-col img{
    width: 100%;
    border-radius: 10px;
    display: block;
}
h3{
    text-align: left;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}
.body-col:hover{
    box-shadow: 0   0   20px 0px rgba(0,0,0,0.2) ;

}
.row-1{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
    .row-1{
        flex-direction: column;
    }
}
/* cover photo added */
.banner-photo{
    background-image: url("images/undergrad-students.jpeg");
}
.find-more{
    color: inherit;
    font-size: 12.0002px;
    padding: 15px 20px;
    color: RGBA(0,0,0,1);
    color: RGBA(var(--primary-text),1);
    text-align: center;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    /* margin-top: 30px; */
    align-content: space-between;
    float: right;
}
.find-more:hover{
    color: #b2462e;
}