.top{
    margin-top: 90px;
}

.desc .content {
    padding: 30px;
    background: #009970;
    border-radius: 4px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    color: #444444;
    }
    
    .desc .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    }
    
    .desc .content p {
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    text-justify: auto;
    line-height: 3px;
    }
    
    .desc .icon-boxes .icon-box:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    }
    element {
    
    }
    .desc-title h2 {
    
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    
    }

    
    .desc :hover img{
        transition: all ease-in-out 0.3s;
    }

    .desc-title h2::after {
    
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #009970;
    bottom: 0;
    left: 0;
    
    }

    .desc .img-sec{
        background-color: snow;
        border-left: 3px solid rgba(0, 0, 0, 0.486);
        border-right: 3px solid rgba(0, 0, 0, 0.486); 
        border-radius: 1em;
        padding: 10px;
        margin-top: 40px;  
    }
    


    .desc .img-sec img{
        /* border: 0px solid #fff;
        border-radius: 20px;
        margin-left: 30px;
        /* width: 280px; */
        max-height: 300px;
        flex: 100%;
        padding: 1px;

        /* transition: all ease-in-out 0.3s; */
    }
    .desc .img-sec:hover img{
        /* transform: scale(1.02);
        transition: all ease-in-out 0.3s; */
    }
    
    .donor-table{
        border-right: 5px solid #009970;
        border-bottom: 2px solid #009970;
        border-top: 2px solid #009970;
        border-radius: 5px;
    }

    .desc .client-img{
        width: 100px;
    }
    
    /* .desc .highlights
    {
        border: 3px solid #009970;
        border-radius: 3px;
    } */
    
    
 
    