:root {
    --alutek-page-blue: #0290D4;
    --alutek-page-blue-deep: #006FA6;
    --alutek-page-navy: #041B2D;
    --alutek-page-ink: #142B3A;
    --alutek-page-muted: #657985;
    --alutek-page-ice: #F1F7FA;
    --alutek-page-line: rgba(4, 27, 45, .13);
}

.alutek-service-page {
    background: var(--alutek-page-ice);
    color: var(--alutek-page-ink);
    overflow: clip;
}

.alutek-service-page .alutek-page-hero {
    min-height: 570px;
    padding: 205px 0 86px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    isolation: isolate;
}

.alutek-service-page .alutek-page-hero::before {
    z-index: -1;
    background: linear-gradient(100deg, rgba(4, 27, 45, .98) 0%, rgba(4, 27, 45, .82) 48%, rgba(4, 27, 45, .32) 100%);
}

.alutek-service-page .alutek-page-hero-detail::before {
    background: linear-gradient(100deg, rgba(4, 27, 45, .96) 0%, rgba(4, 27, 45, .68) 55%, rgba(4, 27, 45, .38) 100%);
}

.alutek-service-page .page-heading {
    /*max-width: 1050px;*/
}

.alutek-page-kicker,
.alutek-card-label,
.alutek-detail-index {
    display: inline-block;
    color: var(--alutek-page-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.alutek-service-page .breadcrumb-list {
    margin: 18px 0 25px;
}

.alutek-service-page .breadcrumb-list li,
.alutek-service-page .breadcrumb-list li a {
    color: rgba(255, 255, 255, .76);
}

.alutek-service-page .breadcrumb-list li i,
.alutek-service-page .breadcrumb-list li a:hover {
    color: var(--alutek-page-blue);
}

.alutek-service-page .breadcrumb-title {
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 7vw, 108px);
    line-height: .9;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.alutek-page-lead {
    margin: 28px 0 0;
    color: #C5D3DA;
    font-size: 17px;
    line-height: 1.8;
}

.alutek-service-page .alutek-service-index {
    background: var(--alutek-page-ice);
}

.alutek-service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--alutek-page-line);
    border-radius: 0;
    box-shadow: 0 18px 45px rgba(4, 27, 45, .06);
}

.alutek-service-card .service-thumb {
    display: block;
    position: relative;
    min-height: 245px;
    overflow: hidden;
}

