.betz-quote {
    padding: 1px 4px;
}

.betz-quote .betz-quote-inner {
    position: relative;
    background: #FFFFFF;
    box-shadow: 4px 4px 0px #573b97, 3px 3px 0px #573b97, 2px 2px 0px #573b97, 1px 1px 0px #573b97;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 121px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 140px;
    padding-right: 32px;
}

.betz-quote .betz-quote-inner:before {
    content: '';
    width: 24px;
    height: 24px;
    left: 32px;
    top: 32px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.05176e-05 12.0001V22.2858H10.2858V12.0001H3.42863C3.42863 8.21914 6.50481 5.14295 10.2858 5.14295V1.71436C4.61387 1.71436 3.05176e-05 6.32819 3.05176e-05 12.0001Z' fill='%23573B97'/%3E%3Cpath d='M23.9998 5.14295V1.71436C18.3279 1.71436 13.7141 6.32819 13.7141 12.0001V22.2858H23.9998V12.0001H17.1427C17.1427 8.21914 20.2188 5.14295 23.9998 5.14295Z' fill='%23573B97'/%3E%3C/svg%3E");
}

.betz-quote .betz-quote-inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 64px);
    top: 32px;
    bottom: 32px;
    left: 88px;
    background: #E7EAF1;
    border-radius: 9px;
}

.betz-quote .betz-quote-inner .betz-quote-text {
    max-width: 703px;
}

.betz-quote .betz-quote-inner .betz-quote-text,
.betz-quote .betz-quote-inner .betz-quote-text p {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    /* or 133% */
    color: #573B97;
    text-decoration: none;
    border-left: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.betz-quote .betz-quote-author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #2D2C4E;
    gap: 14px;
    text-decoration: none !important;
    margin-top: 24px;
}

.betz-quote .betz-quote-author img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.betz-quote .betz-quote-inner q:after,
.betz-quote .betz-quote-inner q:before {
    content: '';
}

.betz-quote .betz-quote-inner > p {
    margin: 0 !important;
}

@media (max-width: 1080px) {
    .betz-quote .betz-quote-inner {
        box-shadow: 3px 3px 0px #573B97, 2px 2px 0px #573B97, 1px 1px 0px #573B97;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 78px;
        padding-bottom: 20px;
    }

    .betz-quote .betz-quote-inner:before {
        top: 21px;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 24px;
    }

    .betz-quote .betz-quote-inner:after {
        width: auto;
        height: 1px;
        top: 60px;
        left: 20px;
        right: 20px;
    }

    .betz-quote .betz-quote-inner .betz-quote-text, .betz-quote .betz-quote-inner .betz-quote-text p {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .betz-quote .betz-quote-author {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
    }

    .betz-quote .betz-quote-author img {
        width: 34px;
        height: 34px;
    }
}
@media screen and (max-width: 767px) {
    .betz-quote .betz-quote-inner .betz-quote-text, .betz-quote .betz-quote-inner .betz-quote-text p {
        font-size: 16px;
        line-height: 24px;
    }
}