.valora-page-hero {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.valora-page-hero::before,
.valora-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(48, 68, 88, 0.82);
}

.valora-page-hero .container,
.valora-band .container {
    position: relative;
    z-index: 1;
}

.valora-page-hero h1,
.valora-band h2 {
    margin: 0;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 52px;
    line-height: 1.1;
    text-transform: uppercase;
}

.valora-page-hero p {
    max-width: 820px;
    margin: 12px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

.page-header[class*="valora-page-header--"] {
    background-color: #26394d;
}

.page-header[class*="valora-page-header--"] .page-header__bg {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    filter: grayscale(100%);
    opacity: 0.23;
}

.page-header[class*="valora-page-header--"] .container {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 86px;
}

.page-header[class*="valora-page-header--"] .container h2 {
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-header[class*="valora-page-header--"] .container p {
    max-width: 900px;
    margin: 12px 0 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;
}

.page-header.valora-page-header--intake .page-header__bg {
    background-image: url("../images/backgrounds/header-about-us.jpg");
    background-position: center 42%;
}

.page-header.valora-page-header--faq .page-header__bg {
    background-image: url("../images/backgrounds/learn-more.jpg");
    background-position: center 46%;
}

.page-header.valora-page-header--videos .page-header__bg {
    background-image: url("../images/backgrounds/learn-more.jpg");
    background-position: center 46%;
}

.page-header.valora-page-header--blog .page-header__bg {
    background-image: url("../images/backgrounds/cta-home.jpg");
    background-position: center 42%;
}

.page-header.valora-page-header--locations .page-header__bg {
    background-image: url("../images/backgrounds/header-about-us.jpg");
    background-position: center 50%;
}

.page-header.valora-page-header--careers .page-header__bg {
    background-image: url("../images/backgrounds/cta-home.jpg");
    background-position: center 52%;
}

.valora-page-intro {
    padding: 42px 0 0;
}

.valora-page-intro p {
    max-width: 900px;
    margin: 0;
    color: #66717d;
    font-size: 20px;
    line-height: 1.45;
}

@media (min-width: 1200px) {
    .page-header[class*="valora-page-header--"] .container {
        padding-top: 220px;
        padding-bottom: 76px;
    }
}

.valora-section {
    padding: 90px 0;
}

.valora-section--compact {
    padding: 70px 0;
}

.valora-heading {
    margin-bottom: 38px;
}

.valora-heading h2,
.valora-heading h3 {
    margin: 0;
    color: #405063;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

.valora-heading p {
    margin: 14px 0 0;
    max-width: 900px;
    color: #66717d;
    font-size: 18px;
}

.valora-step-grid,
.valora-video-grid,
.valora-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 78px;
}

.valora-step-card {
    min-height: 295px;
    padding: 28px 22px 36px;
    border-radius: 10px;
    background: #ebe7e3;
    color: #405063;
    overflow: hidden;
    position: relative;
}

.valora-step-card > * {
    position: relative;
    z-index: 1;
}

.valora-step-card::after {
    content: none;
}

.valora-step-card__icon {
    position: absolute;
    right: -14px;
    bottom: -20px;
    width: 214px;
    max-width: none;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.valora-step-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-family: var(--heading-font);
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.valora-step-label span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #405063;
    color: #fff;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 700;
}

.valora-step-card h3,
.valora-location-copy h3,
.valora-careers-card h3 {
    margin: 0 0 14px;
    color: #405063;
    font-size: 20px;
    font-weight: 800;
}

.valora-step-card p,
.valora-careers-card p,
.valora-careers-card li {
    color: #66717d;
    line-height: 1.45;
}

.valora-step-card p {
    margin-bottom: 0;
    font-size: 15px;
}

.valora-band {
    position: relative;
    padding: 90px 0;
    background-position: center;
    background-size: cover;
}

.valora-band .row {
    align-items: center;
}

.valora-band p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 28px;
}

.valora-band .thm-btn {
    min-width: 280px;
    text-align: center;
}

.valora-contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    gap: 70px;
    align-items: start;
}

.valora-form input,
.valora-form textarea {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #f0f0f0;
    color: #405063;
    min-height: 66px;
    padding: 0 34px;
    margin-bottom: 14px;
    font-weight: 700;
}

.valora-form textarea {
    min-height: 170px;
    border-radius: 30px;
    padding-top: 24px;
    resize: vertical;
}

