.section-10{
    width: 100%;
    
}
.section-10 .container{
    position: relative;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    max-width: 1240px;
    height: auto;

   
}
.container .row{
    position: relative;
    background: #fcfbfb;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
    margin-bottom: 30px;
   
    
}
.row .col-md-15{
    justify-content: space-between;
    display: flex;
    padding: 15px;
    
}
.col-md-15 a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Arial', sans-serif;
    
} 
.viewmore-text a{
    font-size: 14px;
}

.col-md-15 a:hover{
    color: #ffbf80;
    font-weight: 600;
}
.row .col-md-16{
    
    padding: 15px;
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
   
}