:root {
    --about-bg: #060a10;
    --about-bg-alt: #0c1018;
    --about-accent: #fc191d;
    --about-accent-light: #ff4b4f;
    --about-text: rgba(255, 255, 255, 0.72);
    --about-heading: #ffffff;
    --about-border: rgba(255, 255, 255, 0.08);
    --about-glass: rgba(255, 255, 255, 0.04);
}

.elementor-widget-dsc-about-hero,
.elementor-widget-dsc-about-story,
.elementor-widget-dsc-about-bottle-animation,
.elementor-widget-dsc-about-values,
.elementor-widget-dsc-cta-banner,
.elementor-widget-dsc-stats-counter {
    width: 100% !important;
    max-width: 100% !important;
}

.dsc-about-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52vh;
    padding: 10rem 2rem 4rem;
    background: transparent;
    text-align: center;
    overflow: hidden;
}

.dsc-about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--about-border), transparent);
}

.dsc-about-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.dsc-about-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.8rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.dsc-about-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.3s ease;
}

.dsc-about-hero__breadcrumb a:hover {
    color: var(--about-accent);
}

.dsc-about-hero__breadcrumb svg {
    width: 12px;
    height: 12px;
    opacity: 0.4;
}

.dsc-about-hero__eyebrow {
    display: inline-block;
    margin-bottom: 1.2rem;
    padding: 0.4rem 1.2rem;
    background: rgba(252, 25, 29, 0.12);
    border: 1px solid rgba(252, 25, 29, 0.2);
    border-radius: 999px;
    color: var(--about-accent-light);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dsc-about-hero__title {
    margin: 0 0 1.2rem;
    color: var(--about-heading);
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.dsc-about-hero__subtitle {
    margin: 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    color: var(--about-text);
    font-size: 1.05rem;
    line-height: 1.75;
}

.dsc-about-section {
    position: relative;
    padding: 6rem 2rem;
}

.dsc-about-section--dark {
    background: transparent;
}

.dsc-about-section--alt {
    background: transparent;
}

.dsc-about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.dsc-about-label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    color: var(--about-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dsc-about-heading {
    margin: 0 0 1.2rem;
    color: var(--about-heading);
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.dsc-about-text {
    color: var(--about-text);
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 580px;
}

.dsc-about-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.dsc-about-story--image-left {
    direction: ltr;
}

.dsc-about-story__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.dsc-about-story__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0.92);
    transition: transform 0.6s ease;
}

.dsc-about-story__image:hover img {
    transform: scale(1.03);
}

.dsc-about-story__image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid var(--about-border);
    pointer-events: none;
}

.dsc-about-story__content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.dsc-about-story__content .dsc-about-text+.dsc-about-text {
    margin-top: -0.4rem;
}

.dsc-about-story__highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1.2rem 1.6rem;
    background: var(--about-glass);
    border: 1px solid var(--about-border);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.dsc-about-story__highlight-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(252, 25, 29, 0.12);
    color: var(--about-accent);
}

.dsc-about-story__highlight-icon i,
.dsc-about-story__highlight-icon svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    fill: var(--about-accent);
    color: var(--about-accent);
}

.dsc-about-story__highlight-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.6;
}

.dsc-about-story__highlight-text strong {
    color: var(--about-heading);
    font-weight: 700;
}

.dsc-about-canvas-section {
    position: relative;
    background: #000000;
}

.dsc-about-canvas-track {
    position: relative;
    height: 600vh !important;
}

.dsc-about-canvas-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dsc-about-canvas {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dsc-about-canvas-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.dsc-about-canvas-text {
    position: absolute;
    width: 100%;
    padding: 0 4rem;
    bottom: 6%;
    text-align: left;
}

.dsc-about-canvas-text--left {
    left: 0;
    max-width: 480px;
    bottom: 8%;
}

.dsc-about-canvas-text--right {
    right: 0;
    left: auto;
    max-width: 480px;
    text-align: right;
    margin-left: auto;
    bottom: 8%;
}

.dsc-about-canvas-text--center {
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    text-align: center;
    bottom: 8%;
}

.dsc-about-canvas-text__title {
    margin: 0 0 0.6rem;
    color: var(--about-heading);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow:
        0 2px 20px rgba(0, 0, 0, 0.8),
        0 4px 40px rgba(0, 0, 0, 0.6),
        0 0 80px rgba(252, 25, 29, 0.15);
}

.dsc-about-canvas-text__desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.7;
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.7),
        0 4px 30px rgba(0, 0, 0, 0.5);
}

