.divisions-wide-wrap {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.divisions-hero-modern {
    position: relative;
    max-height: 580px;
    overflow: hidden;
    background: #0c2030;
}

.divisions-hero-slider,
.divisions-hero-slider .divisions-hero-slide {
    height: 100%;
    min-height: 680px;
}

.divisions-hero-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

    .divisions-hero-slide.active {
        opacity: 1;
        z-index: 1;
    }

.divisions-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.divisions-hero-shell {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
}

.divisions-hero-card {
    max-width: 700px;
    padding: 42px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 24px 60px rgba(0,0,0,0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
}

.divisions-hero-kicker,
.divisions-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    background: #e9f7fb;
    color: #0e8eb0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.divisions-hero-kicker {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
}

.divisions-breadcrumbs {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

    .divisions-breadcrumbs li,
    .divisions-breadcrumbs li a,
    .divisions-breadcrumbs li span {
        color: rgba(255,255,255,0.92);
        font-size: 14px;
    }

        .divisions-breadcrumbs li a:hover {
            color: #fff;
        }

.divisions-hero-card h1 {
    font-size: clamp(15px, 4vw, 31px);
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
    text-transform: none;
}

.divisions-hero-card p {
    /* color: rgba(255,255,255,0.94);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 24px;*/
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,0.94);
    margin-bottom: 24px;
}

.divisions-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.divisions-main-btn,
.divisions-secondary-btn {
    min-width: 180px;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 700;
    text-align: center;
}

.divisions-secondary-btn {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.24);
    color: #fff;
}

    .divisions-secondary-btn:hover {
        background: #fff;
        color: #0e8eb0;
    }

.divisions-hero-arrows .hero-arrow {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 28px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 12px 26px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .divisions-hero-arrows .hero-arrow:hover {
        background: rgba(14,142,176,0.92);
    }

.divisions-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    line-height: 0;
    z-index: 2;
    display: none;
}

    .divisions-hero-wave svg {
        width: 100%;
        height: 100px;
        display: block;
    }

    .divisions-hero-wave path {
        fill: #f8fbfd;
    }

.divisions-showcase-modern {
    padding: 70px 0 100px;
    background: linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.divisions-section-head {
    max-width: 820px;
    margin: 0 auto 36px;
}

    .divisions-section-head h2 {
        font-size: clamp(28px, 3.2vw, 38px);
        line-height: 1.2;
        margin-bottom: 14px;
        text-transform: none;
    }

    .divisions-section-head p {
        color: #607080;
        font-size: 16px;
        line-height: 1.9;
        margin-bottom: 0;
    }

.divisions-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.division-modern-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(226,232,240,0.9);
    box-shadow: 0 18px 42px rgba(15,23,42,0.08);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .division-modern-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 50px rgba(15,23,42,0.14);
    }

.division-modern-image-wrap {
    position: relative;
    height: 240px;
    background: #dce7ee;
    overflow: hidden;
}

    .division-modern-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

.division-modern-card:hover .division-modern-image-wrap img {
    transform: scale(1.05);
}

.division-modern-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12,32,48,0.24), rgba(12,32,48,0));
}

.division-modern-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.division-modern-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9f7fb;
    color: #0e8eb0;
    font-size: 22px;
    margin-bottom: 16px;
}

.division-modern-body h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.35;
    text-transform: none;
}

    .division-modern-body h3 a {
        color: #1f2937;
        text-transform: none;
    }

.division-modern-body p {
    color: #5d6c7c;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 18px;
    flex: 1;
}

.division-modern-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0e8eb0;
    font-weight: 700;
}

.divisions-gallery-modern {
    padding: 95px 0;
    background: #fff;
}

.divisions-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.divisions-gallery-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 22px;
    background: #dde6ec;
    box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

    .divisions-gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

    .divisions-gallery-card:hover img {
        transform: scale(1.06);
    }

.divisions-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    background: linear-gradient(to top, rgba(11,27,42,0.78), rgba(11,27,42,0.08));
}

.divisions-gallery-text h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
    text-transform: none;
}

.divisions-gallery-text p {
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.divisions-contact-modern {
    padding: 95px 0;
    background: linear-gradient(180deg, #f7fbfd 0%, #edf4f8 100%);
}

.division-contact-panel {
    height: 100%;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 20px 50px rgba(15,23,42,0.08);
    padding: 34px;
}

    .division-contact-panel h2 {
        font-size: clamp(28px, 3.2vw, 38px);
        line-height: 1.25;
        margin-bottom: 14px;
        text-transform: none;
    }

    .division-contact-panel p {
        color: #5d6c7c;
        font-size: 16px;
        line-height: 1.9;
    }

.division-feature-list {
    margin-top: 26px;
    display: grid;
    gap: 18px;
}

.division-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: #f7fbfd;
    border: 1px solid #e5eef4;
}

.division-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f7fb;
    color: #0e8eb0;
    font-size: 18px;
    flex-shrink: 0;
}

