@font-face {
    font-family: 'SmartNurseTitleFont';
    src: url('../fonts/file.woff2') format('woff2'),
         url('../fonts/file.woff') format('woff'),
         url('../fonts/file.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.site-header {
    background-color: #fff;
    padding: 1.8rem 0 1.4rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1180px;
}

.logo img {
    height: 128px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}

/* .top-actions removed - login button deleted */

.bottom-actions {
    display: flex;
    align-items: center;
    gap: 2.8rem;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1.9rem;
}

.main-nav a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 0.96rem;
    transition: color 0.3s;
}

.main-nav a:hover, .main-nav a.active {
    color: #9cb75b;
}

.main-nav li {
    position: relative;
}

.main-nav li.has-submenu {
    padding-bottom: 0.55rem;
}

.main-nav .submenu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.9rem 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 200;
}

.main-nav .submenu li {
    width: 100%;
}

.main-nav .submenu a {
    display: block;
    padding: 0.45rem 1rem;
    font-size: 0.92rem;
    white-space: nowrap;
}

.main-nav li.has-submenu:hover > .submenu,
.main-nav li.has-submenu:focus-within > .submenu {
    display: flex;
}

.main-nav .submenu a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.main-nav .submenu a:hover,
.main-nav .submenu a:focus,
.main-nav .submenu a.active {
    background: #fff;
    color: #9cb75b;
    border-color: #9cb75b;
}


.lang-selector select:focus {
    outline: none;
    border-color: #62adb6;
}

/* About Page */
.about-hero-section {
    background: #ffffff;
    padding: 0 0 0.5rem;
    overflow: hidden;
}

.about-hero-topline {
    width: 100%;
    height: 5px;
    background: #ff7c32;
    margin-bottom: 3.2rem;
}

.about-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 3rem;
    align-items: start;
    max-width: 1180px;
}

.about-hero-title-block h1 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-family: 'oswald-medium', 'oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 78px;
    line-height: 0.92;
    font-weight: 400;
    color: #111;
    letter-spacing: 0;
    text-shadow: #c8c8c8 1px 1px 0, #b4b4b4 0 2px 0, #a0a0a0 0 3px 0, rgba(140, 140, 140, 0.5) 0 4px 0, #787878 0 0 0, rgba(0, 0, 0, 0.5) 0 5px 10px;
}

.about-hero-message-block {
    padding-top: 9.35rem;
    text-align: right;
}

.about-hero-message-block h2 {
    font-family: 'oswald-medium', 'oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 44px;
    line-height: 1;
    color: #111;
    font-weight: 700;
    text-shadow: #c8c8c8 1px 1px 0, #b4b4b4 0 2px 0, #a0a0a0 0 3px 0, rgba(140, 140, 140, 0.5) 0 4px 0, #787878 0 0 0, rgba(0, 0, 0, 0.5) 0 5px 10px;
    margin-bottom: 1.65rem;
}

.about-hero-message-line {
    width: min(100%, 39rem);
    height: 6px;
    background: #ff7c32;
    margin: 0 0 2.5rem auto;
}

.about-hero-message-block p {
    color: #ff7c32;
    font-size: 16px;
    line-height: 2.15;
    font-weight: 400;
}

.about-hero-message-block p span {
    display: inline-block;
    margin-bottom: 0.15rem;
}

.about-hero-band-full {
    width: 100%;
    height: 240px;
    margin-top: 1.6rem;
    background-image: url('../images/314d66_9d7ab5c67b72481294e8eb99b141d0d1~mv2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-feature-block {
    background: #fff;
    padding: 6.3rem 0 3.8rem;
}

.about-feature-grid {
    display: grid;
    gap: 3.8rem;
    max-width: 1180px;
}

.about-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    align-items: start;
    gap: 4.25rem;
}

.about-feature-card-about {
    margin-bottom: 0.2rem;
}

.about-feature-card-reverse {
    grid-template-columns: 350px minmax(0, 1fr);
    margin-top: 0.3rem;
}

.about-feature-card-team {
    margin-top: -1rem;
}

.about-feature-copy {
    background: #fff;
    padding-top: 0.8rem;
}

.about-feature-copy h2,
.about-section-title {
    color: #ff7a00;
    font-family: 'SmartNurseTitleFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(2.35rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 2rem;
}