.alutek-service-card .service-thumb > img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.alutek-card-number {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    min-width: 48px;
    min-height: 48px;
    display: grid;
    place-items: center;
    background: var(--alutek-page-blue);
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.alutek-service-card .service-content {
    min-height: 285px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.alutek-service-card .service-content h2 {
    margin: 13px 0 14px;
    font-size: 29px;
    line-height: 1.08;
}

.alutek-service-card .service-content h2 a {
    color: var(--alutek-page-ink);
}

.alutek-service-card .service-content h2 a:hover {
    color: var(--alutek-page-blue);
}

.alutek-service-card .service-content p {
    margin: 0 0 24px;
    color: var(--alutek-page-muted);
    font-size: 14px;
    line-height: 1.7;
}

.alutek-card-link,
.alutek-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: var(--alutek-page-blue-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.alutek-card-link:hover,
.alutek-sidebar-link:hover {
    color: var(--alutek-page-navy);
}

.alutek-service-cta {
    padding: 82px 0;
    background: var(--alutek-page-navy);
    color: #fff;
}

.alutek-service-cta .container {
    display: grid;
    grid-template-columns: .55fr 2fr auto;
    gap: 40px;
    align-items: center;
}

.alutek-service-cta .container > span {
    color: var(--alutek-page-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
}

.alutek-service-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 65px);
    line-height: .95;
    text-transform: uppercase;
}

.alutek-service-page .service-details-section,
.alutek-service-page .project-details-section {
    background: #fff;
}

.alutek-service-page .service-details-thumb img,
.alutek-service-page .project-details-thumb img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.alutek-detail-index {
    margin-top: 35px;
}

.alutek-service-page .service-details-wrapper .title,
.alutek-service-page .project-details-wrapper .title {
    margin-top: 12px;
    color: var(--alutek-page-ink);
}

.alutek-richtext {
    color: #52636C;
    font-size: 16px;
    line-height: 1.9;
}

.alutek-richtext h2,
.alutek-richtext h3,
.alutek-richtext h4 {
    margin: 34px 0 14px;
    color: var(--alutek-page-ink);
}

.alutek-richtext ul,
.alutek-richtext ol {
    padding-left: 20px;
}

.alutek-richtext a {
    color: var(--alutek-page-blue-deep);
    text-decoration: underline;
}

.alutek-detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid var(--alutek-page-line);
}

.alutek-detail-gallery a {
    aspect-ratio: 1.2;
    overflow: hidden;
}

.alutek-detail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.alutek-detail-gallery a:hover img {
    transform: scale(1.055);
}

.alutek-service-feature { position:relative; margin:0 0 44px; min-height:520px; overflow:hidden; }
.alutek-service-feature > img { width:100%; height:520px; object-fit:cover; }
.alutek-service-feature__zoom { display:block; }
.alutek-service-feature__zoom img { width:100%; height:520px; object-fit:cover; cursor:zoom-in; }
.alutek-service-feature::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(0deg,rgba(4,27,45,.9),transparent); }
.alutek-service-feature figcaption { position:absolute; z-index:1; left:34px; right:34px; bottom:30px; display:flex; align-items:end; justify-content:space-between; gap:30px; color:#fff; }
.alutek-service-feature figcaption span { color:#65c8f1; font-size:11px; font-weight:800; letter-spacing:.16em; }
.alutek-service-feature figcaption strong { max-width:70%; font:600 clamp(30px,4vw,52px)/.95 "Barlow Condensed",sans-serif; text-align:right; text-transform:uppercase; }
.alutek-service-editorial__intro { display:grid; grid-template-columns:150px minmax(0,1fr); gap:30px; align-items:start; }
.alutek-service-editorial__intro .title { margin:0 0 30px!important; font-size:clamp(42px,5vw,66px); line-height:.98; }
.alutek-service-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:10px 0 42px; border-top:1px solid var(--alutek-page-line); border-left:1px solid var(--alutek-page-line); }
.alutek-service-proof > div { min-height:130px; display:flex; flex-direction:column; justify-content:space-between; gap:20px; padding:23px; border-right:1px solid var(--alutek-page-line); border-bottom:1px solid var(--alutek-page-line); }
.alutek-service-proof span { color:var(--alutek-page-blue); font:600 18px/1 "Barlow Condensed",sans-serif; }
.alutek-service-proof strong { color:var(--alutek-page-ink); font-size:14px; line-height:1.35; }
.alutek-service-capability-panel { margin: 0 0 46px; padding: 30px; background: var(--alutek-page-navy); color: #fff; }
.alutek-service-capability-panel__head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:26px; }
.alutek-service-capability-panel__head h2 { max-width:520px; margin:0; color:#fff; font:600 clamp(32px,4vw,52px)/.98 "Barlow Condensed",sans-serif; }
.alutek-service-capability-panel ol { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.17); border-left:1px solid rgba(255,255,255,.17); }
.alutek-service-capability-panel li { min-height:112px; display:flex; flex-direction:column; justify-content:space-between; gap:18px; padding:18px; border-right:1px solid rgba(255,255,255,.17); border-bottom:1px solid rgba(255,255,255,.17); }
.alutek-service-capability-panel li span { color:#65c8f1; font:600 16px/1 "Barlow Condensed",sans-serif; }
.alutek-service-capability-panel li strong { color:#fff; font-size:13px; line-height:1.35; }
.alutek-service-copy { padding-left:180px; }

.alutek-detail-sidebar {
    position: sticky;
    top: 120px;
}

.alutek-detail-sidebar .sideber-box {
    border-top: 4px solid var(--alutek-page-blue);
}

.alutek-detail-sidebar .project-categories li {
    color: var(--alutek-page-muted);
}

.alutek-detail-sidebar .project-categories li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: inherit;
}

.alutek-detail-sidebar .project-categories li.is-active,
.alutek-detail-sidebar .project-categories li:hover,
.alutek-detail-sidebar .project-categories li:hover a {
    color: var(--alutek-page-blue-deep);
}

.alutek-detail-sidebar .sideber-call-box {
    background: var(--alutek-page-navy);
}

.alutek-detail-sidebar .sideber-call-box .title-2 {
    color: #fff;
}

.alutek-detail-sidebar .sideber-call-box p {
    color: #B9CAD2;
}

.alutek-detail-sidebar .alutek-sidebar-link {
    margin-top: 22px;
    color: #65C8F1;
}

.alutek-sector-index {
    background: var(--alutek-page-ice);
}

.alutek-sector-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--alutek-page-line);
}