.division-feature-item h4 {
    margin: 2px 0 8px;
    font-size: 18px;
    line-height: 1.35;
    text-transform: none;
}

.division-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.division-modern-form {
    margin-top: 24px;
}

    .division-modern-form .form-group {
        margin-bottom: 18px;
    }

    .division-modern-form label {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 700;
        color: #334155;
        text-transform: uppercase;
        letter-spacing: .7px;
    }

    .division-modern-form .form-control {
        width: 100%;
        height: 54px;
        border-radius: 16px;
        border: 1px solid #dbe5ed;
        background: #f9fbfd;
        padding: 0 16px;
        box-shadow: none;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .division-modern-form textarea.form-control {
        height: auto;
        min-height: 130px;
        padding-top: 14px;
    }

    .division-modern-form .form-control:focus {
        border-color: #0e8eb0;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(14,142,176,0.10);
    }

.division-submit-btn {
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .divisions-hero-shell {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .divisions-hero-card {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .divisions-wide-wrap {
        width: min(100%, calc(100% - 30px));
    }

    .divisions-hero-shell {
        padding-left: 24px;
        padding-right: 24px;
    }

    .divisions-hero-card {
        max-width: 620px;
    }

    .divisions-grid-modern,
    .divisions-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .divisions-hero-modern {
        height: 620px !important;
    }

    .divisions-hero-slider,
    .divisions-hero-slider .divisions-hero-slide {
        min-height: 620px;
    }

    .divisions-hero-overlay {
        align-items: center;
    }

    .divisions-hero-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .divisions-hero-card {
        max-width: 100%;
        padding: 30px;
        margin-right: 0;
    }

    .divisions-hero-arrows .hero-arrow {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
    }

    .divisions-grid-modern,
    .divisions-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .divisions-showcase-modern,
    .divisions-gallery-modern,
    .divisions-contact-modern {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .division-contact-panel {
        padding: 28px;
    }

        .division-contact-panel h2,
        .divisions-section-head h2 {
            font-size: 30px;
        }
}

@media (max-width: 767px) {
    .divisions-wide-wrap {
        width: calc(100% - 20px);
    }

    .divisions-hero-modern {
        height: auto !important;
        min-height: 560px;
    }

    .divisions-hero-slider,
    .divisions-hero-slider .divisions-hero-slide {
        min-height: 560px;
    }

    .divisions-hero-overlay {
        align-items: flex-end;
    }

    .divisions-hero-shell {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 110px;
    }

    .divisions-hero-card {
        padding: 24px;
        border-radius: 24px;
    }

        .divisions-hero-card h1 {
            font-size: 30px;
        }

        .divisions-hero-card p {
            font-size: 15px;
            line-height: 1.75;
        }

    .divisions-main-btn,
    .divisions-secondary-btn {
        width: 100%;
        min-width: 0;
    }

    .divisions-hero-arrows .hero-arrow {
        display: none;
    }

    .divisions-hero-wave svg {
        height: 64px;
    }

    .divisions-grid-modern,
    .divisions-gallery-grid {
        grid-template-columns: 1fr;
    }

    .divisions-showcase-modern,
    .divisions-gallery-modern,
    .divisions-contact-modern {
        padding: 60px 0;
    }

    .division-modern-image-wrap {
        height: 220px;
    }

    .divisions-section-head h2,
    .division-contact-panel h2 {
        font-size: 26px;
    }

    .division-modern-body h3,
    .divisions-gallery-text h3 {
        font-size: 18px;
    }

    .division-modern-body p,
    .divisions-section-head p,
    .divisions-gallery-text p,
    .division-contact-panel p {
        font-size: 15px;
        line-height: 1.8;
    }

    .division-feature-item {
        padding: 16px;
    }
}

@media (max-width: 575px) {
    .divisions-hero-modern {
        min-height: 520px;
    }

    .divisions-hero-slider,
    .divisions-hero-slider .divisions-hero-slide {
        min-height: 520px;
    }

    .divisions-hero-shell {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 96px;
    }

    .divisions-hero-card,
    .division-contact-panel {
        padding: 20px;
    }

        .divisions-hero-card h1 {
            font-size: 26px;
        }

        .divisions-section-head h2,
        .division-contact-panel h2 {
            font-size: 24px;
        }

    .division-modern-body h3,
    .divisions-gallery-text h3 {
        font-size: 18px;
    }
}
/*
.divisions-wide-wrap{
    width:min(1400px, calc(100% - 40px));
    margin:0 auto;
}

.divisions-hero-modern{
    position:relative;
    min-height:680px;
    overflow:hidden;
    background:#0c2030;
}

.divisions-hero-slider,
.divisions-hero-slider .divisions-hero-slide{
    height:100%;
    min-height:680px;
}

.divisions-hero-slide{
    background-size:cover;
    background-position:center center;
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity 1s ease;
}

.divisions-hero-slide.active{
    opacity:1;
    z-index:1;
}

.divisions-hero-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
}

.divisions-hero-card{
    max-width:700px;
    padding:42px;
    border-radius:30px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.18);
    box-shadow:0 24px 60px rgba(0,0,0,0.24);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    color:#fff;
}

.divisions-hero-kicker,
.divisions-mini-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    padding:8px 16px;
    border-radius:999px;
    background:#e9f7fb;
    color:#0e8eb0;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    line-height:1;
    text-transform:uppercase;
    margin-bottom:16px;
}

.divisions-hero-kicker{
    background:rgba(255,255,255,0.16);
    border:1px solid rgba(255,255,255,0.22);
    color:#fff;
}

.divisions-breadcrumbs{
    list-style:none;
    margin:0 0 18px;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
}

.divisions-breadcrumbs li,
.divisions-breadcrumbs li a,
.divisions-breadcrumbs li span{
    color:rgba(255,255,255,0.92);
    font-size:14px;
}

.divisions-breadcrumbs li a:hover{
    color:#fff;
}

.divisions-hero-card h1{
    font-size:clamp(34px, 4vw, 58px);
    line-height:1.08;
    color:#fff;
    margin-bottom:16px;
    text-transform:none;
}

.divisions-hero-card p{
    color:rgba(255,255,255,0.94);
    font-size:17px;
    line-height:1.85;
    margin-bottom:24px;
}

.divisions-hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.divisions-main-btn,
.divisions-secondary-btn{
    min-width:180px;
    border-radius:999px;
    padding:13px 24px;
    font-weight:700;
    text-align:center;
}

.divisions-secondary-btn{
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.24);
    color:#fff;
}

.divisions-secondary-btn:hover{
    background:#fff;
    color:#0e8eb0;
}

.divisions-hero-arrows .hero-arrow{
    width:56px;
    height:56px;
    line-height:56px;
    border-radius:50%;
    font-size:28px;
    background:rgba(255,255,255,0.14);
    border:1px solid rgba(255,255,255,0.2);
    box-shadow:0 12px 26px rgba(0,0,0,0.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.divisions-hero-arrows .hero-arrow:hover{
    background:rgba(14,142,176,0.92);
}

.divisions-hero-wave{
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    line-height:0;
    z-index:2;
    display:none;
}

.divisions-hero-wave svg{
    width:100%;
    height:100px;
    display:block;
}

.divisions-hero-wave path{
    fill:#f8fbfd;
}

.divisions-showcase-modern{
    padding:70px 0 100px;
    background:linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.divisions-section-head{
    max-width:820px;
    margin:0 auto 36px;
}

.divisions-section-head h2{
    font-size:clamp(30px, 4vw, 48px);
    margin-bottom:14px;
    text-transform:none;
}

.divisions-section-head p{
    color:#607080;
    font-size:16px;
    line-height:1.9;
    margin-bottom:0;
}

.divisions-grid-modern{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:26px;
}

.division-modern-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(226,232,240,0.9);
    box-shadow:0 18px 42px rgba(15,23,42,0.08);
    display:flex;
    flex-direction:column;
    transition:transform .25s ease, box-shadow .25s ease;
}

.division-modern-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 50px rgba(15,23,42,0.14);
}

.division-modern-image-wrap{
    position:relative;
    height:240px;
    background:#dce7ee;
    overflow:hidden;
}

.division-modern-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}

.division-modern-card:hover .division-modern-image-wrap img{
    transform:scale(1.05);
}

.division-modern-image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(12,32,48,0.24), rgba(12,32,48,0));
}

.division-modern-body{
    padding:24px;
    display:flex;
    flex-direction:column;
    flex:1;
    align-items:flex-start;
}

.division-modern-icon{
    width:54px;
    height:54px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e9f7fb;
    color:#0e8eb0;
    font-size:22px;
    margin-bottom:16px;
}

.division-modern-body h3{
    margin-bottom:12px;
    font-size:24px;
    line-height:1.3;
    text-transform:none;
}

.division-modern-body h3 a{
    color:#1f2937;
    text-transform:none;
}

.division-modern-body p{
    color:#5d6c7c;
    line-height:1.85;
    margin-bottom:18px;
    flex:1;
}

.division-modern-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#0e8eb0;
    font-weight:700;
}

.divisions-gallery-modern{
    padding:95px 0;
    background:#fff;
}

.divisions-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:24px;
}

.divisions-gallery-card{
    position:relative;
    overflow:hidden;
    min-height:320px;
    border-radius:22px;
    background:#dde6ec;
    box-shadow:0 16px 40px rgba(15,23,42,0.08);
}

.divisions-gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}

.divisions-gallery-card:hover img{
    transform:scale(1.06);
}

.divisions-gallery-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    padding:24px;
    background:linear-gradient(to top, rgba(11,27,42,0.78), rgba(11,27,42,0.08));
}

.divisions-gallery-text h3{
    color:#fff;
    font-size:20px;
    margin-bottom:8px;
    text-transform:none;
}

.divisions-gallery-text p{
    color:rgba(255,255,255,0.92);
    margin:0;
    line-height:1.7;
}

.divisions-contact-modern{
    padding:95px 0;
    background:linear-gradient(180deg, #f7fbfd 0%, #edf4f8 100%);
}

.division-contact-panel{
    height:100%;
    background:#fff;
    border-radius:28px;
    border:1px solid rgba(226,232,240,0.95);
    box-shadow:0 20px 50px rgba(15,23,42,0.08);
    padding:34px;
}

.division-contact-panel h2{
    font-size:34px;
    line-height:1.25;
    margin-bottom:14px;
    text-transform:none;
}

.division-contact-panel p{
    color:#5d6c7c;
    line-height:1.9;
}

.division-feature-list{
    margin-top:26px;
    display:grid;
    gap:18px;
}

.division-feature-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:18px;
    border-radius:20px;
    background:#f7fbfd;
    border:1px solid #e5eef4;
}

.division-feature-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e9f7fb;
    color:#0e8eb0;
    font-size:18px;
    flex-shrink:0;
}

.division-feature-item h4{
    margin:2px 0 8px;
    font-size:18px;
    text-transform:none;
}

.division-feature-item p{
    margin:0;
    font-size:15px;
    line-height:1.8;
}

.division-modern-form{
    margin-top:24px;
}

.division-modern-form .form-group{
    margin-bottom:18px;
}

.division-modern-form label{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:700;
    color:#334155;
    text-transform:uppercase;
    letter-spacing:.7px;
}

.division-modern-form .form-control{
    width:100%;
    height:54px;
    border-radius:16px;
    border:1px solid #dbe5ed;
    background:#f9fbfd;
    padding:0 16px;
    box-shadow:none;
    transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.division-modern-form textarea.form-control{
    height:auto;
    min-height:130px;
    padding-top:14px;
}

.division-modern-form .form-control:focus{
    border-color:#0e8eb0;
    background:#fff;
    box-shadow:0 0 0 4px rgba(14,142,176,0.10);
}

.division-submit-btn{
    min-width:210px;
    border-radius:999px;
    padding:14px 28px;
    font-weight:700;
}

@media (max-width:1199px){
    .divisions-wide-wrap{
        width:min(100%, calc(100% - 30px));
    }
    .divisions-grid-modern,
    .divisions-gallery-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:991px){
    .divisions-hero-modern,
    .divisions-hero-slider,
    .divisions-hero-slider .divisions-hero-slide{
        min-height:620px;
    }
    .divisions-hero-card{
        padding:30px;
        max-width:100%;
    }
    .division-contact-panel{
        padding:28px;
    }
}

@media (max-width:767px){
    .divisions-wide-wrap{
        width:calc(100% - 20px);
    }
    .divisions-hero-modern,
    .divisions-hero-slider,
    .divisions-hero-slider .divisions-hero-slide{
        min-height:560px;
    }
    .divisions-hero-card{
        padding:24px;
        border-radius:24px;
    }
    .divisions-hero-card h1{
        font-size:30px;
    }
    .divisions-hero-card p{
        font-size:15px;
        line-height:1.75;
    }
    .divisions-main-btn,
    .divisions-secondary-btn{
        width:100%;
        min-width:0;
    }
    .divisions-hero-arrows .hero-arrow{
        display:none;
    }
    .divisions-hero-wave svg{
        height:64px;
    }
    .divisions-grid-modern,
    .divisions-gallery-grid{
        grid-template-columns:1fr;
    }
    .divisions-showcase-modern,
    .divisions-gallery-modern,
    .divisions-contact-modern{
        padding:70px 0;
    }
    .division-modern-image-wrap{
        height:220px;
    }
    .division-contact-panel h2{
        font-size:28px;
    }
    .division-feature-item{
        padding:16px;
    }
}
*/