.hp-sm-tile {
    font-family: 'VM Circular Chat', Arial, sans-serif;
    width: 280px;
}

.hp-sm-tile a {
    display: block;
    background-color: #E10A0A;
    color: white;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 32px;
    text-decoration: none;
    transition: background-color 0.7s;
    width: fit-content;
}

.hp-sm-tile a:hover {
    background-color: #c30a28;
    transition: background-color 0.7s;
}

.hp-sm-tile a:focus-visible {
    outline-offset: 2px;
    outline: blue 2px solid;
    background-color: #c30a28;
}

.hp-sm-tile h3 {
    color: #322332;
    font-size: 20px;
    font-family: 'VM Circular Bold', Arial, sans-serif;
    margin: 20px 0 12px 0;
    line-height: normal;
}

.hp-sm-tile p {
    color: #5B4F5B;
    font-size: 16px;
    margin-bottom: 15px;
}

.hp-sm-tile .image-wrapper {
    position: relative;
}

.hp-sm-tile .image-wrapper img {
    border-radius: 15px;
}

.hp-sm-tile .image-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #322332;
    padding: 7px 8px;
    font-family: 'VM Circular Bold', Arial, sans-serif;
    background-color: white;
    border-radius: 7px;
    line-height: normal;
}