.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

aside {
    width: 100%;
    height: 315px;
    border: 10px solid #fafafa;
    outline: 3px solid #333;
    box-shadow: 15px 25px #253f91;
  }
  

.about_padding {
    padding-top: 0px !important;
}  


.blue {
    color: #253f91 !important;
}  

.slider_image {
    width: 1920px !important;
    height: 682px !important;
}

.slider_h3 {
    font-size: 40px !important;
}

.slider_p {
    font-size: 17px !important;
    line-height: 20px;
}

.slider_content {
    margin-bottom: 180px !important;
}


.overlay {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    transition: .5s ease;
  }

@media only screen and (max-width: 768px) and (min-width: 320px)  {

    .about_padding {
        padding-top: 50px !important;
    } 

        
    .slider_image {
        width: 100% !important;
        height: 320px !important;
    }

    section.who-we-are {
        padding: 1rem 0;
        background: #fff;
    }
    .slider_content {
        margin-bottom: 0px !important;
    }
    .slider_p {
        font-size: 15px !important;
        line-height: 20px;
    }

    .slider_h3 {
        font-size: 18px !important;
    }
  }