.about-feature-copy p,
.about-section-intro {
    font-size: 1rem;
    line-height: 2.05;
    color: #222;
}

.about-feature-image {
    display: flex;
    justify-content: center;
}

.about-feature-image-square img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.target-audience-divider {
    width: 100%;
    height: 256px;
    background-image: url('../images/11062b_97bed4464bd544e7b335346ae0beeb24~mv2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.target-audience-section {
    padding: 4.9rem 0 4.4rem;
    background: #fff;
}

.about-section-title {
    text-align: center;
    margin-bottom: 1.4rem;
}

.about-section-intro {
    max-width: 980px;
    margin: 0 auto 4.4rem;
    text-align: center;
    color: #111;
    font-size: 1rem;
    line-height: 1.8;
}

.audience-grid-refined {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.6rem;
}

.audience-grid-icons-only {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-align: center;
    gap: 2rem;
}

.audience-item-refined {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.audience-item-icon-only {
    flex: 1 1 0;
}

.audience-icon-wrap {
    width: 100%;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.audience-icon-wrap-svg svg {
    width: 46px;
    height: 46px;
    fill: #0f0d08;
    display: block;
}

.audience-icon-wrap img {
    max-width: 88px;
    max-height: 88px;
    width: auto;
    height: auto;
}

.audience-item-refined h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.03rem;
    line-height: 1.4;
    color: #111;
    font-weight: 400;
}

.service-content-section {
    padding: 0;
    background: #fff;
}

.service-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 620px;
}

.service-content-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content-panel {
    background: #f7f7f2;
    display: flex;
    align-items: center;
}

.service-content-container {
    width: 100%;
    max-width: 680px;
    padding: 4.5rem 2.5rem;
}

.service-content-container .about-section-title {
    margin-bottom: 4rem;
}

.service-grid-refined {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 3.5rem;
    align-items: start;
}

.service-item-refined {
    text-align: center;
    padding: 0;
}

.service-item-wide {
    grid-column: auto;
    max-width: none;
    margin: 0;
}

.service-star {
    color: #111;
    font-size: 3.1rem;
    line-height: 1;
    margin-bottom: 1.6rem;
}

.service-item-refined h3 {
    color: #111;
    font-size: 1.18rem;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-item-refined p {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.55rem;
}

/* Background Section */
.background-section {
    padding: 4rem 0;
    background-color: #fff;
}

.bg-overlap-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.bg-text-card {
    background-color: #d8ecec;
    padding: 3rem 4rem;
    width: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.bg-text-card h2 {
    color: #ff8740;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.bg-text-card p {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333;
}

.bg-image-card {
    width: 60%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

.bg-image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    margin-top: 1rem;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.downloads-section {
    padding: 0 0 5rem;
}

.downloads-divider {
    width: 100%;
    height: 6px;
    background: #ff8740;
    margin-bottom: 3.5rem;
}

.downloads-container {
    max-width: 860px;
}

.downloads-stack {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    align-items: center;
}

.policy-page {
    padding: 0 0 5rem;
}

.policy-container {
    max-width: 980px;
}

.policy-page__header {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 760px;
}

.policy-page__eyebrow {
    color: #9cb75b;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.policy-page__header h1 {
    color: #324158;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.policy-page__intro {
    color: #5e6c7b;
    font-size: 1rem;
    line-height: 1.9;
}

.policy-page__nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.policy-page__nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.85rem 1.25rem;
    border: 1px solid #c8d5df;
    border-radius: 999px;
    text-decoration: none;
    color: #324158;
    background: #fff;
    transition: all 0.25s ease;
}

.policy-page__nav a:hover {
    background: #f4f8fb;
    border-color: #9cb75b;
    color: #223043;
}

.policy-card {
    background: #fff;
    border: 1px solid rgba(81, 108, 131, 0.18);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(38, 56, 74, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

.policy-card__header {
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid #e3ebf1;
}

.policy-card__label {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7f93a7;
    margin-bottom: 0.65rem;
}

.policy-card__header h2 {
    color: #324158;
    font-size: 2rem;
}

.policy-content {
    color: #3d4956;
    line-height: 1.95;
}

.policy-content h3 {
    color: #324158;
    font-size: 1.35rem;
    margin: 2rem 0 0.9rem;
}

.policy-content p {
    margin-bottom: 1rem;
}

.policy-content ol,
.policy-content ul {
    margin: 0 0 1.2rem 1.5rem;
}

.policy-content li {
    margin-bottom: 0.55rem;
}

.policy-content a {
    color: #0f4c5c;
}

.download-panel {
    width: 100%;
    max-width: 780px;
    min-height: 265px;
    border: 1px solid rgba(81, 108, 131, 0.65);
    box-shadow: 0 4px 18px rgba(38, 56, 74, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2.5rem;
}

.download-panel--illustrated {
    background: #d6edf4;
    justify-content: flex-start;
}

.download-panel--plain {
    background: #b8cee3;
}

.download-panel__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
}

.download-panel--illustrated .download-panel__content {
    padding-left: 2.5rem;
}

.download-panel__content--centered {
    max-width: 420px;
}

.download-panel h2 {
    color: #324158;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 58px;
    background: #0f4c5c;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.download-btn:hover {
    background: #0c3d49;
}

.download-panel__figure {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 1.25rem;
}

.nurse-illustration {
    position: relative;
    width: 110px;
    height: 220px;
}

.nurse-illustration__head {
    position: absolute;
    top: 10px;
    left: 41px;
    width: 28px;
    height: 32px;
    background: #b5653a;
    border-radius: 45% 45% 42% 42%;
    z-index: 3;
}

.nurse-illustration__hair {
    position: absolute;
    top: 2px;
    left: 31px;
    width: 48px;
    height: 48px;
    background: #593428;
    border-radius: 45% 55% 48% 52%;
    z-index: 2;
}

.nurse-illustration__body {
    position: absolute;
    top: 46px;
    left: 24px;
    width: 60px;
    height: 102px;
    background: #eef2fb;
    border-radius: 24px 24px 10px 10px;
    z-index: 1;
}

.nurse-illustration__arm {
    position: absolute;
    top: 62px;
    width: 18px;
    height: 72px;
    background: #d8e2fb;
    border-radius: 16px;
    z-index: 0;
}

.nurse-illustration__arm--left {
    left: 10px;
    transform: rotate(30deg);
    transform-origin: top center;
}

.nurse-illustration__arm--right {
    right: 12px;
    transform: rotate(-18deg);
    transform-origin: top center;
}

.nurse-illustration__clipboard {
    position: absolute;
    top: 84px;
    left: 58px;
    width: 24px;
    height: 34px;
    background: #d79b52;
    border-radius: 4px;
    z-index: 2;
}

.nurse-illustration__leg {
    position: absolute;
    top: 138px;
    width: 22px;
    height: 64px;
    background: #8296df;
    border-radius: 10px;
}

.nurse-illustration__leg--left {
    left: 33px;
}

.nurse-illustration__leg--right {
    right: 31px;
}

.nurse-illustration__shoe {
    position: absolute;
    bottom: 6px;
    width: 26px;
    height: 8px;
    background: #6c331a;
    border-radius: 10px;
}

.nurse-illustration__shoe--left {
    left: 27px;
}

.nurse-illustration__shoe--right {
    right: 24px;
}

@media (max-width: 768px) {
    .downloads-divider {
        margin-bottom: 2rem;
    }

    .downloads-section,
    .policy-page {
        padding: 0 0 3.5rem;
    }

    .download-panel {
        min-height: auto;
        padding: 2rem 1.5rem;
        flex-direction: column;
    }

    .download-panel--illustrated {
        justify-content: center;
    }

    .download-panel--illustrated .download-panel__content {
        padding-left: 0;
    }

    .download-panel h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .download-btn {
        min-width: 170px;
        height: 52px;
        font-size: 1.2rem;
    }

    .download-panel__figure {
        margin: 1.5rem 0 0;
        width: 120px;
    }

    .nurse-illustration {
        transform: scale(0.9);
        transform-origin: top center;
    }

    .policy-card {
        padding: 1.5rem;
        border-radius: 14px;
    }

    .policy-page__header h1 {
        font-size: 2rem;
    }

    .policy-card__header h2 {
        font-size: 1.6rem;
    }
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.btn-outline:hover {
    background-color: #333;
    color: #fff;
}

/* Section Titles */
.section-title {
    text-align: center;
    color: #ff8740;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 4rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80%;
    max-width: 800px;
    height: 1px;
    background-color: #999;
    margin: 1.5rem auto 0;
}

/* Advantages Section */
.advantages-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.advantage-box {
    position: relative;
}

.advantage-box h4 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.advantage-box p {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.6;
}

.advantage-box.left {
    text-align: left;
    padding-right: 2rem;
}

.advantage-box.right {
    text-align: left;
    padding-left: 2rem;
}

.advantage-center-img {
    flex: 0 0 350px;
    text-align: center;
}

.advantage-center-img img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .advantages-layout {
        flex-direction: column;
    }
    .advantage-center-img {
        order: -1;
        margin-bottom: 3rem;
    }
    .advantage-box.left, .advantage-box.right {
        padding: 0;
        text-align: center;
    }
}

/* Target Audience Section */
.target-audience-section {
    padding: 4rem 0;
    background-color: #f4f7f6;
}

.target-audience-section h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.audience-item {
    background: #fff;
    padding: 2rem;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.icon-placeholder {
    width: 80px;
    height: 80px;
    background-color: #e9ecef;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

/* Contact Section */
.form-row {
    margin-bottom: 1.5rem;
}

.form-row.two-cols {
    display: flex;
    gap: 2rem;
}

.form-row.two-cols .form-group {
    flex: 1;
}

.custom-input {
    margin-bottom: 1rem;
}

.custom-input label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #333;
}

.custom-input input, .custom-input textarea {
    width: 100%;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid #333;
    background-color: transparent;
    font-family: inherit;
    font-size: 0.9rem;
    color: #333;
    transition: border-color 0.3s;
}

.custom-input input:focus, .custom-input textarea:focus {
    outline: none;
    border-bottom-color: #ff8740;
}

.custom-input input::placeholder, .custom-input textarea::placeholder {
    color: #999;
}

.btn-submit-black {
    background-color: #111;
    color: #fff;
    width: 100%;
    padding: 1rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 1rem;
}

.btn-submit-black:hover {
    background-color: #333;
}

@media (max-width: 600px) {
    .form-row.two-cols {
        flex-direction: column;
        gap: 0;
    }
}

/* Footer */
.site-footer {
    background-color: #fff;
    color: #111;
    padding: 2rem 0;
    text-align: center;
}

.footer-content p {
    margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .main-nav .submenu {
        position: static;
        display: flex;
        min-width: 0;
        padding: 0.35rem 0 0 0.75rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .main-nav .submenu a {
        padding: 0.2rem 0;
    }

    .site-header {
        padding: 1rem 0;
    }

    .site-header .container {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .logo img {
        height: 92px;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .bottom-actions {
        gap: 1.2rem;
        flex-direction: column;
    }
    
    .contact-section .container {
        flex-direction: column;
    }

    .about-hero-section {
        padding-bottom: 0;
    }

    .about-hero-topline {
        margin-bottom: 2rem;
    }

    .about-hero-layout,
    .about-feature-card,
    .about-feature-card-reverse,
    .service-grid-refined {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-content-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .service-content-image-wrap {
        min-height: 320px;
    }

    .service-content-container {
        padding: 3rem 1.5rem;
    }

    .target-audience-divider {
        height: 180px;
    }

    .audience-grid-refined {
        gap: 2rem;
    }

    .audience-grid-icons-only {
        flex-wrap: wrap;
        justify-content: center;
    }

    .audience-item-icon-only {
        flex: 0 1 44%;
    }

    .about-hero-title-block h1,
    .about-hero-message-block,
    .about-feature-copy {
        text-align: left;
    }

    .about-hero-message-block {
        padding-top: 0;
    }

    .about-hero-title-block h1 {
        font-size: clamp(3.2rem, 13.2vw, 4.9rem);
        line-height: 0.94;
    }

    .about-hero-message-block h2 {
        font-size: clamp(2rem, 8vw, 2.45rem);
        line-height: 1.02;
    }

    .about-hero-message-line {
        margin-left: 0;
        margin-right: 0;
    }

    .about-hero-message-block p br {
        display: none;
    }

    .about-hero-band-full {
        height: 120px;
        margin-top: 2rem;
        background-position: center;
    }

    .about-feature-block,
    .target-audience-section,
    .service-content-section {
        padding: 3rem 0;
    }

    .about-feature-image {
        order: 2;
    }

    .about-feature-image-square img {
        max-width: 100%;
    }
}