.summary {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .summary {
        max-width: 100%
    }
}

.summary--banner {
    position: relative;
    height: 475px
}

.summary--banner h2 {
    position: relative;
    margin-top: 35px;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1
}

.summary--banner a {
    padding: 5px 17px 5px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent
}

.summary--banner a:hover svg {
    left: 10px
}

.summary--banner a svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #fff;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.summary--banner img {
    width: 100%;
    /* position: absolute;
    bottom: -90px;
    right: -12px */
}

.summary--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.summary--options>a {
    position: relative;
    width: 150px;
    height: 75px;
    text-decoration: none;
    color: #fff;
    border: 10px solid #0f33ff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.summary--options>a:hover h3 {
    bottom: -50px
}

.summary--options h3 {
    position: absolute;
    bottom: -38px;
    left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: bottom .2s ease-in-out, left .2s ease-in-out;
    transition: bottom .2s ease-in-out, left .2s ease-in-out
}

@media (max-width: 767px) {
    .summary--banner {
        height: 305px
    }
    .summary--banner::before {
        top: 0;
        left: 125px
    }
    .summary--banner::after {
        top: 35px;
        left: 260px
    }
    .summary--banner h2 {
        margin-top: 10px;
        font-size: 44px
    }
    .summary--banner h2::before {
        top: 28px;
        left: 168px
    }
    .summary--banner h2::after {
        top: 163px;
        left: 163px
    }
    .summary--banner img {
        width: 315px
    }
}

@media (max-width: 600px) {
    .summary--banner {
        height: auto
    }
    .summary--banner::before {
        left: 155px
    }
    .summary--banner::after {
        left: 310px
    }
    .summary--banner h2 {
        margin-top: 0;
        font-size: 55px
    }
    .summary--banner h2::before {
        top: 43px;
        left: 214px
    }
    .summary--banner h2::after {
        top: 205px;
        left: 205px
    }
    .summary--banner img {
        display: none
    }
    .summary--options {
        display: none
    }
}