.two-stories {
    /*min-height: -webkit-calc(100vh - 7.5rem);
    min-height: calc(100vh - 7.5rem);*/
    position: relative;
}

/*
.two-stories .text {
    color: white;
    font-size: 1.1rem;
    max-width: 45rem;
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
    top: 5rem;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    line-height: 1.45;
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,1,0.2));.quote-block a span
    filter: drop-shadow(0 0 2px rgba(0,0,1,0.2));
    font-size: 1.75rem;
    font-weight: 500;
}
*/


.two-stories .text {
    font-size: 1.5rem;
    font-weight: 500;
    background: #FF5F66;
    margin: 0;
    padding: 4rem;
    color: white;
    text-align: center;
    color: white;
}

.two-stories .text span {
    max-width: 49rem;
    display: inline-block;
}
html[lang="es-ES"] .two-stories .text span {
    max-width: 51rem;
}

.two-stories > .grid > div {
    background-size: cover;
    background-position: center;
    padding: 3.5rem 5rem 2rem;
    min-height: -webkit-calc(100vh - 7.5rem);
    /*min-height: calc(100vh - 7.5rem);*/
}

.quote-img {
    display: block;
    width: 3rem;
    height: auto;
    margin-bottom: 1.5rem;
}

.quote-block {
    background-color: white;
    padding: 2.5rem;
    -webkit-border-radius: .75rem;
    border-radius: .75rem;
    max-width: 30rem;
}

.quote-text {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.36;
}

.quote-name {
    font-size: 1.1rem;
    line-height: 1.73;
    margin: 0 0 1.5rem;
}

.quote-block a img {
    height: 2rem;
    width: 2rem;
    vertical-align: middle;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin-right: 1rem;
}

.quote-block a span {
    font-size: .9rem;
    color: #005CC8;
    -webkit-transform: translateY(.1rem);
    -ms-transform: translateY(.1rem);
    transform: translateY(.1rem);
    display: inline-block;
    margin: 0;
}

.quote-block a:hover img{
    -webkit-animation: go 1.5s infinite;
    animation: go 1.5s infinite;
}

