.bg-header-solutions {
    background-image: url(../img/solucao/header_solucoes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solutions-hero-copy {
    max-width: 560px;
}

.solutions-hero-copy h1 {
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.solutions-page {
    background: #ffffff;
}

.solutions-intro-row {
    margin-bottom: 2.5rem;
}

.solutions-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #0f5eff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.solutions-intro-title {
    max-width: 420px;
    margin-bottom: 1.25rem;
    color: #2d466f;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.18;
}

.solutions-intro-body {
    max-width: 520px;
    margin-bottom: 0;
    color: #41597f;
    font-size: 1.16rem;
    line-height: 1.7;
}

.solutions-orbit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 370px;
    margin: 0 0 0 auto;
}

.solutions-orbit-image {
    display: block;
    height: auto;
    width: 60%;
    object-fit: cover;
}

.solution-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 175px;
    padding: 1.9rem 2rem 1.45rem;
    background: transparent linear-gradient(180deg, #ECEEF7 0%, #DAE5FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-panel:hover {
    box-shadow: 0 12px 30px rgba(46, 77, 128, 0.1);
    background: linear-gradient(53deg, #00247F 0%, #000F26 100%);
}

.solution-panel--static,
.solution-panel--static {
    height: 100%;
    min-height: 175px;
    padding: 1.9rem 2rem 1.45rem;
    background: transparent linear-gradient(180deg, #ECEEF7 0%, #DAE5FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-panel--static:hover .solution-panel-title,
.solution-panel--static:hover .solution-panel-copy {
    color: #263A5B;
}

.solution-panel--static:hover .solution-panel-icon-image,
.solution-panel--static:hover .solution-panel-link-icon {
    filter: none;
}

.solution-panel:hover .solution-panel-title,
.solution-panel:hover .solution-panel-copy {
    color: #ffffff;
}

.solution-panel:hover .solution-panel-link-text {
    width: 85px;
    margin-right: 0.5rem;
    opacity: 1;
    visibility: visible;
}

.solution-panel:hover .solution-panel-icon-image,
.solution-panel:hover .solution-panel-link-icon {
    filter: brightness(0) invert(1);
}

.solution-panel-header {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 1rem;
}

.solution-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.solution-panel-icon-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: filter 0.2s ease;
}

.solution-panel-title {
    margin: 0;
    color: #263A5B;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}

.solution-panel-copy {
    margin-bottom: 1.35rem;
    color: #263A5B;
    font-size: 1.1rem;
    line-height: 1.3;
}

.solution-panel-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    width: 201px;
    min-height: 34px;
    margin-top: auto;
    overflow: hidden;
    color: #6f4bff;
    font-size: 1.05rem;
    font-weight: 500;
}

.solution-panel-link:hover {
    color: #6f4bff;
}

.solution-panel-link-text {
    display: inline-block;
    width: 0;
    margin-right: 0;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.25s ease, margin-right 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.solution-panel-link-icon {
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 auto;
    transition: filter 0.2s ease;
}

.solution-panel-arrow {
    font-size: 1.5rem;
    line-height: 1;
}

.solutions-cta {
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    border-radius: 18px;
    background-color: #00296A;
    background-image: url(../img/solucao/cta_solutions_bg.svg), linear-gradient(60deg, rgba(0, 41, 106, 1) 0%, rgba(28, 0, 211, 1) 100%);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}

.solutions-cta::before,
.solutions-cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
    display: none;
}

.solutions-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 687px;
    padding: 3.2rem 3rem;
}

.solutions-cta-title {
    margin-bottom: 1.2rem;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
}

.solutions-cta-body {
    max-width: 560px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.65;
}

.solutions-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.w-texto-setion-solotions {
    width: 70%;
}

.solutions-cta-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 188px;
    min-height: 52px;
    padding: 0.9rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.solutions-cta-button>* {
    position: relative;
    z-index: 1;
}

.solutions-cta-button-primary {
    gap: 0.7rem;
    color: #ffffff;
    background: linear-gradient(90deg, #6a56f5 0%, #7d43ff 100%);
}

.solutions-cta-button-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #836BF6;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.solutions-cta-button-primary:hover {
    color: #ffffff;
}

.solutions-cta-button-primary:hover::before {
    opacity: 1;
}

.solutions-cta-button-secondary {
    color: #ffffff;
    border: 1px solid rgba(162, 136, 255, 0.9);
    background: rgba(255, 255, 255, 0.02);
}

.solutions-cta-button-secondary:hover {
    background: #F5F6FF 0% 0% no-repeat padding-box;
    color: #000F26 !important;
    border-color: #F5F6FF;
}

.solution-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 2rem;
    align-items: start;
}

.solution-detail-title {
    max-width: 720px;
    margin: 0.75rem 0 1.25rem;
    color: #263A5B;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.solution-detail-body {
    max-width: 760px;
    margin-bottom: 1rem;
    color: #41597f;
    font-size: 1.08rem;
    line-height: 1.75;
}

.solution-detail-actions {
    margin-top: 2rem;
}

.solution-detail-card {
    padding: 1.75rem;
    background: linear-gradient(180deg, #ECEEF7 0%, #DAE5FF 100%);
    border-radius: 10px;
}

.solution-detail-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.solution-detail-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.solution-detail-card-title {
    margin: 0;
    color: #263A5B;
    font-size: 1.5rem;
    font-weight: 500;
}

.solution-detail-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #263A5B;
}

.solution-detail-list li {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.twin-page {
    background: #ffffff;
}

.twin-hero {
    background: #000F26 0% 0% no-repeat padding-box;
    border-top: 1px solid #1754ac;
    border-bottom: 1px solid #1754ac;
    opacity: 1;
}

.twin-hero-inner {
    min-height: 315px;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.twin-hero-copy {
    max-width: 620px;
}

.twin-hero-title {
    margin: 0;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.twin-hero-mark {
    position: relative;
    width: 360px;
    height: 240px;
    margin-left: auto;
}

.twin-hero-mark-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.twin-intro-band {
    position: relative;
    overflow: hidden;
    background: url('/biblioteca/img/solucao/bg-twinSentinel.png') center center / cover no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.twin-intro-grid {
    position: relative;
    min-height: 482px;
}

.twin-intro-copy {
    position: relative;
    z-index: 2;
    max-width: 690px;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.twin-intro-text {
    max-width: 690px;
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.08rem;
    line-height: 1.7;
}

.twin-intro-text strong {
    color: #ffffff;
    font-weight: 700;
}

.twin-intro-text:last-child {
    margin-bottom: 0;
}

.twin-intro-pattern {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 52%;
    min-height: 482px;
    pointer-events: none;
}

.twin-intro-pattern span {
    position: absolute;
    width: 60px;
    height: 68px;
    border: 1px solid rgba(88, 116, 255, 0.24);
    background: rgba(69, 94, 255, 0.06);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.twin-intro-pattern span:nth-child(1) {
    top: -4px;
    left: 24%;
    background: rgba(14, 18, 58, 0.58);
}

.twin-intro-pattern span:nth-child(2) {
    top: 14px;
    left: 54%;
    background: rgba(16, 22, 64, 0.54);
}

.twin-intro-pattern span:nth-child(3) {
    top: 0;
    left: 78%;
    background: rgba(37, 88, 255, 0.32);
}

.twin-intro-pattern span:nth-child(4) {
    top: 66px;
    left: 48%;
    width: 72px;
    height: 82px;
    background: rgba(56, 92, 255, 0.22);
}

.twin-intro-pattern span:nth-child(5) {
    top: 76px;
    left: 68%;
    width: 86px;
    height: 96px;
    background: rgba(43, 77, 255, 0.14);
}

.twin-intro-pattern span:nth-child(6) {
    top: 50px;
    left: 92%;
    background: rgba(10, 14, 46, 0.58);
}

.twin-intro-pattern span:nth-child(7) {
    top: 236px;
    left: 10%;
    background: rgba(12, 18, 54, 0.48);
}

.twin-intro-pattern span:nth-child(8) {
    top: 260px;
    left: 34%;
    width: 84px;
    height: 94px;
    background: rgba(76, 103, 255, 0.22);
}

.twin-intro-pattern span:nth-child(9) {
    top: 238px;
    left: 58%;
    width: 88px;
    height: 100px;
    background: rgba(68, 90, 255, 0.16);
}

.twin-intro-pattern span:nth-child(10) {
    top: 356px;
    left: 4%;
    width: 86px;
    height: 96px;
    background: rgba(57, 78, 255, 0.14);
}

.twin-intro-pattern span:nth-child(11) {
    top: 336px;
    left: 28%;
    width: 104px;
    height: 116px;
    background: rgba(90, 107, 255, 0.24);
}

.twin-intro-pattern span:nth-child(12) {
    top: 310px;
    left: 58%;
    width: 116px;
    height: 128px;
    background: rgba(74, 89, 255, 0.2);
}

.twin-monitor-section {
    background: #f7f8ff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.twin-monitor-row {
    row-gap: 2rem;
}

.twin-monitor-copy {
    padding-left: 2rem;
}

.twin-monitor-image-wrap {
    display: flex;
    justify-content: center;
}

.twin-monitor-image {
    display: block;
    width: 100%;
    max-width: 452px;
    height: auto;
}

.twin-dashboard-card {
    padding: 1rem;
    border-radius: 6px;
    background: linear-gradient(180deg, #0f2d5b 0%, #091936 100%);
    box-shadow: 0 10px 30px rgba(23, 44, 95, 0.14);
}

.twin-dashboard-topbar {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.9rem;
}

.twin-dashboard-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(158, 177, 255, 0.5);
}

.twin-dashboard-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.twin-panel {
    min-height: 66px;
    border: 1px solid rgba(82, 127, 255, 0.32);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(28, 77, 153, 0.5) 0%, rgba(12, 33, 69, 0.7) 100%);
}

.twin-panel-wide {
    grid-column: span 2;
    min-height: 84px;
}

.twin-panel-map {
    grid-column: span 2;
    min-height: 140px;
    background: radial-gradient(circle at 50% 50%, rgba(74, 153, 255, 0.24), rgba(74, 153, 255, 0) 44%), linear-gradient(180deg, rgba(20, 53, 102, 0.82) 0%, rgba(9, 24, 48, 0.88) 100%);
}

.twin-section-title {
    margin: 0 0 1rem;
    color: #00163d;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.twin-section-text {
    margin: 0 0 1.25rem;
    color: #00163d;
    font-size: 1.1rem;
    line-height: 1.7;
}

.twin-features-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.twin-features-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
}

.twin-features-lead {
    max-width: 560px;
}

.twin-layers-graphic {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.twin-layers-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.twin-layer {
    position: absolute;
    left: 50%;
    width: 280px;
    height: 58px;
    border-radius: 10px;
    background: linear-gradient(90deg, #dad5ff 0%, #8b7af6 55%, #392b99 100%);
    box-shadow: -8px 6px 0 rgba(44, 44, 44, 0.42);
    clip-path: polygon(50% 0%, 100% 28%, 50% 100%, 0% 28%);
    transform: translateX(-50%);
}

.twin-layer-1 {
    top: 12px;
}

.twin-layer-2 {
    top: 76px;
    width: 292px;
}

.twin-layer-3 {
    top: 140px;
    width: 304px;
}

.twin-layer-4 {
    top: 206px;
    width: 316px;
}

.twin-features-list {
    display: grid;
    gap: 1.15rem;
}

.twin-feature-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.twin-feature-arrow {
    display: block;
    width: 16px;
    height: auto;
    margin-top: 0.55rem;
}

.twin-feature-text {
    margin: 0;
    color: #00163d;
    font-size: 1.1rem;
    line-height: 1.7;
}

.twin-benefits-section {
    padding-bottom: 6rem;
}

.twin-benefits-box {
    padding: 1.25rem 1.75rem 1.2rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #eff2ff 0%, #edf0fc 100%);
}

.twin-benefits-title {
    margin-bottom: 1.75rem;
    font-size: 2rem;
    line-height: 1.3;
}

.twin-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 4rem;
    row-gap: 1.85rem;
}

.twin-benefit-item:nth-child(-n+4) {
    grid-column: 1;
}

.twin-benefit-item:nth-child(n+5) {
    grid-column: 2;
}

.twin-benefit-item:nth-child(1),
.twin-benefit-item:nth-child(5) {
    grid-row: 1;
}

.twin-benefit-item:nth-child(2),
.twin-benefit-item:nth-child(6) {
    grid-row: 2;
}

.twin-benefit-item:nth-child(3),
.twin-benefit-item:nth-child(7) {
    grid-row: 3;
}

.twin-benefit-item:nth-child(4) {
    grid-row: 4;
    margin-top: -1.6rem;
}

.twin-benefit-item {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.twin-benefit-check {
    width: 20px;
    height: 20px;
    margin-top: 0.33rem;
    border-radius: 50%;
    background: linear-gradient(100deg, #7255FF 0%, #9A87FC 100%);
    position: relative;
}

.twin-benefit-check::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -58%) rotate(45deg);
}

.twin-benefit-text {
    margin: 0;
    color: #00163d;
    font-size: 1.1rem;
    line-height: 1.7;
}

.twin-blue-section {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 8.5rem;
    background: linear-gradient(0deg, rgba(0, 15, 38, 1) 0%, rgba(34, 0, 211, 1) 100%);
}

.twin-blue-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 2rem;
    align-items: start;
}

.twin-blue-copy {
    max-width: 760px;
    padding-top: 0.35rem;
}

.twin-blue-title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.twin-blue-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.7;
}

.twin-orbit {
    position: relative;
    width: 320px;
    margin-left: auto;
}

.twin-orbit-image {
    display: block;
    width: 100%;
    height: auto;
}

.twin-video-card {
    position: relative;
    margin: 4rem auto -14rem;
    border-radius: 16px;
    background: #020202;
    overflow: hidden;
    z-index: 2;
}

.twin-video-element {
    display: block;
    width: 100%;
    background: #020202;
    object-fit: cover;
}

.twin-contact-section {
    padding-top: 13rem;
    padding-bottom: 6rem;
}

.twin-contact-card {
    overflow: hidden;
    border-radius: 18px;
    background-color: #000f26;
    background-image: url(../img/solucao/twin_contact_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.twin-contact-copy {
    max-width: 640px;
    padding: 3rem;
}

.twin-contact-title {
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.7;
}

.twin-contact-mail {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.twin-contact-mail:hover {
    color: #ffffff;
}

.twin-contact-mail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #6e5cff;
    font-size: 1.15rem;
}

@media (max-width: 1999.99px) {
    .solutions-orbit {
        justify-content: center;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    .twin-benefits-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
    }
    .twin-benefit-item:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        margin-top: 0;
    }
    .solutions-hero-copy h1 {
        font-size: 2.55rem;
    }
    .solutions-intro-title {
        font-size: 2.4rem;
    }
    .solutions-orbit {
        max-width: 320px;
        margin-top: 1rem;
    }
    .solutions-cta-copy {
        padding: 2.5rem 2rem;
    }
    .solutions-cta-title {
        font-size: 2rem;
    }
    .solution-detail-shell {
        grid-template-columns: 1fr;
    }
    .twin-hero-inner,
    .twin-intro-grid,
    .twin-features-grid,
    .twin-blue-top {
        grid-template-columns: 1fr;
    }
    .twin-hero-mark,
    .twin-orbit {
        margin: 1rem auto 0;
    }
    .twin-layers-graphic {
        margin-right: auto;
        margin-left: auto;
    }
    .twin-monitor-copy {
        padding-left: 0;
    }
    .solutions-orbit {
        justify-content: center;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .twin-layers-graphic {
        display: none;
    }
    .solutions-orbit {
        justify-content: center;
        margin: 0 auto;
    }
    .bg-header-solutions {
        background-position: center;
    }
    .solutions-hero-copy h1 {
        font-size: 2rem;
    }
    .solutions-intro-row {
        margin-bottom: 2rem;
    }
    .solutions-intro-title {
        font-size: 1.95rem;
    }
    .solutions-intro-body {
        font-size: 1rem;
    }
    .solutions-orbit {
        max-width: 260px;
    }
    .solution-panel {
        min-height: 0;
        padding: 1.45rem 1.25rem 1.2rem;
    }
    .solution-panel-title {
        font-size: 1.5rem;
    }
    .solution-panel-copy {
        font-size: 1rem;
    }
    .solutions-cta {
        margin-top: 2rem;
    }
    .solutions-cta::before {
        right: -42px;
        bottom: -138px;
        width: 360px;
        height: 360px;
    }
    .solutions-cta::after {
        right: -34px;
        bottom: -54px;
        width: 280px;
        height: 190px;
    }
    .solutions-cta-copy {
        padding: 2rem 1.35rem;
    }
    .solutions-cta-title {
        font-size: 1.7rem;
    }
    .solutions-cta-actions {
        flex-direction: column;
    }
    .solutions-cta-button {
        width: 100%;
    }
    .twin-hero-inner {
        min-height: 0;
        padding-top: 9rem;
        padding-bottom: 3rem;
        gap: 2rem;
    }
    .twin-hero-title {
        font-size: 2.35rem;
    }
    .twin-hero-mark {
        width: 260px;
        height: auto;
    }
    .twin-features-section {
        padding-top: 6rem;
        padding-bottom: 0rem;
    }
    .twin-intro-copy,
    .twin-monitor-section,
    .twin-benefits-section,
    .twin-blue-section,
    .twin-contact-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .twin-intro-grid {
        min-height: 0;
    }
    .twin-intro-copy {
        max-width: none;
    }
    .twin-intro-pattern {
        display: none;
    }
    .twin-section-title,
    .twin-blue-title,
    .twin-contact-title {
        font-size: 1.3rem;
    }
    .twin-dashboard-panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .twin-layers-graphic {
        width: 100%;
        max-width: 300px;
        height: 250px;
    }
    .twin-layer,
    .twin-layer-2,
    .twin-layer-3,
    .twin-layer-4 {
        width: 100%;
    }
    .twin-video-card {
        height: 250px;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .twin-contact-copy {
        padding: 2rem 1.35rem;
    }
    .twin-contact-section {
        padding-top: 6rem;
    }
}