img {
    position: absolute;
    width: 100%;
    height: 400px;
    filter: brightness(60%);
}

.price-callout {
    background: #6E7F53;
    color: #FBF7EC;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}