.valora-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.valora-faq-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.valora-faq-item {
    margin-bottom: 22px;
    border: 1px solid #aeb6c0;
    border-radius: 7px;
    background: #f8f9fa;
    overflow: hidden;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.valora-faq-item[open] {
    border-color: #405063;
    background: #fff;
    box-shadow: 0 18px 36px rgba(64, 80, 99, 0.18);
}

.valora-faq-item summary {
    cursor: pointer;
    padding: 20px 54px 20px 28px;
    color: #405063;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    list-style: none;
    position: relative;
    transition: color 200ms ease, background-color 200ms ease;
}

.valora-faq-item[open] summary {
    color: #fff;
    background: #405063;
}

.valora-faq-item summary::-webkit-details-marker {
    display: none;
}

.valora-faq-item summary::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.valora-faq-item[open] summary::after {
    content: "\f106";
}

.valora-faq-answer {
    padding: 24px 28px 30px;
    color: #66717d;
}

.valora-faq-answer p,
.valora-faq-answer li {
    color: #66717d;
    font-size: 15px;
    line-height: 1.72;
}

.valora-faq-answer p {
    margin: 0 0 16px;
}

.valora-faq-answer p:last-child {
    margin-bottom: 0;
}

.valora-faq-answer ul {
    margin: 8px 0 18px;
    padding-left: 0;
    list-style: none;
}

.valora-faq-answer li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
}

.valora-faq-answer li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #405063;
}

.valora-faq-answer strong {
    color: #405063;
    font-weight: 800;
}

.valora-callout {
    max-width: 960px;
    margin: 30px auto 0;
    padding: 48px 70px;
    border-radius: 8px;
    background: linear-gradient(rgba(48, 68, 88, 0.86), rgba(48, 68, 88, 0.86)), url("../images/backgrounds/cta-home.jpg") center/cover;
    color: #fff;
}

.valora-callout h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

.valora-callout a {
    color: #f3b46e;
    font-weight: 800;
}

.valora-video-card,
.valora-blog-card {
    overflow: hidden;
    border-radius: 8px;
    background: #f3b46e;
}

.valora-video-card a,
.valora-blog-card a {
    display: block;
}

.valora-video-thumb,
.valora-blog-thumb {
    position: relative;
    aspect-ratio: 1.58;
    background: #ddd;
}

.valora-video-thumb img,
.valora-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valora-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(243, 180, 110, 0.9);
    color: #fff;
    font-size: 25px;
}

.valora-video-card h3 {
    margin: 0;
    padding: 25px 22px;
    color: #fff;
    font-family: var(--heading-font);
    text-align: center;
    text-transform: uppercase;
}

.valora-blog-card {
    overflow: hidden;
    border-radius: 16px;
    background: #ebe7e3;
}

.valora-blog-card .date {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 48px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    background: #405063;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.valora-blog-card .date strong,
.valora-blog-card .date small {
    color: #fff;
    line-height: 1;
}

.valora-blog-card .date strong {
    font-size: 18px;
}

.valora-blog-card .date small {
    margin-top: 3px;
    font-size: 13px;
}

.valora-blog-card .content {
    padding: 28px 30px 24px;
}

.valora-blog-card h3 {
    margin: 0 0 22px;
    color: #405063;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.16;
}

.valora-blog-card h3 a {
    color: #111;
}

.valora-blog-card p {
    margin-bottom: 26px;
    color: #555;
    font-size: 17px;
    line-height: 1.45;
}

.valora-blog-card .read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #405063;
    color: #405063;
    font-size: 15px;
    font-weight: 800;
}

.valora-blog-card .read-more i {
    color: #405063;
    font-size: 20px;
}

.valora-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 70px;
}

.valora-pagination a {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    color: #405063;
    font-weight: 800;
}

.valora-pagination a.is-current {
    background: #ebe7e3;
}

.valora-pagination__arrow {
    color: #fff !important;
}

.valora-pagination__arrow--prev {
    background: #f3b46e !important;
}

.valora-pagination__arrow--next {
    background: #405063 !important;
}

.valora-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 38px;
    align-items: start;
}

.valora-article__image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}

.valora-article-layout article h1 {
    margin-bottom: 34px;
    color: #405063;
    font-family: var(--heading-font);
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
}

.valora-article p {
    color: #969696;
    font-size: 17px;
    line-height: 1.75;
}

.valora-sidebar {
    padding: 34px 32px;
    border-radius: 8px;
    background: #405063;
}

.valora-sidebar h3 {
    margin-bottom: 36px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 28px;
    text-transform: uppercase;
}

.valora-sidebar-post {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.valora-sidebar-post:last-child {
    margin-bottom: 0;
}

.valora-sidebar-post img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
}

