.testimonial-component-with-bottom-bar-wrapper {
    margin-top: 65px;
    margin-bottom: 85px;
}

.testimonial-component-with-bottom-bar-wrapper .white_box,
.testimonial-component-with-bottom-bar-wrapper .blue_box {
    width: 96px;
    height: 96px;
    position: absolute;
}

.testimonial-component-with-bottom-bar-wrapper .blue_box {
    background: #175376;
}

.testimonial-component-with-bottom-bar-wrapper .white_box.white_box_one {
    right: 0;
    top: 0;
}

.testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
    right: 96px;
    top: 96px;
}

.testimonial-component-with-bottom-bar-wrapper .white_box.white_box_two {
    left: 0;
    bottom: 96px;
}

.testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
    left: 96px;
    bottom: 192px;
}

.testimonial-component-with-bottom-bar-wrapper .white_box {
    background: #fff;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial-component-with-bottom-bar-wrapper-row {
    background: #0B3954;
    position: relative;
}

.testimonial_content_box-content {
    max-width: 75%;
    margin-left: 16.66%;
    position: relative;
    padding-top: 140px;
    padding-bottom: 64px;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description {
    padding: 48px;
    position: relative;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p {
    font-weight: 100;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
    font-family: 'Zodiak', 'sans-serif';
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p strong,
.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p b {
    font-weight: 400;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author {
    padding: 24px 0 34px 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author span {
    flex: 0 0 100%;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #8299A7;
}

.testimonial_content_box-content::before {
    content: "";
    width: 1px;
    height: auto;
    background: #517184;
    position: absolute;
    top: 140px;
    bottom: 64px;
}

.testimonial_content_box-content-description::after {
    content: "";
    width: auto;
    height: 1px;
    background: #517184;
    position: absolute;
    left: -81px;
    bottom: 0;
    right: 0;
}

.testimonial-animation-row {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-end;
}

.testimonial-animation-row .single-animation-box {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-end;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.testimonial-animation-row .single-animation-box a {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-end;
    transition: all 0.5s ease;
    text-decoration: none;
    width: 100%;
}

.testimonial-animation-row .single-animation-box:hover {
    margin-bottom: 0;
}

.testimonial-animation-row .single-animation-box:hover .single-animation-box_link {
    background-color: #357296;
}

.testimonial-animation-row .single-animation-box:hover .single-animation-box_title {
    /*margin-bottom: 30px;*/
}

.testimonial-animation-row .single-animation-box .single-animation-box_title {
    background: #175376;
    flex: 0 0 100%;
    padding: 25px 0;
    text-align: center;
    transition: all 0.5s ease;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 120px;
}

.testimonial-animation-row .single-animation-box .single-animation-box_title h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: 'Switzer', 'sans-serif';
}

.testimonial-animation-row .single-animation-box .single-animation-box_link {
    background: #61A4CB;
    flex: 0 0 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 0;
    display: block;
    width: 100%;
    line-height: 150%;
    text-decoration-line: underline;
    color: #FFFFFF;
    transition: all 500ms ease;
}

.testimonial-animation-row .single-animation-box .single-animation-box_link svg {
    margin-left: 13px;
}

@media only screen and (max-width: 1595px) {
    .testimonial_content_box-content {
        max-width: 67%;
        margin-left: 20%;
        padding-top: 110px;
    }

}

@media only screen and (max-width: 1440px) {
    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p {
        font-size: 32px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-title {
        font-size: 18px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial-component-with-bottom-bar-wrapper .white_box,
    .testimonial-component-with-bottom-bar-wrapper .blue_box {
        width: 85px;
        height: 85px;
    }

    .testimonial-component-with-bottom-bar-wrapper .white_box.white_box_two {
        left: 0;
        bottom: 85px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
        top: 85px;
        right: 85px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
        left: 85px;
        bottom: 170px;
    }

    .testimonial_content_box-content-description::after {
        left: -66px;
    }

    .testimonial_content_box-content {
        padding-bottom: 54px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-component-with-bottom-bar-wrapper .white_box,
    .testimonial-component-with-bottom-bar-wrapper .blue_box {
        width: 60px;
        height: 60px;
    }

    .testimonial-component-with-bottom-bar-wrapper {
        margin: 100px 0px;
    }

    .testimonial-component-with-bottom-bar-wrapper .white_box.white_box_two {
        left: 0;
        bottom: 0;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
        top: 60px;
        right: 60px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
        left: 60px;
        bottom: 60px;
    }

    .testimonial_content_box-content-description::after {
        left: -66px;
    }

    .testimonial_content_box-content {
        padding-bottom: 54px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-component-with-bottom-bar-wrapper .white_box,
    .testimonial-component-with-bottom-bar-wrapper .blue_box {
        width: 50px;
        height: 50px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
        top: 50px;
        right: 50px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
        left: 50px;
        bottom: 50px;
    }

    .testimonial_content_box-content-description::after {
        left: -66px;
    }

    .testimonial_content_box-content {
        padding-bottom: 54px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p {
        font-size: 26px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title h3 {
        font-size: 28px;
    }

    .testimonial_content_box-content {
        padding-top: 70px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title {
        height: 80px;
        gap: 15px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title img {
        max-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-component-with-bottom-bar-wrapper {
        margin: 60px 0;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial-component-with-bottom-bar-wrapper-row {
        margin-bottom: 60px;
    }

    .testimonial-animation-row .single-animation-box {
        margin-bottom: 20px;
    }

    .testimonial-animation-row .single-animation-box:last-of-type {
        margin-bottom: 0;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title {
        padding: 20px 0;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_link svg {
        margin-left: 9px;
        width: 17px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title h3 {
        font-size: 22px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_link {
        padding: 12px 0;
        font-size: 14px;
    }

    .testimonial-component-with-bottom-bar-wrapper .white_box,
    .testimonial-component-with-bottom-bar-wrapper .blue_box {
        width: 48px;
        height: 48px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
        top: 48px;
        right: 48px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
        left: 48px;
        bottom: 48px;
    }

    .testimonial_content_box-content-description::after {
        left: 8px;
        right: 8px;
    }

    .testimonial_content_box-content {
        max-width: 100%;
        margin-left: 0;
        padding: 120px 0;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p {
        font-size: 22px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-title {
        font-size: 16px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-position {
        font-size: 14px;
    }

    .testimonial_content_box-content::before {
        content: none;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description {
        padding: 0 8px 16px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author {
        padding: 16px 8px 0;
    }

    .testimonial-animation-row .single-animation-box:hover .single-animation-box_title {
        margin-bottom: 0;
    }

    .testimonial-animation-row .single-animation-box:hover {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .testimonial-component-with-bottom-bar-wrapper .row {
        margin: 0 0 60px;
    }

    .testimonial-component-with-bottom-bar-wrapper .white_box,
    .testimonial-component-with-bottom-bar-wrapper .blue_box {
        width: 32px;
        height: 32px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_one {
        top: 32px;
        right: 32px;
    }

    .testimonial-component-with-bottom-bar-wrapper .blue_box.blue_box_two {
        left: 32px;
        bottom: 32px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-description p {
        font-size: 18px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-title {
        font-size: 12px;
    }

    .testimonial-component-with-bottom-bar-wrapper .testimonial_content_box-content-author .testimonial-position {
        font-size: 10px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_title h3 {
        font-size: 16px;
    }

    .testimonial-animation-row .single-animation-box .single-animation-box_link {
        font-size: 10px;
    }

    .testimonial_content_box-content {
        padding: 80px 0;
    }
}