div.ghc_img_hover_tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
div.ghc_img_hover_tile h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 50px;
    max-width: fit-content;
    padding: 5px 10px;
    margin: 20px auto !important;
    font-family: inherit;
    text-align: center;
    font-family: var(--h4_typography-font-family);
    font-weight: var(--h4_typography-font-weight);
    line-height: var(--h4_typography-line-height);
    letter-spacing: var(--h4_typography-letter-spacing);
}
div.ghc_img_hover_tile p {
    font-size: 0.8rem;
    font-family: inherit;
    line-height: 1.2rem;
    text-align: center;
    color: inherit;
    margin: 0 5px;
}
div.ghc_img_hover_tile a.cta-button {
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    background-color: #FF7518;
    padding: 5px 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 20px auto;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.35);
    display: flex;
    max-width: fit-content;
    font-size: 0.8rem;
    self-align: flex-end;
    transition: all 0.7s ease-in-out;
    z-index: 99;
    font-family: var(--h4_typography-font-family);
    font-weight: var(--h4_typography-font-weight);
    line-height: var(--h4_typography-line-height);
    letter-spacing: var(--h4_typography-letter-spacing);
}
div.ghc_img_hover_tile a.cta-button:hover {
    background-color: #ffa365;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.55);
}