.alutek-sector-card .project-thumb {
    min-height: 410px;
}

.alutek-sector-card .project-thumb > img {
    height: 410px;
    object-fit: cover;
}

.alutek-sector-card .project-content {
    padding: 30px 32px 34px;
}

.alutek-sector-card .project-content .sm-text {
    color: var(--alutek-page-blue-deep);
}

.alutek-sector-card .project-content .title {
    margin: 10px 0 14px;
}

.alutek-sector-card .project-content p {
    margin-bottom: 22px;
    color: var(--alutek-page-muted);
    line-height: 1.7;
}

.alutek-sector-lead {
    margin: 5px 0 26px;
    color: var(--alutek-page-ink);
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 500;
    line-height: 1.55;
}

.alutek-service-page .project-details-wrapper .title-2 {
    margin-top: 42px;
}

/* Calm, editorial industry index */
.alutek-sector-list-section { background: #fff; }
.alutek-sector-list { border-top: 1px solid var(--alutek-page-line); }
.alutek-sector-row {
    display: grid;
    grid-template-columns: 70px 170px minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 34px 0;
    border-bottom: 1px solid var(--alutek-page-line);
}
.alutek-sector-row__number { color: var(--alutek-page-blue); font: 600 20px/1 "Barlow Condensed",sans-serif; }
.alutek-sector-row__image { display:block; width:170px; height:112px; overflow:hidden; background:var(--alutek-page-navy); }
.alutek-sector-row__image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease, filter .45s ease; }
.alutek-sector-row:hover .alutek-sector-row__image img { transform:scale(1.06); filter:saturate(1.12); }
.alutek-sector-row__copy h2 { margin: 0 0 9px; font-size: clamp(30px,3vw,46px); line-height: 1; }
.alutek-sector-row__copy h2 a { color: var(--alutek-page-ink); }
.alutek-sector-row__copy h2 a:hover { color: var(--alutek-page-blue-deep); }
.alutek-sector-row__copy p { max-width: 720px; margin: 0; color: var(--alutek-page-muted); line-height: 1.65; }
.alutek-sector-row__action { min-width: 168px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:var(--alutek-page-ink); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.alutek-sector-row__action i { width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--alutek-page-line); color:var(--alutek-page-blue); transition:.25s ease; }
.alutek-sector-row:hover .alutek-sector-row__action i { background:var(--alutek-page-blue); border-color:var(--alutek-page-blue); color:#fff; }

.alutek-sector-article { background:#fff; }
.alutek-sector-document { max-width:850px; }
.alutek-sector-document__heading { margin:12px 0 18px; color:var(--alutek-page-ink); font-size:clamp(42px,5vw,68px); line-height:.98; }
.alutek-sector-feature { position:relative; min-height:390px; margin:0 0 28px; overflow:hidden; border-radius:12px; background:var(--alutek-page-navy); }
.alutek-sector-feature img { width:100%; height:390px; object-fit:cover; transition:transform .5s ease; }
.alutek-sector-feature::after { content:""; position:absolute; inset:44% 0 0; background:linear-gradient(0deg,rgba(4,27,45,.9),transparent); }
.alutek-sector-feature figcaption { position:absolute; z-index:1; left:25px; right:25px; bottom:22px; display:flex; align-items:end; justify-content:space-between; gap:20px; color:#fff; }
.alutek-sector-feature figcaption span { color:#65c8f1; font-size:11px; font-weight:800; letter-spacing:.15em; }
.alutek-sector-feature figcaption strong { font:600 clamp(28px,3vw,44px)/.95 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.alutek-sector-proof-grid { margin:0 0 34px; }
.alutek-sector-proof-grid > div { min-height:112px; }
.alutek-doc-content .sector-doc-title { display:none; }
.alutek-doc-content h2 { font-size:clamp(31px,3vw,44px); line-height:1.08; }
.alutek-doc-content p { margin:0 0 24px; }
.alutek-doc-content { max-width:780px; }
.alutek-sector-sidebar { max-height:none; overflow:visible; }
.alutek-sector-sidebar__list { padding:36px 32px; border-top:4px solid var(--alutek-page-blue); border-radius:12px; background:var(--alutek-page-ice); }
.alutek-sector-sidebar__list h2 { margin:9px 0 24px; font-size:38px; }
.alutek-sector-sidebar__list ul { margin:0; padding:0; list-style:none; border-top:1px solid var(--alutek-page-line); }
.alutek-sector-sidebar__list li { border-bottom:1px solid var(--alutek-page-line); }
.alutek-sector-sidebar__list a { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:14px 0; color:var(--alutek-page-ink); font-size:14px; line-height:1.35; }
.alutek-sector-sidebar__list a i { color:var(--alutek-page-blue); }
.alutek-sector-sidebar__list a:hover { color:var(--alutek-page-blue-deep); padding-left:5px; }
.alutek-sector-sidebar .sideber-call-box { margin-top:22px; padding:38px 32px; border-radius:12px; background:var(--alutek-page-navy); }
.alutek-sector-sidebar .sideber-call-box h3 { margin:0 0 14px; color:#fff; font-size:36px; }
.alutek-sector-sidebar .sideber-call-box p { color:#b9cad2; line-height:1.7; }
.alutek-sector-sidebar .sideber-call-box a { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:23px; color:#65c8f1; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.alutek-sector-feature__zoom { display:block; }
.alutek-sector-feature__zoom img { cursor:zoom-in; }
.alutek-sector-side-gallery { margin-top:22px; padding:28px; border-radius:12px; background:var(--alutek-page-ice); }
.alutek-sector-doc-gallery { margin-top:34px; padding-top:26px; border-top:1px solid var(--alutek-page-line); }
.alutek-sector-doc-gallery h3 { margin:0 0 20px; font-size:clamp(28px,3vw,40px); line-height:1.05; }
.alutek-sector-doc-gallery__grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.alutek-sector-doc-gallery__grid a { display:block; height:200px; overflow:hidden; border-radius:12px; }
.alutek-sector-doc-gallery__grid img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.alutek-sector-doc-gallery__grid a:hover img { transform:scale(1.05); }
.alutek-sector-side-gallery__grid { display:grid; grid-template-columns:1fr; gap:12px; }
.alutek-sector-side-gallery__grid a { position:relative; display:block; height:210px; overflow:hidden; border-radius:12px; }
.alutek-sector-side-gallery__grid a::after { content:""; position:absolute; left:0; right:0; bottom:0; height:62%; background:linear-gradient(0deg,rgba(4,27,45,.88),transparent); }
.alutek-sector-side-gallery__cap { position:absolute; z-index:1; left:14px; right:14px; bottom:12px; color:#fff; font-size:13px; font-weight:700; line-height:1.35; }
.alutek-sector-side-gallery__grid img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.alutek-sector-side-gallery__grid a:hover img { transform:scale(1.06); }

@media (max-width: 991px) {
    .alutek-sector-row { grid-template-columns:52px 130px minmax(0,1fr); }
    .alutek-sector-row__image { width:130px; height:92px; }
    .alutek-sector-row__action { grid-column:3; justify-content:flex-start; }
    .alutek-sector-sidebar { max-height:none; overflow:visible; }
    .alutek-sector-feature,.alutek-sector-feature img { min-height:310px; height:310px; }
}
@media (max-width: 575px) {
    .alutek-service-feature,.alutek-service-feature > img { min-height:380px; height:380px; }
    .alutek-service-feature figcaption { left:20px; right:20px; bottom:20px; display:block; }
    .alutek-service-feature figcaption strong { max-width:none; display:block; margin-top:8px; text-align:left; }
    .alutek-service-editorial__intro { grid-template-columns:1fr; gap:10px; }
    .alutek-service-proof { grid-template-columns:1fr; }
    .alutek-service-proof > div { min-height:92px; }
    .alutek-service-capability-panel { padding:22px; }
    .alutek-service-capability-panel__head { display:block; }
    .alutek-service-capability-panel__head h2 { margin-top:10px; }
    .alutek-service-capability-panel ol { grid-template-columns:1fr 1fr; }
    .alutek-service-copy { padding-left:0; }
    .alutek-sector-row { grid-template-columns:38px 92px minmax(0,1fr); gap:14px; padding:27px 0; }
    .alutek-sector-row__image { width:92px; height:76px; }
    .alutek-sector-row__action span { display:none; }
    .alutek-sector-row__action { grid-column:3; min-width:0; }
    .alutek-sector-gallery__head { display:block; }
    .alutek-sector-gallery__head h2 { margin-top:8px; }
    .alutek-sector-gallery__grid { grid-template-columns:1fr; }
    .alutek-sector-gallery__grid a,.alutek-sector-gallery__grid a:first-child { grid-column:auto; min-height:240px; }
    .alutek-sector-feature,.alutek-sector-feature img { min-height:250px; height:250px; }
    .alutek-sector-feature figcaption { display:block; left:18px; right:18px; bottom:18px; }
    .alutek-sector-feature figcaption strong { display:block; margin-top:7px; }
    .alutek-sector-proof-grid { grid-template-columns:1fr; }
}

.alutek-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-top: 1px solid var(--alutek-page-line);
    border-left: 1px solid var(--alutek-page-line);
}

.alutek-value-grid > div {
    min-height: 145px;
    padding: 25px;
    border-right: 1px solid var(--alutek-page-line);
    border-bottom: 1px solid var(--alutek-page-line);
}

.alutek-value-grid span {
    display: block;
    margin-bottom: 24px;
    color: var(--alutek-page-blue);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 28px;
}

.alutek-value-grid strong {
    color: var(--alutek-page-ink);
    font-size: 15px;
}

.alutek-process-section {
    position: relative;
    background: var(--alutek-page-navy);
    color: #fff;
}

.alutek-process-section .section-title h2 {
    max-width: 800px;
    color: #fff;
}

.alutek-process-section .sub-title,
.alutek-process-mark {
    color: #65C8F1;
}

.alutek-process-mark {
    align-self: flex-end;
    padding-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}

.alutek-process-grid {
    margin-top: 58px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.alutek-process-card {
    min-height: 350px;
    height: 100%;
    position: relative;
    padding: 34px 30px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    transition: background .3s ease, transform .3s ease;
}

.alutek-process-card:hover {
    background: rgba(2, 144, 212, .11);
    transform: translateY(-5px);
}

.alutek-process-card > span {
    display: block;
    margin-bottom: 62px;
    color: #65C8F1;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 42px;
    line-height: 1;
}

.alutek-process-card h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
}

.alutek-process-card p {
    margin: 16px 0 0;
    color: #AFC0C8;
    font-size: 14px;
    line-height: 1.75;
}

.alutek-process-card > i {
    position: absolute;
    right: 26px;
    bottom: 25px;
    color: var(--alutek-page-blue);
}

.alutek-service-page[dir="rtl"] .breadcrumb-list,
.alutek-service-page[dir="rtl"] .service-content,
.alutek-service-page[dir="rtl"] .project-content,
.alutek-service-page[dir="rtl"] .alutek-richtext,
.alutek-service-page[dir="rtl"] .sideber-box,
.alutek-process-section[dir="rtl"] {
    text-align: right;
}

.alutek-service-page[dir="rtl"] .breadcrumb-list li i,
.alutek-service-page[dir="rtl"] .alutek-card-link i,
.alutek-service-page[dir="rtl"] .alutek-sidebar-link i,
.alutek-process-section[dir="rtl"] .alutek-process-card > i {
    transform: scaleX(-1);
}

.alutek-service-page[dir="rtl"] .alutek-card-number {
    right: auto;
    left: 18px;
}

.alutek-process-section[dir="rtl"] .alutek-process-card > i {
    right: auto;
    left: 26px;
}

@media (max-width: 1199px) {
    .alutek-service-page .alutek-page-hero { min-height: 500px; padding: 175px 0 72px; }
    .alutek-service-cta .container { grid-template-columns: 1fr 2fr; }
    .alutek-service-cta .theme-btn { grid-column: 2; justify-self: start; }
    .alutek-detail-sidebar { position: static; }
}

@media (max-width: 767px) {
    .alutek-service-page .alutek-page-hero { min-height: 440px; padding: 145px 0 60px; }
    .alutek-service-page .breadcrumb-title { font-size: clamp(46px, 15vw, 66px); }
    .alutek-page-lead { font-size: 15px; }
    .alutek-service-card .service-content { min-height: auto; }
    .alutek-service-cta .container { display: block; }
    .alutek-service-cta h2 { margin: 18px 0 28px; }
    .alutek-service-page .service-details-thumb img,
    .alutek-service-page .project-details-thumb img { height: 340px; }
    .alutek-detail-gallery,
    .alutek-value-grid { grid-template-columns: 1fr; }
    .alutek-process-section .section-title-area { display: block; }
    .alutek-process-mark { display: block; margin-top: 20px; }
    .alutek-process-card { min-height: 300px; }
}
