/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.endorsement {
    position: relative;
    display: block;
    font-size: 1.125rem;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0.25rem;
    line-height: 1;
    overflow: hidden;
}

.endorsement-img {
    position: relative;
}

.endorsement-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 33, 62, 0) 0.06%, rgba(18, 33, 62, 0.5) 99.94%);
    z-index: 1;
}

.endorsement-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.75rem 2rem 1.75rem;
    color: #fff;
    z-index: 3;
}

.endorsement-heading {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.endorsement-desc {
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1.125rem;
    font-style: italic;
    margin: 0.5rem 0 0 0;
}