@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-ExtraLight.woff") format("woff"),
        url("./fonts/PlusJakartaSans-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-ExtraBold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-Bold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-Medium.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-SemiBold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-Regular.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    src:
        url("./fonts/PlusJakartaSans-Light.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 
/* Start of Popins */

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Bold.woff2") format("woff2"),
        url("./fonts/Poppins-Bold.woff") format("woff"),
        url("./fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Medium.woff2") format("woff2"),
        url("./fonts/Poppins-Medium.woff") format("woff"),
        url("./fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Light.woff2") format("woff2"),
        url("./fonts/Poppins-Light.woff") format("woff"),
        url("./fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("./fonts/Poppins-SemiBold.woff") format("woff"),
        url("./fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Thin.woff2") format("woff2"),
        url("./fonts/Poppins-Thin.woff") format("woff"),
        url("./fonts/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Regular.woff2") format("woff2"),
        url("./fonts/Poppins-Regular.woff") format("woff"),
        url("./fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 
* {
    font-family: 'Poppins', sans-serif;
} */
/* .wrapper-construction-pro {
    width: 100%;
} */
:root {
    --font-regular: "Plus Jakarta Sans", sans-serif;
    --font-light: "Plus Jakarta Sans", sans-serif;
    --font-medium: "Plus Jakarta Sans", sans-serif;
    --font-semibold: "Plus Jakarta Sans", sans-serif;
    --font-bold: "Plus Jakarta Sans", sans-serif;
    --construction-primary-color: #121d30;
    --construction-para-color: #180a2f;
    --construction-heading-color: #f97c37;
    --text-white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

picture {
    height: 100%;
    display: block;
}

.construction-font-regular {
    font-family: var(--font-regular);
    font-weight: 400;
}

.construction-font-light {
    font-family: var(--font-light);
    font-weight: 300;
}

.construction-font-medium {
    font-family: var(--font-medium);
    font-weight: 500;
}

.construction-font-semibold {
    font-family: var(--font-semibold);
    font-weight: 600;
}

.construction-opacity-8 {
    opacity: 0.5;
}

.construction-opacity-1 {
    opacity: 1;
}

.construction-font-bold {
    font-family: var(--font-bold);
    font-weight: 700;
}

.construction-primary-color {
    color: var(--construction-primary-color);
}

.construction-para-color {
    color: var(--construction-primary-color);
}

.construction-orange-color {
    color: var(--construction-heading-color);
}

.construction-bg-primary {
    background-color: var(--construction-primary-color);
}

.construction-border-primary {
    border: 1px solid var(--construction-primary-color);
}

.construction-ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media only screen and (max-width: 1699px) {
    .construction-ptb-140 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 1499px) {
    .construction-ptb-140 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
@media only screen and (max-width: 1199px) {
    .construction-ptb-140 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .construction-ptb-140 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-ptb-140 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.construction-pt-140 {
    padding-top: 120px;
}
@media only screen and (max-width: 1699px) {
    .construction-pt-140 {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1499px) {
    .construction-pt-140 {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .construction-pt-140 {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .construction-pt-140 {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-pt-140 {
        padding-top: 35px;
    }
}

.construction-pt-50 {
    padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
    .construction-pt-50 {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-pt-50 {
        padding-top: 35px;
    }
}

.construction-mt-100 {
    margin-top: 100px;
}
@media only screen and (max-width: 1699px) {
    .construction-mt-100 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 1499px) {
    .construction-mt-100 {
        margin-top: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .construction-mt-100 {
        margin-top: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .construction-mt-100 {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-mt-100 {
        margin-top: 30px;
    }
}

.construction-mb-100 {
    margin-bottom: 110px;
}

.construction-font-44 {
    font-size: 44px;
    line-height: 1.3;
}
@media only screen and (max-width: 1600px) {
    .construction-font-44 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px) {
    .construction-font-44 {
        font-size: 30px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .construction-font-44 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.construction-font-40 {
    font-size: 40px;
    line-height: 1.3;
}

.construction-font-16 {
    font-size: 16px;
    line-height: 1.6;
}

.construction-font-18 {
    font-size: 18px;
    line-height: 1.6;
}
@media only screen and (max-width: 991px) {
    .construction-font-18 {
        font-size: 16px;
    }
}

.construction-font-20 {
    font-size: 20px;
    line-height: 1.5;
}

.construction-font-24 {
    font-size: 24px;
    line-height: 1.5;
}

.construction-font-52 {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -0.8px;
}
@media only screen and (max-width: 1024px) {
    .construction-font-52 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-font-52 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .construction-font-52 {
        font-size: 26px;
    }
}

.construction-font-36 {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.8px;
}
@media only screen and (max-width: 1199px) {
    .construction-font-36 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-font-36 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .construction-font-36 {
        font-size: 24px;
    }
}

.construction-font-30 {
    font-size: 30px;
    line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
    .construction-font-30 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .construction-font-30 {
        font-size: 26px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 575px) {
    .construction-font-30 {
        font-size: 24px;
        line-height: 1.2;
    }
}

.construction-bg-orange {
    background-color: #fef2eb;
}

.construction-bg-white {
    background-color: #fff;
}

.construction-text-white {
    color: var(--text-white);
}

.construction-text-orane {
    color: var(--construction-heading-color);
}

.construction-font-green {
    color: #51ba77;
}

.construction-font-sky {
    color: #33b1eb;
}

.construction-font-pink {
    color: #f4668f;
}

.construction-bg-green {
    background-color: #51ba77;
}

.construction-bg-sky {
    background-color: #33b1eb;
}

.construction-bg-pink {
    background-color: #f4668f;
}

.construction-br-20 {
    border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
    .construction-br-20 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .construction-br-20 {
        border-radius: 10px;
    }
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body li {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 1500px) {
    .custom-container {
        max-width: 1470px;
    }
}

.mv-1015 {
    max-width: 1015px;
}

.mv-975 {
    max-width: 975px;
}

.construction-common-headings .common-headings-main {
    border-left: 2px solid var(--construction-heading-color);
    padding-left: 15px;
}

.section-construction-services .construction-common-services .headings-inner-services {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .section-construction-services .construction-common-services .headings-inner-services {
        display: block;
        grid-template-columns: 1fr 1fr;
    }
}
.section-construction-services .construction-common-services .headings-inner-services span {
    display: inline-block;
    width: max-content;
    color: var(--primary-color);
    min-width: 185px;
}
.section-construction-services .construction-common-services .headings-inner-services .construction-key-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-construction-services .construction-common-services .headings-inner-services .construction-key-services li {
    white-space: nowrap;
    padding: 12px 20px;
    border-radius: 99em;
    border: 1px solid #f97c37;
    width: min-content;
    display: block;
}
@media only screen and (max-width: 1199px) {
    .section-construction-services .construction-common-services .headings-inner-services .construction-key-services {
        margin-top: 15px;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .section-construction-services
        .construction-common-services
        .headings-inner-services
        .construction-key-services
        li {
        flex-shrink: 0;
    }
}

.section-construction-services .construction-common-headings .construction-key-services .headings-inner-services {
    display: flex;
    background-color: red;
}

.section-construction-labour-fullscreen {
    position: relative;
    position: relative;
    background: linear-gradient(to top, #fef2eb 50%, #fff 50%);
    overflow: hidden;
}
.section-construction-labour-fullscreen::before {
    content: "";
    position: absolute;
    bottom: 48%;
    left: 0;
    width: 100%;
    height: 260px;
    background: url("./img/svg/curve.svg") no-repeat;
    background-size: 100%;
    z-index: 3;
}
.section-construction-labour-fullscreen .construction-common-fullscreen,
.section-construction-labour-fullscreen .construction-container {
    position: relative;
    z-index: 4;
}

@media only screen and (min-width: 1400px) {
    .section-construction-labour-fullscreen .construction-container {
        max-width: 1300px;
        margin: auto;
    }
}

.section-construction-challenges .challenges-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-challenges .challenges-inner {
        display: block;
        flex: initial;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: calc((100% - 40px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }
    .section-construction-challenges .challenges-inner .challenges-inner-column > div {
        width: 100%;
    }
    .section-construction-challenges .challenges-inner .challenges-inner-column > div:nth-child(1),
    .section-construction-challenges .challenges-inner .challenges-inner-column > div:nth-child(2) {
        width: calc(50% - 10px);
    }
    .section-construction-challenges .challenges-inner .challenges-inner-column > div:nth-child(3) {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column {
        max-width: initial;
        width: 100%;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column .challenges-inner-div {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column .challenges-inner-div {
        padding: 20px 15px;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column.full-height .challenges-inner-div {
    flex: unset;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column:nth-child(2) {
        margin-top: 20px;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column.last-column {
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column.last-column {
        margin-top: 20px;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column.last-column img {
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column.last-column img {
        display: none;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column.last-column .last-column-inner {
    position: absolute;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column.last-column .last-column-inner {
        position: relative;
        bottom: auto;
        padding: 30px 0;
    }
    .section-construction-challenges .challenges-inner .challenges-inner-column.last-column .last-column-inner > * {
        color: #000;
    }
}
.section-construction-challenges .challenges-inner .challenges-inner-column.last-column .last-column-inner > div {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
    .section-construction-challenges .challenges-inner .challenges-inner-column.last-column .last-column-inner {
        width: calc(100% - 40px);
        bottom: 20px;
    }
}

.section-construction-results .inner-challenges-main {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.section-construction-results .inner-challenges-main .inner-challenges-inner {
    padding: 30px;
    background-color: #fef2eb;
}
@media only screen and (max-width: 767px) {
    .section-construction-results .inner-challenges-main .inner-challenges-inner {
        padding: 20px 15px;
    }
}
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(1),
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(2) {
    grid-column: span 3;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(1),
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(2) {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(1),
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(2) {
        margin-bottom: 20px;
    }
}
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(1) .results-icons,
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(2) .results-icons {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(1) .results-icons,
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(2) .results-icons {
        margin-bottom: 20px;
    }
}
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(3),
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(4),
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(5) {
    grid-column: span 2;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(3):last-child,
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(4):last-child,
    .section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(5):last-child {
        margin-bottom: 0;
    }
}
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(3) .results-icons,
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(4) .results-icons,
.section-construction-results .inner-challenges-main .inner-challenges-inner:nth-child(5) .results-icons {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .section-construction-results .inner-challenges-main {
        gap: 25px;
    }
}
@media (max-width: 991px), (max-width: 767px) {
    .section-construction-results .inner-challenges-main {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .section-construction-solutions .row.construction-pt-140,
    .section-construction-solutions .row.construction-ptb-140 {
        border-top: 1px solid #f97c3780;
        margin-top: 30px;
    }
}

.section-construction-solutions .row.construction-pt-140:first-child,
.section-construction-solutions .row.construction-ptb-140:first-child {
    margin-top: 0;
    border: none;
}

.section-construction-solutions .software-tracking-points {
    display: grid;
    grid-template-columns: 1fr 780px;
    gap: 40px;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-construction-solutions .software-tracking-points {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 991px) {
    .section-construction-solutions .software-tracking-points {
        display: block;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-solutions .software-tracking-points {
        display: block;
        grid-template-columns: 1fr 1fr;
    }
}
.section-construction-solutions .software-tracking-points .number {
    font-size: 100px;
    line-height: 100px;
    color: #fef2eb;
    -webkit-text-stroke: 1px #f97c37;
    text-stroke: 1px #f97c37;
    font-weight: bold;
    font-family: "poppins", sans-serif;
}
@media only screen and (max-width: 1024px) {
    .section-construction-solutions .software-tracking-points .number {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-solutions .software-tracking-points .number {
        font-size: 40px;
        line-height: 44px;
    }
}
.section-construction-solutions .software-tracking-points .software-tracking-content .tracking-content li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.section-construction-solutions .software-tracking-points .software-tracking-content .tracking-content li:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #000;
    border-radius: 99em;
    top: 10px;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .section-construction-solutions .software-tracking-points .software-tracking-thumbnail {
        display: none;
    }
}
.section-construction-solutions .software-tracking-points .software-tracking-thumbnail img {
    width: 100%;
    height: auto;
}
.section-construction-solutions .software-tracking-points.thumbnail {
    grid-template-columns: 780px 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-construction-solutions .software-tracking-points.thumbnail {
        grid-template-columns: 1fr 1fr;
    }
}

.section-construction-conclusion .construction-common-headings-cta {
    background: url("./img/webp/ready-streamline-bg.webp") no-repeat;
    background-size: cover;
    position: relative;
}
@media only screen and (min-width: 1600px) {
    .section-construction-conclusion .construction-common-headings-cta {
        height: auto;
    }
}
.section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
    max-width: 715px;
    padding: 70px 25px 160px 70px;
    height: 100%;
}
@media only screen and (max-width: 1600px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        padding: 70px 25px 70px 70px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        max-width: 600px;
        padding: 70px 25px 70px 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        max-width: 700px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        max-width: 600px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        padding: 40px;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion {
        padding: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion h2 {
        max-width: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-conclusion h2 {
        max-width: 650px;
    }
}
.section-construction-conclusion .construction-common-headings-cta .construction-cta {
    width: 625px;
    position: absolute;
    bottom: 0;
    right: 50px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-cta {
        width: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-cta {
        position: absolute;
        width: 300px;
        top: 50%;
        right: 40px;
        transform: translate(0, -50%);
        bottom: auto;
    }
}
@media only screen and (max-width: 767px) {
    .section-construction-conclusion .construction-common-headings-cta .construction-cta {
        width: 100px;
        right: auto;
        left: 0;
    }
}

@media only screen and (min-width: 1500px) {
    .construction-container {
        max-width: 1470px;
        margin: auto;
    }
}
@media screen and (max-width: 1200px) {
    .construction-container {
        width: 1440px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .construction-container {
        width: calc(100% - 80px);
        max-width: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .construction-container {
        width: calc(100% - 60px);
        max-width: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .construction-container {
        width: calc(100% - 40px);
        max-width: none;
    }
}
@media only screen and (max-width: 575px) {
    .construction-container {
        width: 100%;
        max-width: 100%;
    }
}
