.about-image {
    object-fit: cover;
    padding: 0px;
    width: 100%; /* width of container */
    height: 400px; /* height of container */
    object-fit: cover;
    box-shadow: 11px 12px 14px -12px rgba(0,0,0,0.52);

}
