blockquote {
    border-top: 1px solid #B6C1DE;
    border-bottom: 1px solid #B6C1DE;
    margin: 20px 0;
    padding: 30px 30px 30px 70px;
    background: url(/images/icons/left-quote.svg) no-repeat left 35px;
}

a.w_registration {
    text-decoration: none !important;
}

.w__picimg_left,
.w__picimg_right {
    display: flex;
    margin: 40px 0;
}
.w__picimg_img {
    text-align: center;
}
.w__picimg_img > div {
    color: #737373;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}
.w__picimg_text {
    width: 78%;
}
.w__picimg_text p {
    padding-bottom: 10px;
}
.w__picimg_text strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: black;
}
.w__picimg_left .w__picimg_text {
    margin-left: 2%;
}
.w__picimg_right .w__picimg_text {
    margin-right: 2%;
}

@media (max-width: 1024px) {
    .w__picimg_left, .w__picimg_right {
        justify-content: center;
        flex-wrap: wrap;
    }
    .w__picimg_text {
        width: 100%;
    }
}