.valora-sidebar-post span {
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
}

.valora-article-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 54px;
    padding-top: 40px;
    border-top: 1px solid #405063;
}

.valora-article-related a {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.valora-article-related a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(28, 34, 39, 0.42);
}

.valora-article-related span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 28px;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.valora-locations-section {
    padding-top: 74px;
    padding-bottom: 72px;
}

.valora-locations-heading {
    max-width: 1030px;
    margin: 0 auto 42px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9d9d9d;
}

.valora-locations-heading h2 {
    font-size: 32px;
    line-height: 1.16;
}

.valora-location-list {
    max-width: 1030px;
    margin: 0 auto;
}

.valora-location-item {
    padding: 42px 0 58px;
    border-bottom: 1px solid #b8b8b8;
}

.valora-location-item:first-child {
    padding-top: 0;
}

.valora-location-top {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    margin-bottom: 18px;
}

.valora-location-copy {
    padding-left: 24px;
}

.valora-location-copy h3 {
    margin: 0 0 8px;
    color: #405063;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.valora-location-copy p {
    margin: 0;
    color: #74777b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
}

.valora-location-photo img {
    width: 100%;
    aspect-ratio: 1.92;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.valora-location-media {
    width: 100%;
}

.valora-location-map {
    width: 100%;
    min-height: 235px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    opacity: 0.54;
    display: block;
}

.valora-careers-main {
    padding-top: 70px;
    padding-bottom: 42px;
    overflow: hidden;
}

.valora-careers-why {
    max-width: 1030px;
    margin: 0 auto 70px;
    padding: 44px 108px;
    border-radius: 8px;
    background: linear-gradient(rgba(48, 68, 88, 0.88), rgba(48, 68, 88, 0.88)), url("../images/backgrounds/header-about-us.jpg") center/cover;
    color: #fff;
}

.valora-careers-why h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.valora-careers-why p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.38;
}

.valora-careers-heading {
    max-width: 1030px;
    margin: 0 auto 48px;
}

.valora-careers-heading h2 {
    font-size: 32px;
}

.valora-careers-values {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 14px;
}

.valora-careers-values::before,
.valora-careers-values::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 346px;
    background-image: url("../icone-card.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.42;
    pointer-events: none;
}

.valora-careers-values::before {
    left: -310px;
    top: -70px;
}

.valora-careers-values::after {
    right: -310px;
    top: 310px;
}

.valora-careers-value {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.valora-careers-value h3 {
    margin-bottom: 8px;
    color: #405063;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.valora-careers-value p {
    margin-bottom: 0;
    color: #8c8f93;
    font-size: 16px;
    line-height: 1.72;
}

.valora-careers-cta-section {
    padding-top: 20px;
    padding-bottom: 76px;
}

.valora-careers-join {
    max-width: 1030px;
    margin: 0 auto;
    padding: 48px 64px;
    border-radius: 8px;
    background: linear-gradient(rgba(90, 86, 76, 0.62), rgba(90, 86, 76, 0.62)), url("../images/backgrounds/header-about-us.jpg") center 44%/cover;
    color: #fff;
}

.valora-careers-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: center;
}

.valora-careers-looking h3,
.valora-careers-apply h3 {
    margin: 0 0 26px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 38px;
    line-height: 1.02;
    text-transform: uppercase;
}

.valora-careers-looking p,
.valora-careers-looking li,
.valora-careers-apply p,
.valora-careers-apply a {
    color: #fff;
}

.valora-careers-looking p {
    margin-bottom: 12px;
    font-size: 20px;
}

.valora-careers-looking ul {
    margin: 0 0 38px;
    padding-left: 20px;
}

.valora-careers-looking li {
    font-size: 17px;
    line-height: 1.35;
}

.valora-careers-buttons {
    display: flex;
    gap: 20px;
}

.valora-careers-buttons .thm-btn {
    min-width: 190px;
    padding: 17px 24px;
    text-align: center;
}

.valora-careers-apply {
    padding: 42px 28px;
    border-radius: 6px;
    background: rgba(38, 57, 77, 0.9);
}

.valora-careers-apply h3 {
    margin-bottom: 24px;
    font-size: 32px;
}

.valora-careers-apply p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.35;
}

.valora-careers-apply p:last-child {
    margin-bottom: 0;
}

.valora-careers-apply a {
    font-weight: 800;
}

.valora-parent-testimonials-heading h3 {
    margin: 0;
    color: #293442;
    font-family: var(--heading-font);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 500;
    text-transform: uppercase;
}

