.testimonial-footer {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 100px;
    background-color: #144C55;
}

.testimonial-footer__background {
    display: none;
}

.testimonial-footer__overlay {
    display: none;
}

.testimonial-footer .container {
    position: relative;
    z-index: 3;
    max-width: calc(1440px + 70px);
    width: 100%;
    margin-left: auto;
    margin-right: calc((100vw - 1440px) / 2);
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1580px) {
    .testimonial-footer .container {
        margin-right: auto;
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    .testimonial-footer .container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

.testimonial-footer__content {
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 60px;
    align-items: start;
    margin: 0 auto;
    width: 100%;
}

/* Left: Testimonial Card */
.testimonial-footer__left {
    color: #fff;
    width: 100%;
}

.testimonial-footer-card {
    background-color: #377679;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 60px 100px;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-footer-card__quote {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 200;
    font-size: 35px;
    line-height: 1.4;
    color: #F5F5F5;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.testimonial-footer-card__name {
    color: #144C55;
    font-weight: 200;
    white-space: nowrap;
}

/* Right: Logo */
.testimonial-footer__right {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: end;
    padding-right: 30px;
}

.testimonial-footer-logo {
    background-color: transparent;
    padding: 50px 0 0;
    text-align: left;
    max-width: 560px;
    width: 100%;
}

.testimonial-footer-logo__image {
    width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 1280px) {
    .testimonial-footer__content {
        grid-template-columns: 1fr 450px;
        gap: 60px;
    }

    .testimonial-footer-card {
        padding: 60px 30px;
    }

    .testimonial-footer {
        padding: 0 0 40px;
    }

    .testimonial-footer-card__quote {
        font-size: 33px;
    }
}

@media (max-width: 1024px) {
    .testimonial-footer {
        padding: 0;
    }

    .testimonial-footer__content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .testimonial-footer__left {
        margin-top: 0;
    }

    .testimonial-footer-card {
        padding: 80px 30px 100px;
    }

    .testimonial-footer-card__quote {
        font-size: 32px;
        max-width: 740px;
        width: 100%;
        margin: 0;
    }

    .testimonial-footer-logo {
        max-width: 100%;
        padding: 100px 30px 40px;
        flex-direction: column-reverse;
    }

    .testimonial-footer-logo__image {
        max-width: 420px;
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .testimonial-footer {
        padding: 0;
    }

    .testimonial-footer-card {
        padding: 80px 30px 80px;
    }

    .testimonial-footer-card__quote {
        font-size: 28px;
    }

    .testimonial-footer-logo {
        padding: 100px 30px 20px;
    }
}

@media (max-width: 480px) {
    .testimonial-footer-card {
        padding: 80px 25px 60px;
    }

    .testimonial-footer-card__quote {
        font-size: 22px;
    }

    .testimonial-footer-logo {
        padding: 100px 30px 20px;
    }
}
