.awardwinner-image {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: 50% 10%;
}

@media (min-width: 768px) {
    .awardwinner-image {
        max-height: 500px;
    }
}

.awardwinner-text > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}