.valora-parent-testimonials-grid {
    align-items: stretch;
}

.valora-parent-testimonial-card {
    position: relative;
    min-height: 560px;
    padding: 18px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(41, 52, 66, 0.04)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
        #c89270;
    box-shadow: 10px 10px 0 #293442;
    overflow: hidden;
}

.valora-parent-testimonial-card::before,
.valora-parent-testimonial-card::after {
    content: none;
}

.valora-parent-testimonial-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 42px 26px 32px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 20px;
    text-align: center;
}

.valora-parent-testimonial-card__quote {
    display: block;
    height: 58px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 124px;
    line-height: 0.74;
}

.valora-parent-testimonial-card__divider {
    display: block;
    width: 78%;
    height: 2px;
    margin: 18px 0 28px;
    background: rgba(255, 255, 255, 0.9);
}

.valora-parent-testimonial-card p {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1.36;
    font-weight: 400;
}

.valora-parent-testimonial-card--long p {
    font-size: 12px;
    line-height: 1.3;
}

.valora-parent-testimonial-card strong {
    display: block;
    align-self: flex-end;
    margin-top: auto;
    padding-top: 12px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .valora-step-grid,
    .valora-video-grid,
    .valora-blog-grid,
    .valora-contact-grid,
    .valora-article-layout,
    .valora-location-item,
    .valora-careers-bottom {
        grid-template-columns: 1fr;
    }

    .valora-page-hero h1,
    .page-header[class*="valora-page-header--"] .container h2,
    .valora-band h2 {
        font-size: 40px;
    }

    .valora-location-item {
        gap: 25px;
    }

    .valora-location-top {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .valora-location-copy {
        padding-left: 0;
    }

    .valora-location-photo img {
        aspect-ratio: 1.55;
    }

    .valora-careers-why,
    .valora-careers-join {
        padding: 38px 28px;
    }

    .valora-careers-why h3,
    .valora-careers-looking h3 {
        font-size: 32px;
    }

    .valora-careers-values::before,
    .valora-careers-values::after {
        width: 240px;
        height: 231px;
        opacity: 0.22;
    }

    .valora-careers-values::before {
        left: -150px;
        top: -40px;
    }

    .valora-careers-values::after {
        right: -150px;
        top: 55%;
    }

    .valora-careers-bottom {
        gap: 34px;
    }

    .valora-careers-apply {
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }

    .valora-parent-testimonial-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .valora-section {
        padding: 60px 0;
    }

    .valora-page-hero {
        min-height: 240px;
    }

    .valora-page-hero h1,
    .page-header[class*="valora-page-header--"] .container h2,
    .valora-band h2 {
        font-size: 34px;
    }

    .page-header[class*="valora-page-header--"] .container {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .valora-page-hero p,
    .valora-band p {
        font-size: 18px;
    }

    .valora-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .valora-callout {
        padding: 36px 28px;
    }

    .valora-locations-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .valora-locations-heading {
        margin-bottom: 34px;
    }

    .valora-locations-heading h2 {
        font-size: 25px;
    }

    .valora-location-item {
        padding: 34px 0 42px;
    }

    .valora-location-copy h3 {
        font-size: 24px;
    }

    .valora-location-copy p {
        font-size: 18px;
    }

    .valora-location-map {
        min-height: 190px;
    }

    .valora-careers-main {
        padding-top: 54px;
        padding-bottom: 24px;
    }

    .valora-careers-why {
        margin-bottom: 46px;
        padding: 34px 24px;
    }

    .valora-careers-why h3,
    .valora-careers-looking h3 {
        font-size: 28px;
    }

    .valora-careers-heading {
        margin-bottom: 32px;
    }

    .valora-careers-value h3 {
        font-size: 21px;
    }

    .valora-careers-value p {
        font-size: 15px;
    }

    .valora-careers-join {
        padding: 34px 24px;
    }

    .valora-careers-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .valora-careers-buttons .thm-btn {
        width: 100%;
        min-width: 0;
    }

    .valora-careers-apply {
        padding: 30px 22px;
    }

    .valora-careers-apply h3 {
        font-size: 26px;
    }

    .valora-parent-testimonials-heading h3 {
        font-size: 30px;
    }

    .valora-parent-testimonial-card {
        padding: 14px;
        box-shadow: 7px 7px 0 #293442;
    }

    .valora-parent-testimonial-card__inner {
        padding: 40px 22px 30px;
    }

    .valora-parent-testimonial-card p {
        font-size: 15px;
    }

    .valora-parent-testimonial-card strong {
        font-size: 20px;
    }
}
