@media (min-width: 1550px) {
    .lp-container,
    .lp #masthead .custom-container {
        max-width: 1520px;
    }
}

.site {
    overflow-x: unset;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.125rem;
    color: #5A5A5A;
    letter-spacing: 0;
}

p {
    font-size: 1.125rem;
    color: #5A5A5A;
}

.footer .btn-danger {
    display: flex;
    align-items: center;
}

.normal-text {
    font-weight: 400;
}

.nav-holder {
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .overlay {
    padding: 180px 0;
    color: #fff;
    font-size: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .overlay p {
    color: #fff;
}

.saving-section {
    padding: 140px 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
}

.why-build {
    padding: 140px 0 215px;
}

.why-build h2 {
    text-align: center;
    margin-bottom: 6.25rem;
}

.reasons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.reason {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    text-align: center;
    padding: 48px 24px;
    flex: 1 0 0;
    max-width: 301px;
    font-size: 1.125rem;
}

.reason img,
.service img {
    max-width: 56px;
    margin: 0px auto;
}

.reason h3,
.service h3,
.tour-content h3 {
    color: #24272a;
    text-transform: uppercase;
    line-height: 150%;
    font-size: 1.125rem;
    letter-spacing: 0.05rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    flex: 1 1 25%;
    max-width: 25%;
}

.services {
    background: #fff;
    padding: 140px 0 200px;

}

.services h2 {
    text-align: center;
    margin-bottom: 130px;
}

.service-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33% - 40px);
}

.service h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.why-modular {
    background-color: #15284C;
    color: #fff;
    padding: 142px 0 240px;
    background-position: bottom center;
    background-repeat: repeat-x;
}

.why-modular h2 {
    color: #fff;
    margin-bottom: 36px;

}

.why-modular p {
    color: #fff;
}

.columns {
    margin-top: 110px;
    display: flex;
    gap: 36px;
    font-size: 1.125rem;
}

.columns > div {
    border-left: 1px solid #fff;
    padding-left: 36px;
}

.columns h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 24px;
}

.tours {
    background: #fff;
    padding: 127px 0;
}

.tour-listings {
    display: flex;
    gap: 20px;
}

.tour-listing {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    overflow: hidden;
    flex: 1 0 calc(50% - 20px);
    width: calc(50% - 20px);
}

.tour-content {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    gap: 48px;
    height: 100%;
    text-align: center;
    justify-content: space-between;
}

.tour-content h3 {
    margin-bottom: 20px;
}

.tour-content div:last-child {
    border-top: 1px solid #e8e8e8;
    padding-top: 48px;
}

.tour-content a {
    padding: 16px 45px 16px 36px;
    background-color: #15284C;
    color: #fff;
    background-position: center right 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='17' viewBox='0 0 17 16'%3E%3Cpath d='M12.6713 8.53031L6.59805 14.6035C6.30514 14.8964 5.83027 14.8964 5.53739 14.6035L4.82905 13.8952C4.53664 13.6028 4.53608 13.1289 4.8278 12.8358L9.64095 7.99997L4.8278 3.16419C4.53608 2.87109 4.53664 2.39719 4.82905 2.10478L5.53739 1.39644C5.8303 1.10353 6.30517 1.10353 6.59805 1.39644L12.6713 7.46966C12.9642 7.76253 12.9642 8.23741 12.6713 8.53031Z' fill='white'/%3E%3C/svg%3E");
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.above-heading {
    margin-bottom: 24px;
    color: #d02b2f;
    text-transform: uppercase;
    font-weight: 700;
}

.contact {
    padding: 211px 0;
}

.gform_wrapper {
    background: #fff;
    padding: 48px;
}

.gform_wrapper .gform_title {
    display: none;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper .gfield input[type="tel"],
body .gform_wrapper .gfield input[type="email"],
body .gform_wrapper .gfield textarea {
    padding: 10px !important;
    border-radius: 5px !important;
}

.gform_legacy_markup_wrapper .top_label .gfield_label, 
.gform_legacy_markup_wrapper legend.gfield_label {
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    color: #5a5a5a;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin: 20px 0 !important;
}

.footer {
    background: #fff;
    padding: 53px 0;
    color: #a1a8ad;
}

.footer .footer-section {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.footer .footer-section-lower {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer .mt-5 {
    margin-top: 3rem !important;
}

.footer-section-lower .social {
    display: flex;
    gap: 10px;
}

.bottom-image {
    background-position: center;
    overflow: hidden;
}

.bottom-image img {
    opacity: 0;
}

@media (max-width: 1120px) {
    .saving-section img {
        max-width: 100%;
    }
}

@media (max-width: 996px) {
    .reasons {
        flex-wrap: wrap;
    }

    .reason {
        flex: 0 0 calc(50% - 20px);
        max-width: unset;
    }
}
@media (max-width: 700px) {

    h2 {
        font-size: 2.75rem;
    }
    .services h2 {
        margin-bottom: 50px;
    }
    .service-listing {
        gap: 30px;
    }
    .service {
        flex: 1 1 calc(50% - 30px)
    }

    .columns {
        flex-direction: column;
        margin-top: 50px;
    }

    .columns div {
        padding-top: 10px;
    }

    .why-build {
        padding: 100px 0 125px;
    }

    .gallery img {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 550px) {
    h1 { 
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
    .banner .overlay {
        padding: 100px 0;
        background-size: cover;
    }

    .reason {
        flex: 0 0 100%;
    }

    .service {
        flex: 1 1 100%;
    }

    .why-build h2 { 
        margin-bottom: 4rem;
    }

    .services,
    .why-modular,
    .saving-section,
    .tours,
    .contact {
        padding: 100px 0;
    }

    .tours {
        padding-top: 75px;
    }
    h2 {
        margin-bottom: 2rem !important;
    }

    .tour-listings {
        flex-direction: column;
    }

    .tour-listing { 
        flex: 1 1 100%;
        width: 100%;
    }
    .bottom-image {
        height: auto !important;
        background-image: none !important;
    }
    .bottom-image img {
        opacity: 1;
        max-width: 100%;
    }
}