.case-study .quote-box {
    padding: 2rem;
}

.case-study .quote-icon {
    font-size: 2rem;
}

.case-study .hr {
    opacity: 0.1;
    background: #000;
    height: 1px;
    align-self: stretch;
    margin-bottom: var(--ng-size-60px);
    margin-top: 0;
}

.case-study img {
    border-radius: 12px;
    width: 100%;
}