.dsc-about-canvas-mobile {
    display: none;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 70vh;
    object-fit: contain;
    margin: 0 auto;
}

.dsc-about-desktop-img {
    display: none;
    position: absolute;
    z-index: 5;
    max-width: 420px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    filter: brightness(0.95) saturate(1.1);
}

.dsc-about-desktop-img--left {
    left: 1%;
    bottom: 5%;
}

.dsc-about-desktop-img--right {
    right: 1%;
    bottom: 5%;
}

.dsc-about-canvas-sticky .dsc-about-desktop-img {
    z-index: 5;
    max-width: 35vw;
    max-height: 55vh;
    object-fit: contain;
    bottom: 28%;
}

.dsc-about-canvas-sticky .dsc-about-desktop-img--left {
    left: 2%;
    transform-origin: bottom left;
}

.dsc-about-canvas-sticky .dsc-about-desktop-img--right {
    right: 2%;
    transform-origin: bottom right;
}

.dsc-about-section--has-desktop-imgs {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .dsc-about-desktop-img {
        display: block;
    }
}

.dsc-about-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-top: 3rem;
}

.dsc-about-value {
    padding: 2.2rem 1.6rem;
    background: var(--about-glass);
    border: 1px solid var(--about-border);
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.dsc-about-value:hover {
    border-color: rgba(252, 25, 29, 0.2);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
}

.dsc-about-value__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.2rem;
    border-radius: 14px;
    background: rgba(252, 25, 29, 0.1);
    color: var(--about-accent);
}

.dsc-about-value__icon i {
    font-size: 22px;
}

.dsc-about-value__icon svg {
    width: 24px;
    height: 24px;
}

.dsc-about-value__title {
    margin: 0 0 0.6rem;
    color: var(--about-heading);
    font-size: 1.05rem;
    font-weight: 700;
}

.dsc-about-value__desc {
    margin: 0;
    color: var(--about-text);
    font-size: 0.86rem;
    line-height: 1.7;
}

.dsc-about-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.dsc-about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.dsc-about-reveal--delay-1 {
    transition-delay: 0.1s;
}

.dsc-about-reveal--delay-2 {
    transition-delay: 0.2s;
}

.dsc-about-reveal--delay-3 {
    transition-delay: 0.3s;
}

.dsc-about-reveal--delay-4 {
    transition-delay: 0.4s;
}

.elementor-editor-active .dsc-about-reveal {
    opacity: 1;
    transform: none;
}

.elementor-editor-active .dsc-about-canvas-text {
    opacity: 1;
    transform: none;
    position: relative;
    margin-bottom: 1.5rem;
}

.elementor-editor-active .dsc-about-canvas-text--center {
    transform: none;
    left: auto;
}

.elementor-editor-active .dsc-about-canvas {
    display: none;
}

.elementor-editor-active .dsc-about-canvas-mobile {
    display: block;
}

.elementor-editor-active .dsc-about-canvas-track {
    height: auto;
}

.elementor-editor-active .dsc-about-canvas-sticky {
    position: relative;
    height: auto;
    flex-direction: column;
    padding: 3rem 1.25rem;
}

.elementor-editor-active .dsc-about-canvas-overlay {
    position: relative;
    inset: auto;
    flex-direction: column;
}

.dsc-about-section--dark .dsc-stats,
.dsc-about-canvas-section~* .dsc-stats {
    gap: 1.5rem;
}

.dsc-about-section--dark .dsc-stat__label {
    color: rgba(255, 255, 255, 0.6);
}

.dsc-about-section--dark .dsc-stat__icon {
    color: var(--about-accent);
}

.dsc-about-section--dark .dsc-stat__icon svg {
    fill: var(--about-accent);
}

.dsc-cta__inner {
    position: relative;
    z-index: 1;
}

.dsc-cta__heading {
    line-height: 1.15;
}

