.breadcrumb-custom {
    background-image: url('../../img/investors/substantial-facts/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.substantial-facts .card-archive, .substantial-facts .back-link {
    display: block;
    padding: 32px 0;
    text-align: center;
    font-size: calc(24rem / 16);
    font-weight: 500;
    color: #FFC409;
    text-decoration: none;
    background: white;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.substantial-facts .back-link {
    display: inline-block;
    padding: 16px 32px;
    margin-bottom: 48px;
}

.substantial-facts .back-link::first-letter {
    text-transform: uppercase;
}

.substantial-facts .card-archive:hover, .substantial-facts .back-link:hover {
    color: white;
    background: #4C71A4
}
