.link {
    color: #0071ad;
}

.round-image {
    display: block;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    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 50px 20px 10px;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

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

@media screen and (max-width:991px) {
    .container-quote {
        flex-direction: column;
    }

    .round-image {
        width: 140px;
        height: 140px;
        margin-bottom: 15px;
        margin-right: 0;
    }



    .containers__text {
        font-size: 14px !important;
    }

    .containers__name {
        font-size: 17px;
        min-height: 46px;
    }

    a.goTo {
        width: 90% !important;
    }
}

.containers__name {
    margin-bottom: 15px !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%;
}

.containers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    border-bottom: 2px solid rgb(233, 233, 233);
    margin-bottom: 10px;
    line-height: 1.6;

    text-align: center !important;
}



.columns {
    text-align: center;
}

.columns img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0px;
    max-height: 258px;
    object-fit: cover;
}

.columns {
    text-align: center !important;
}

.containers__text a {
    color: green;
    font-weight: bold;
    text-decoration: none;
}

.columns p {
    text-align: center !important;
   
}.columns p b{
   
    font-size: 1.4rem;
}

.image-card {
    max-width: 300px;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 300px;
    margin: 0px;
    background-position: center;
    background-size: cover;
}

.image-card_top {
    background-position: top;

}

.image-card_left {
    background-position: right;

}

.decorated {
    position: relative;
    padding-left: 20px;
}

.decorated::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;

    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0071ad;
}

.images-wrapper {
    display: flex;
    justify-content: space-between;
}

.images-wrapper img {
    width: 49%;
}

@media screen and (max-width:498px) {
    .adapt {
        min-height: 80px;
    }
}