@media (max-width: 1024px) {
    .dsc-about-story {
        gap: 3rem;
    }

    .dsc-about-values {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .dsc-about-canvas-text {
        padding: 0 2.5rem;
    }

    .dsc-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .dsc-cta {
        padding: 60px 30px !important;
    }

    .dsc-cta--split .dsc-cta__inner {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .dsc-cta--split .dsc-cta__buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .dsc-about-hero {
        min-height: 44vh;
        padding: 8rem 1.25rem 3rem;
    }

    .dsc-about-section {
        padding: 3.5rem 1.25rem;
    }

    .dsc-about-story {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    .dsc-about-story__image {
        order: -1;
        aspect-ratio: auto;
        max-height: none;
        width: 100%;
        margin: 0 auto;
    }

    .dsc-about-story__image img {
        height: auto;
        object-fit: contain;
    }

    .dsc-about-story__highlight {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .dsc-about-values {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .dsc-about-canvas-track {
        height: 350vh !important;
    }

    .dsc-about-canvas-sticky {
        position: sticky !important;
        top: 0 !important;
        height: 80vh !important;
        height: 80dvh !important;
        padding: 0 !important;
        flex-direction: row !important;
    }

    .dsc-about-canvas {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .dsc-about-canvas-mobile {
        display: none !important;
    }

    .dsc-about-canvas-overlay {
        position: absolute !important;
        inset: 0 !important;
        flex-direction: column;
        align-items: flex-end !important;
        justify-content: flex-end !important;
    }

    .dsc-about-canvas-text {
        position: absolute !important;
        bottom: 3% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 1rem 1.25rem !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        transform: none !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
        z-index: 5;
    }

    .dsc-about-canvas-text--left,
    .dsc-about-canvas-text--right,
    .dsc-about-canvas-text--center {
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
        text-align: center !important;
        transform: none !important;
    }

    .dsc-about-canvas-text__title {
        font-size: 1.3rem;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    }

    .dsc-about-canvas-text__desc {
        font-size: 0.85rem;
        text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
    }

    .dsc-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
    }

    .dsc-stat {
        padding: 1.2rem 0.5rem;
    }

    .dsc-stat__number {
        font-size: 2rem;
    }

    .dsc-stat__label {
        font-size: 0.78rem;
    }

    .dsc-stat__icon {
        font-size: 1.8rem;
        margin-bottom: 0.6rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .dsc-stat__icon svg {
        width: 1.8rem !important;
        height: 1.8rem !important;
        max-width: 1.8rem;
        max-height: 1.8rem;
    }

    .dsc-cta {
        padding: 48px 20px !important;
        border-radius: 0 !important;
    }

    .dsc-cta__heading {
        font-size: 1.6rem !important;
        margin-bottom: 0.75rem !important;
    }

    .dsc-cta__desc {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }

    .dsc-cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .dsc-cta__btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .dsc-about-heading {
        font-size: 1.6rem;
    }

    .dsc-about-text {
        max-width: 100%;
        font-size: 0.9rem;
    }

    .dsc-about-label {
        font-size: 0.68rem;
    }
}

@media (max-width: 480px) {
    .dsc-about-hero__title {
        font-size: 1.8rem;
    }

    .dsc-about-hero__subtitle {
        font-size: 0.9rem;
    }

    .dsc-about-hero {
        padding: 7rem 1rem 2.5rem;
        min-height: 38vh;
    }

    .dsc-about-hero__eyebrow {
        font-size: 0.65rem;
        padding: 0.3rem 0.9rem;
    }

    .dsc-about-hero__breadcrumb {
        font-size: 0.7rem;
    }

    .dsc-stats {
        grid-template-columns: 1fr !important;
        gap: 0.5rem !important;
    }

    .dsc-stat {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
        padding: 1rem;
        background: var(--about-glass, rgba(255, 255, 255, 0.04));
        border: 1px solid var(--about-border, rgba(255, 255, 255, 0.08));
        border-radius: 12px;
    }

    .dsc-stat__icon {
        font-size: 1.5rem;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        flex-shrink: 0;
        width: 1.5rem;
        height: 1.5rem;
    }

    .dsc-stat__icon svg {
        width: 1.5rem !important;
        height: 1.5rem !important;
        max-width: 1.5rem;
        max-height: 1.5rem;
    }

    .dsc-stat__number {
        font-size: 1.8rem;
        margin-bottom: 0.15rem;
    }

    .dsc-stat__label {
        font-size: 0.72rem;
    }

    .dsc-about-value {
        padding: 1.5rem 1.2rem;
    }

    .dsc-about-value__icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        margin-bottom: 0.9rem;
    }

    .dsc-about-value__icon i {
        font-size: 18px;
    }

    .dsc-about-value__title {
        font-size: 0.95rem;
    }

    .dsc-about-value__desc {
        font-size: 0.82rem;
    }

    .dsc-cta {
        padding: 36px 16px !important;
    }

    .dsc-cta__heading {
        font-size: 1.35rem !important;
    }

    .dsc-cta__btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.88rem;
    }
}

.dsc-advanced-contact-wrapper {
    width: 100%;
}

.dsc-contact-map {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
    border: 1px solid var(--about-border, rgba(255, 255, 255, 0.08));
}

.dsc-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: flex-start;
}

.dsc-contact-sidebar {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid var(--about-border, rgba(255, 255, 255, 0.08));
    border-radius: 24px;
    padding: 3rem 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.dsc-contact-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--about-accent, #fc191d) 0%, transparent 100%);
    z-index: 1;
}

.dsc-contact-sidebar>* {
    position: relative;
    z-index: 2;
}

.dsc-contact-sidebar__title {
    margin: 0 0 1rem;
    color: var(--about-heading, #ffffff);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.dsc-contact-sidebar__desc {
    margin: 0 0 2rem;
    color: var(--about-text, rgba(255, 255, 255, 0.72));
    font-size: 0.95rem;
    line-height: 1.7;
}

.dsc-contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.dsc-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.dsc-contact-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(252, 25, 29, 0.1);
    color: var(--about-accent, #fc191d);
    flex-shrink: 0;
}

.dsc-contact-info__icon i {
    font-size: 18px;
}

.dsc-contact-info__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.dsc-contact-info__content {
    flex-grow: 1;
}

.dsc-contact-info__title {
    margin: 0 0 0.3rem;
    color: var(--about-heading, #ffffff);
    font-size: 0.95rem;
    font-weight: 700;
}

.dsc-contact-info__desc {
    margin: 0;
    color: var(--about-text, rgba(255, 255, 255, 0.72));
    font-size: 0.85rem;
    line-height: 1.6;
}

.dsc-contact-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.dsc-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--about-border, rgba(255, 255, 255, 0.08));
    color: var(--about-heading, #ffffff);
    transition: all 0.3s ease;
}

.dsc-social-link:hover {
    background: var(--about-accent, #fc191d);
    color: #ffffff;
    transform: translateY(-3px);
}

.dsc-social-link i {
    font-size: 16px;
}

.dsc-social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.dsc-contact-form-area {
    padding: 0;
}

@media (max-width: 991px) {
    .dsc-contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .dsc-contact-sidebar {
        padding: 2rem 1.5rem;
    }

    .dsc-contact-sidebar__title {
        font-size: 1.5rem;
    }

    .dsc-contact-map iframe {
        height: 300px !important;
    }
}

.dsc-contact-form-area input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dsc-contact-form-area select,
.dsc-contact-form-area textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: inherit;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 6px;
    margin-bottom: 20px;
    font-family: inherit;
    outline: none;
}

.dsc-contact-form-area input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.dsc-contact-form-area select:focus,
.dsc-contact-form-area textarea:focus {
    border-color: var(--about-accent, #fc191d);
    background: rgba(255, 255, 255, 0.08);
}

.dsc-contact-form-area input[type="submit"] {
    cursor: pointer;
    border: 0 !important;
    padding: 14px 32px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.dsc-contact-form-area p {
    margin-bottom: 0;
}

.dsc-contact-form-area .wpcf7-spinner {
    margin-left: 10px;
}

.dsc-contact-form-area .wpcf7-not-valid-tip {
    font-size: 0.85em;
    color: var(--about-accent, #fc191d);
    margin-top: -15px;
    margin-bottom: 15px;
}

.dsc-contact-form-area .wpcf7-response-output {
    border-radius: 8px;
    margin: 20px 0 0 0;
}