.text-18 a {
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: #E20074;
    text-decoration-line: none;
    font-weight: 700;
    border-color: #E20074;
    border-bottom-width: 1px;
    border-style: solid;
}

.round-image {
    display: block;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.container-quote {
    position: relative;
    background-color: #0071ad;
    color: #fff;
    padding: 20px 70px 20px 10px !important;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.container-quote::before {
    content: ',,';
    font-family: Arial;
    position: absolute;
    top: -190px;
    right: 23px;
    letter-spacing: -33px;
    font-size: 250px;
    color: rgba(255, 255, 255, 0.315);
}

html,
body {
    overflow-x: hidden;
}

@media screen and (max-width:991px) {
    .container-quote {
        padding-right: 70px !important;
    }
a.goTo {width:90%!important;}
    .container-quote::before {
        content: ',,';
        font-family: Arial;
        position: absolute;
        top: -110px;
        right: 23px;
        letter-spacing: -19px;
        font-size: 150px;
        color: rgba(255, 255, 255, 0.315);
    }
}

a {
    cursor: pointer !important;
}

a.goTo {
    background-color: #0071ad !important;
    color: white !important;
    padding: 20px 26px !important;
    margin: 10px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none !important;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    -webkit-animation-name: "play_down";
    -moz-animation-name: "play_up";
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.goTo:hover {
    text-decoration: none !important;
    background-color: 1a3850 !important;
}

@keyframes play_top {
    0% {
        -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
        -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
        box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
        -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
        box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    }
}

@keyframes play_down {
    0% {
        -webkit-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
        -moz-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
        box-shadow: 0 0 rgba(55, 55, 55, 0.6);
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
        -moz-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
        box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
    }
}

a {
    cursor: pointer;
}

a img {
    max-width: 100%;
}