.cpd-testimonial {
    padding: 100px 0;
    background: #fafafa;
}

.cpd-testimonial__content {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 50px;
}

.cpd-testimonial__title-container {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
    align-self: start;
}

.cpd-testimonial__label {
    color: #27272c;
    font-family: var(--font-aeonik);
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.cpd-testimonial__title {
    color: #27272c;
    font-family: var(--font-aeonik);
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    margin: 15px 0 0 0;
}

.cpd-testimonial__quote-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.cpd-testimonial__quote {
    display: flex;
    flex-direction: column;
    max-width: 730px;
    width: 100%;
    gap: 24px;
}

.cpd-testimonial__icon {
    width: 48px;
    height: 48px;
    background: #e0572a;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpd-testimonial__text {
    font-family: var(--font-aeonik);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #27272c;
}

.cpd-testimonial__text p {
    margin: 0 0 16px 0;
}

.cpd-testimonial__text p:last-child {
    margin-bottom: 0;
}

.cpd-testimonial__text cite,
.cpd-testimonial__text strong {
    display: block;
    margin-top: 16px;
    font-family: var(--font-inter);
    font-size: 14px;
    font-style: normal;
    color: #686873;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .cpd-testimonial__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cpd-testimonial__title-container {
        position: static;
    }

    .cpd-testimonial__quote-container {
        justify-content: flex-start;
    }

    .cpd-testimonial__quote {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cpd-testimonial {
        padding: 80px 0;
    }

    .cpd-testimonial__title {
        font-size: 36px;
        line-height: 1.2;
    }

    .cpd-testimonial__text {
        font-size: 20px;
    }
}
