.breadcrumb-custom {
    background-image: url('../../img/about-us/awards/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.awards {
    margin-top: 48px
}

.awards .card-custom,
.awards .opener-info {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16)
}

.awards .card-custom-toggler {
    padding: 0
}

.awards .card-custom img.card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.awards .card-custom button {
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    color: #073E75;
    font-size: calc(14rem / 16);
    font-weight: 500;
    margin-right: 12px;
    margin-left: auto;
    outline: none
}

.awards .card-custom button:after {
    position: absolute;
    top: 0;
    right: -12px;
    content: url('../img/global/caret-down.svg')
}

.awards .opener-info {
    margin-top: 12px;
    display: none
}

.awards .info-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
