.link-sections {
 padding: 0px 0 ;
}

.link-sections a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.link-section {
 padding: 25px 0 ;
}

.link-section:hover {
    cursor: pointer;
}


.link-image {
  object-fit: cover;
    padding: 0px;
    width: 100%; /* width of container */
    height: 225px; /* height of container */
    object-fit: cover;
    box-shadow: 11px 12px 14px -12px rgba(0,0,0,0.52);
    border-radius: 10px;
}

.link-box {
    background-color: #dfdfdf;
    font-size: 20px;
    padding: 15px;
    height: 225px; /* height of container */

}

.link-title {
    font-weight: bold;
}

.link-text {
}

@media only screen and (max-width: 415px) {
    .link-sections {
        padding: 0 0px;
    }

    .link-box {
        margin: 10px 0;
    }
}
