@media(min-width: 1440px) {
    .faq-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
        align-items: flex-start;
    }

    .faq-item {
        background: var(--secondary-color);
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: calc(50% - 20px);
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

    .faq-question {
        font-weight: 500;
        font-size: 25px;
        color: var(--primary-color);
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        margin-top: 10px;
        display: none;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.5;
    }

    .faq-open .faq-icon {
        transform: rotate(180deg);
    }

    .faq-open .faq-answer {
        display: block;
    }

    .section-flex {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .cutout {
        width: 640px;
    }

    .section-flex-right img {
        width: 400px;
    }

    .section-flex-right {
        max-width: 50%;
    }

    .section-flex-right p {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .form-section {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        background-color: var(--primary-color);
    }

    .form-media-side {
        background-size: cover;
        background-position: 50% 0%;
        background-image: url('../../assets/slideshow/16.jpg');
    }

    .form-section iframe {
        height: 100%;
        width: 100%;
    }

    .form-content-side {
        padding: 50px 10%;
    }

    .form-content-side h4 {
        font-size: 25px;
        font-weight: 400;
        color: var(--secondary-color);
        text-align: center;
        max-width: 500px;
        margin: 20px auto;
    }

    .section-slideshow {
        width: 100%;
        height: 100%;
    }

    .section-slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .on-page-form {
        background-color: var(--accent-color);
        padding: 40px;
        border-radius: 2px;
    }

    .gallery-slideshow {
        margin: 25px auto;
    }

    .gallery-slide {
        width: 100%;
        height: 360px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-section {
        background: #fff;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        min-height: 600px;
        margin: 0;
    }

    .half-picture-img {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-text {
        padding: 50px 50px 50px 20%;
    }

    .half-picture-text h2 {
        font-size: 40px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .half-picture-text ul {
        list-style-type: none;
    }

    .half-picture-text li {
        margin: 10px 0;
        font-size: 20px;
        font-weight: 400;
        color: var(--light-font-color);
    }

    .big-text-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        max-width: 1000px;
        margin: 15px auto;
    }

    .big-text-container div {
        display: flex;
        flex-direction: column;
    }

    .big-text-container h5 {
        color: var(--secondary-color);
        font-size: 80px;
        font-weight: 500;
        text-align: center;
    }

    .big-text-container h6 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .testimonial-container {
        width: 800px;
        margin: 0 auto;
    }

    .testimonial-item {
        background-color: var(--blue-light);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-testimonial-item {
        background-color: var(--blue-highlight);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-media {
        width: 30%;
        height: 100%;
        overflow: hidden;
    }

    .testimonial-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-text {
        width: 70%;
        height: 100%;
        overflow: hidden;
        padding: 50px;
    }

    .testimonial-text p {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .testimonial-text h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--font-color);
        text-transform: uppercase;
        margin: 10px 0;
    }

    .process-container {
        width: 700px;
        margin: 50px auto;
    }

    .process-item {
        margin: 0 auto 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .process-item i {
        color: var(--primary-color);
        font-size: 100px;
    }

    .process-item img {
        width: 200px;
    }

    .process-item h3 {
        font-family: eb-garamond, serif;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        margin: 20px auto;
        text-align: center;
    }

    .process-item li,
    .process-item p {
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px auto;
    }

    .services-container {
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item img {
        width: 400px;
        height: 400px;
        object-fit: cover;
        border-radius: 50%;
        border: 10px solid #fff;
    }

    .service-item h3 {
        position: relative;
        cursor: pointer;
        top: -100px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        background-image: url('../../assets/button-2.png');
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 400px;
        padding: 20px 40px;
        text-align: center;
        border-radius: 100px;
        transform: rotateZ(-4deg);
        transition: 0.2s all ease-in-out;
    }

    .service-item h3:hover {
        background-image: url('../../assets/button-1.png');
        transform: rotateZ(-4deg) translateY(-15px);
    }

    .areas-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
        width: 100%;
    }

    .areas-summary h3 {
        font-size: 25px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
        margin: 0;
    }

    .step-container {
        position: relative;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: column;
        align-items: center;
        width: auto;
        padding: 0;
        border: none;
    }

    .step img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        object-fit: cover;
        margin: 10px auto;
    }

    .step h4 {
        font-size: 50px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0 auto;
    }

    .step h5 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 1px;
    }

    .step h6 {
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .page-header {
        display: flex;
        flex-direction: row;
        margin: 120px 0 0 0;
        width: 100%;
        min-height: 350px;
    }

    .page-header-left {
        width: 50%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        background-color: var(--blue-ultralight);
    }

    .page-header-right {
        width: 50%;
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        box-shadow: inset 0 0 0 2000px rgba(60, 127, 179, 0.4);
    }

    .page-header-right h3 {
        font-family: relation-one, sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: var(--secondary-color);
        text-align: center;
    }

    .page-header-left h1 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 35px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-align: center;
    }

    .page-header-left h2 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--blue-light);
    }

    .middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 50px auto;
    }

    .dark-middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--blue-highlight);
        color: var(--font-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 15px 50to;
    }

    .middle-a:hover,
    .dark-middle-a:hover {
        opacity: 0.9;
    }

    .section-heading {
        font-family: brandon-grotesque, sans-serif;
        color: var(--font-color);
        font-size: 50px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        margin: 10px auto;
        padding: 0;
    }

    .section-subheading {
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--font-color);
        opacity: 0.5;
        margin: 10px auto;
        padding: 0;
    }

    .heading-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-blue);
    }

    .gold-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-gold);
    }

    .gradient-blue {
        background: var(--gradient-blue);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .gradient-gold {
        background: var(--gradient-gold);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .section-text {
        margin: 0 auto;
        padding: 0 10%;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        line-height: 1.7;
    }

    .section-text i {
        font-size: 3rem;
        color: var(--primary-color);
    }

    .section {
        margin: 0;
        padding: 75px 10%;
    }

    .video-section video {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        margin: 0 auto;
    }

    .video-section p {
        width: 600px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        color: var(--font-color);
        margin: 50px auto;
        text-align: center;
    }

    .video-section p i {
        font-size: 80px;
        color: var(--primary-color);
    }

    .first-section {
        margin: 130px 0 0 0;
    }

    .white-section {
        background-color: #fff;
    }

    .fade-section {
        background-color: var(--secondary-color);
    }

    .dark-section {
        background: var(--blue);
    }

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

    .picture-section {
        box-shadow: inset 0 0 0 2000px rgba(13, 25, 33, 0.9);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/mortgage-pics-og/medium-vecteezy_copyspace-model-of-a-little-house-in-the-hands-of-a-woman_2073472_medium.jpg');
        background-color: var(--accent-color);
    }

    .left-abstract-section {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-1.jpg');
    }

    .right-abstract-section {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-2.jpg');
    }

    .flex-section {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-flex-section {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .flex-section-text {
        max-width: 45%;
    }

    .flex-section-image {
        object-fit: cover;
        width: 45%;
        height: auto;
        max-height: 450px;
        border-radius: 2px;
    }

    .flex-section-iframe {
        width: 650px;
        height: 385px;
    }

    .flex-section-text h2 {
        font-size: 45px;
        font-weight: 400;
        color: var(--primary-color);
        margin: 10px 0;
        padding: 0;
    }

    .flex-section>.flex-section-text>h2,
    .flex-section>.flex-section-text>h3,
    .flex-section>.flex-section-text>p {
        text-align: right;
    }

    .reverse-flex-section>.flex-section-text>h2,
    .reverse-flex-section>.flex-section-text>h3,
    .reverse-flex-section>.flex-section-text>p {
        text-align: left;
    }

    .flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: right;
    }

    .reverse-flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: left;
    }

    .flex-section-text h3 {
        font-size: 30px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text h4 {
        font-size: 25px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text p {
        font-size: 22px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text li {
        font-family: brandon-grotesque, sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        display: inline-block;
        border-radius: 2px;
        text-decoration: none;
        line-height: 0;
        margin: 10px 0;
        padding: 25px 30px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--secondary-color);
        background-color: var(--blue);
        transition: 0.2s all ease-in-out;
    }

    .motto-section {}

    .motto-section h4 {
        font-size: 30px;
        font-weight: 400;
        margin: 50px auto;
        color: var(--secondary-color);
        text-align: center;
        max-width: 600px;
    }

    .motto-section a {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 auto 50px auto;
    }

    .motto-section iframe {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 50px auto 0 auto;
        width: 650px;
        height: 385px;
    }

    .compare-chart {
        box-sizing: border-box;
        width: 100%;
        margin: 50px auto;
        padding: 50px;
        background-color: var(--secondary-color);
        border-radius: 2px;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        overflow-x: scroll;
    }

    .compare-item {
        padding: 10px;
        border-bottom: 1px solid var(--blue-highlight);
    }

    .compare-item p {
        color: var(--font-color);
        font-size: 20px;
        font-weight: 400;
        margin: 5px auto;
    }

    .compare-item p i {
        margin: 0 5px 0 0;
    }

    .compare-logo {
        width: 120px;
        height: auto;
    }

    .compare-title h2 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .compare-main-item h2 {
        max-width: auto;
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item img {
        width: 50px !important;
        height: 30px !important;
        display: inherit;
    }

    .logo-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .logo-item {
        padding: 50px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        filter: grayscale(100%);
        opacity: 0.2;
        transition: 0.2s ease-in-out;
    }

    .logo-item:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .logo-item img {
        width: 150px;
        height: auto;
    }

    .plans-container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .plan-card {
        border-radius: 5px;
        background-color: var(--blue-highlight);
        border: 1px solid var(--off-color);
    }

    .plan-card h3 {
        border-radius: 5px 5px 0 0;
        text-align: center;
        background-color: var(--blue);
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 20px 5px;
    }

    .plan-card h4 {
        text-align: center;
        color: var(--font-color);
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 20px auto;
    }

    .plan-card h5 {
        text-align: center;
        color: var(--blue-deep);
        font-size: 15px;
        font-weight: 500;
        margin: 20px auto;
    }

    .plan-card h2 {
        text-align: center;
        color: var(--accent-color);
        font-size: 20px;
        font-weight: 900;
        margin: 20px auto;
    }

    .recommended-container,
    .articles-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item,
    .article-item {
        position: relative;
        width: 100%;
    }

    .recommended-image,
    .article-image {
        cursor: pointer;
        border-radius: 3px;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content,
    .article-content {
        padding: 20px 0;
    }

    .recommended-read-tag,
    .article-read-tag {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .recommended-read-tag span,
    .article-read-tag span {
        color: var(--primary-color);
    }

    .recommended-title,
    .article-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 25px;
        font-weight: 500;
        margin: 5px 0;
    }

    .recommended-title:hover,
    .article-title:hover {
        text-decoration: underline;
    }

    .recommended-description,
    .article-description {
        font-size: 15px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.7;
        margin: 0;
    }

    .recommended-button,
    .article-button {
        display: inline-block;
        margin: 15px 0;
        padding: 15px 30px;
        border-radius: 2px;
        background-color: var(--primary-color);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .tri-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c c""c c c";
        grid-template-rows: repeat(4, 200px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .quad-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c d""c c d";
        grid-template-rows: repeat(4, 200px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .tri-masonry-item {
        border-radius: 4px;
        min-height: auto;
        padding: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 150px 75px rgba(0, 0, 0, 0.7);
        transition: 0.3s all ease-in-out;
    }

    .tri-masonry-item-1 {
        grid-area: a;
        background-position: 50% 0%;
    }

    .tri-masonry-item-2 {
        grid-area: b;
        background-position: 50% 50%;
    }

    .tri-masonry-item-3 {
        grid-area: c;
        background-position: 50% 50%;
    }

    .tri-masonry-item-4 {
        grid-area: d;
        background-position: 50% 50%;
    }

    .tri-masonry-item h3 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    .tri-masonry-item h4 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        opacity: 0.8;
    }

    .tri-masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        padding: 15px 25px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        margin: 20px 0 0 0;
        border-radius: 2px;
    }

    .strip-container {
        margin: 100px auto 50px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 100px;
    }

    .strip-item {
        position: relative;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 50px 25px 25px 25px;
        border-radius: 3px;
    }

    .strip-item i {
        position: absolute;
        top: -50px;
        color: #fff;
        background-image: radial-gradient(#d1464b, var(--primary-color));
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }

    .strip-item h3 {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        color: var(--font-color);
        margin: 10px auto;
        text-align: center;
    }

    .strip-item h4 {
        font-family: brandon-grotesque, sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        opacity: 0.9;
        margin: 10px auto;
        text-align: center;
        line-height: 1.7;
    }

    .strip-item a {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        background: var(--primary-color);
        margin: 10px auto;
        padding: 10px 30px;
        text-decoration: none;
        text-align: center;
    }

    .masonry-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 600px;
        padding: 100px 20%;
        background-color: var(--blue);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }

    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(2, 31, 58, 0.4);
    }

    .masonry-item h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }

    .masonry-item h4 {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        opacity: 0.85;
    }

    .masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--blue);
        color: #fff;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 25px 0 0 0;
        border-radius: 2px;
    }
}

@media(max-width: 1440px) and (min-width: 1250px) {
    .faq-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
    }

    .faq-item {
        background: var(--secondary-color);
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: calc(50% - 15px);
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

    .faq-question {
        font-weight: 500;
        font-size: 25px;
        color: var(--primary-color);
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        margin-top: 10px;
        display: none;
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.5;
    }

    .faq-open .faq-icon {
        transform: rotate(180deg);
    }

    .faq-open .faq-answer {
        display: block;
    }

    .section-flex {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .cutout {
        width: 500px;
    }

    .section-flex-right img {
        width: 300px;
    }

    .section-flex-right {
        max-width: 50%;
    }

    .section-flex-right p {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .form-section {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        background-color: var(--primary-color);
    }

    .form-media-side {
        background-size: cover;
        background-position: 50% 0%;
        background-image: url('../../assets/slideshow/16.jpg');
    }

    .form-section iframe {
        height: 100%;
        width: 100%;
    }

    .form-content-side {
        padding: 50px 10%;
    }

    .form-content-side h4 {
        font-size: 25px;
        font-weight: 400;
        color: var(--secondary-color);
        text-align: center;
        max-width: 500px;
        margin: 20px auto;
    }

    .section-slideshow {
        width: 100%;
        height: 100%;
    }

    .section-slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .on-page-form {
        background-color: var(--accent-color);
        padding: 20px;
        border-radius: 2px;
    }

    .gallery-slideshow {
        margin: 25px auto;
    }

    .gallery-slide {
        width: 100%;
        height: 320px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-section {
        background: #fff;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        min-height: 500px;
        margin: 0;
    }

    .half-picture-img {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-text {
        padding: 50px 50px 50px 20%;
    }

    .half-picture-text h2 {
        font-size: 35px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .half-picture-text ul {
        list-style-type: none;
    }

    .half-picture-text li {
        margin: 10px 0;
        font-size: 20px;
        font-weight: 400;
        color: var(--light-font-color);
    }

    .big-text-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        max-width: 1000px;
        margin: 15px auto;
    }

    .big-text-container div {
        display: flex;
        flex-direction: column;
    }

    .big-text-container h5 {
        color: var(--secondary-color);
        font-size: 70px;
        font-weight: 500;
        text-align: center;
    }

    .big-text-container h6 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .testimonial-container {
        width: 800px;
        margin: 0 auto;
    }

    .testimonial-item {
        background-color: var(--blue-light);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-testimonial-item {
        background-color: var(--blue-highlight);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-media {
        width: 30%;
        height: 100%;
        overflow: hidden;
    }

    .testimonial-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-text {
        width: 70%;
        height: 100%;
        overflow: hidden;
        padding: 50px;
    }

    .testimonial-text p {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .testimonial-text h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--font-color);
        text-transform: uppercase;
        margin: 10px 0;
    }

    .process-container {
        width: 700px;
        margin: 50px auto;
    }

    .process-item {
        margin: 0 auto 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .process-item i {
        color: var(--primary-color);
        font-size: 100px;
    }

    .process-item img {
        width: 200px;
    }

    .process-item h3 {
        font-family: eb-garamond, serif;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        margin: 20px auto;
        text-align: center;
    }

    .process-item li,
    .process-item p {
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px auto;
    }

    .services-container {
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
        border: 10px solid #fff;
    }

    .service-item h3 {
        position: relative;
        cursor: pointer;
        top: -100px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        background-image: url('../../assets/button-2.png');
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 300px;
        padding: 20px 40px;
        text-align: center;
        border-radius: 100px;
        transform: rotateZ(-4deg);
        transition: 0.2s all ease-in-out;
    }

    .service-item h3:hover {
        background-image: url('../../assets/button-1.png');
        transform: rotateZ(-4deg) translateY(-15px);
    }

    .areas-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
        width: 100%;
    }

    .areas-summary h3 {
        font-size: 25px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
        margin: 0;
    }

    .step-container {
        position: relative;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: column;
        align-items: center;
        width: auto;
        padding: 0;
        border: none;
    }

    .step img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        object-fit: cover;
        margin: 10px auto;
    }

    .step h4 {
        font-size: 50px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0 auto;
    }

    .step h5 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 1px;
    }

    .step h6 {
        font-size: 20px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .page-header {
        display: flex;
        flex-direction: row;
        margin: 120px 0 0 0;
        width: 100%;
        min-height: 350px;
    }

    .page-header-left {
        width: 50%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        background-color: var(--blue-ultralight);
    }

    .page-header-right {
        width: 50%;
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        box-shadow: inset 0 0 0 2000px rgba(60, 127, 179, 0.4);
    }

    .page-header-right h3 {
        font-family: relation-one, sans-serif;
        font-weight: 400;
        font-size: 35px;
        color: var(--secondary-color);
        text-align: center;
    }

    .page-header-left h1 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-align: center;
    }

    .page-header-left h2 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--blue-light);
    }

    .middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 50px auto;
    }

    .dark-middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--blue-highlight);
        color: var(--font-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 15px 50to;
    }

    .middle-a:hover,
    .dark-middle-a:hover {
        opacity: 0.9;
    }

    .section-heading {
        font-family: brandon-grotesque, sans-serif;
        color: var(--font-color);
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        margin: 10px auto;
        padding: 0;
    }

    .section-subheading {
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--font-color);
        opacity: 0.5;
        margin: 10px auto;
        padding: 0;
    }

    .heading-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-blue);
    }

    .gold-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-gold);
    }

    .gradient-blue {
        background: var(--gradient-blue);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .gradient-gold {
        background: var(--gradient-gold);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .section-text {
        margin: 0 auto;
        padding: 0 5%;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        line-height: 1.7;
    }

    .section-text i {
        font-size: 3rem;
        color: var(--primary-color);
    }

    .section {
        margin: 0;
        padding: 75px 5%;
    }

    .video-section video {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        margin: 0 auto;
    }

    .video-section p {
        width: 600px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        color: var(--font-color);
        margin: 50px auto;
        text-align: center;
    }

    .video-section p i {
        font-size: 80px;
        color: var(--primary-color);
    }

    .first-section {
        margin: 130px 0 0 0;
    }

    .white-section {
        background-color: #fff;
    }

    .fade-section {
        background-color: var(--secondary-color);
    }

    .dark-section {
        background: var(--blue);
    }

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

    .picture-section {
        box-shadow: inset 0 0 0 2000px rgba(13, 25, 33, 0.9);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/mortgage-pics-og/medium-vecteezy_copyspace-model-of-a-little-house-in-the-hands-of-a-woman_2073472_medium.jpg');
        background-color: var(--accent-color);
    }

    .left-abstract-section {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-1.jpg');
    }

    .right-abstract-section {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-2.jpg');
    }

    .flex-section {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-flex-section {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .flex-section-text {
        max-width: 45%;
    }

    .flex-section-image {
        object-fit: cover;
        width: 45%;
        height: auto;
        max-height: 450px;
        border-radius: 2px;
    }

    .flex-section-iframe {
        width: 650px;
        height: 385px;
    }

    .flex-section-text h2 {
        font-size: 40px;
        font-weight: 400;
        color: var(--primary-color);
        margin: 10px 0;
        padding: 0;
    }

    .flex-section>.flex-section-text>h2,
    .flex-section>.flex-section-text>h3,
    .flex-section>.flex-section-text>p {
        text-align: right;
    }

    .reverse-flex-section>.flex-section-text>h2,
    .reverse-flex-section>.flex-section-text>h3,
    .reverse-flex-section>.flex-section-text>p {
        text-align: left;
    }

    .flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: right;
    }

    .reverse-flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: left;
    }

    .flex-section-text h3 {
        font-size: 30px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text h4 {
        font-size: 25px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text p {
        font-size: 20px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text li {
        font-family: brandon-grotesque, sans-serif;
        font-size: 17px;
        font-weight: 500;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        display: inline-block;
        border-radius: 2px;
        text-decoration: none;
        line-height: 0;
        margin: 10px 0;
        padding: 25px 30px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--secondary-color);
        background-color: var(--blue);
        transition: 0.2s all ease-in-out;
    }

    .motto-section {}

    .motto-section h4 {
        font-size: 25px;
        font-weight: 400;
        margin: 50px auto;
        color: var(--secondary-color);
        text-align: center;
        max-width: 600px;
    }

    .motto-section a {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 auto 50px auto;
    }

    .motto-section iframe {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 50px auto 0 auto;
        width: 650px;
        height: 385px;
    }

    .compare-chart {
        box-sizing: border-box;
        width: 100%;
        margin: 50px auto;
        padding: 50px;
        background-color: var(--secondary-color);
        border-radius: 2px;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        overflow-x: scroll;
    }

    .compare-item {
        padding: 10px;
        border-bottom: 1px solid var(--blue-highlight);
    }

    .compare-item p {
        color: var(--font-color);
        font-size: 20px;
        font-weight: 400;
        margin: 5px auto;
    }

    .compare-item p i {
        margin: 0 5px 0 0;
    }

    .compare-logo {
        width: 120px;
        height: auto;
    }

    .compare-title h2 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .compare-main-item h2 {
        max-width: auto;
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item img {
        width: 50px !important;
        height: 30px !important;
        display: inherit;
    }

    .logo-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .logo-item {
        padding: 50px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        filter: grayscale(100%);
        opacity: 0.2;
        transition: 0.2s ease-in-out;
    }

    .logo-item:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .logo-item img {
        width: 150px;
        height: auto;
    }

    .plans-container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .plan-card {
        border-radius: 5px;
        background-color: var(--blue-highlight);
        border: 1px solid var(--off-color);
    }

    .plan-card h3 {
        border-radius: 5px 5px 0 0;
        text-align: center;
        background-color: var(--blue);
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 20px 5px;
    }

    .plan-card h4 {
        text-align: center;
        color: var(--font-color);
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 20px auto;
    }

    .plan-card h5 {
        text-align: center;
        color: var(--blue-deep);
        font-size: 15px;
        font-weight: 500;
        margin: 20px auto;
    }

    .plan-card h2 {
        text-align: center;
        color: var(--accent-color);
        font-size: 20px;
        font-weight: 900;
        margin: 20px auto;
    }

    .recommended-container,
    .articles-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item,
    .article-item {
        position: relative;
        width: 100%;
    }

    .recommended-image,
    .article-image {
        cursor: pointer;
        border-radius: 3px;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content,
    .article-content {
        padding: 20px 0;
    }

    .recommended-read-tag,
    .article-read-tag {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .recommended-read-tag span,
    .article-read-tag span {
        color: var(--primary-color);
    }

    .recommended-title,
    .article-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 25px;
        font-weight: 500;
        margin: 5px 0;
    }

    .recommended-title:hover,
    .article-title:hover {
        text-decoration: underline;
    }

    .recommended-description,
    .article-description {
        font-size: 15px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.7;
        margin: 0;
    }

    .recommended-button,
    .article-button {
        display: inline-block;
        margin: 15px 0;
        padding: 15px 30px;
        border-radius: 2px;
        background-color: var(--primary-color);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .tri-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c c""c c c";
        grid-template-rows: repeat(4, 150px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .quad-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c d""c c d";
        grid-template-rows: repeat(4, 150px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .tri-masonry-item {
        border-radius: 4px;
        min-height: auto;
        padding: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 150px 75px rgba(0, 0, 0, 0.7);
        transition: 0.3s all ease-in-out;
    }

    .tri-masonry-item-1 {
        grid-area: a;
        background-position: 50% 0%;
    }

    .tri-masonry-item-2 {
        grid-area: b;
        background-position: 50% 50%;
    }

    .tri-masonry-item-3 {
        grid-area: c;
        background-position: 50% 50%;
    }

    .tri-masonry-item-4 {
        grid-area: d;
        background-position: 50% 50%;
    }

    .tri-masonry-item h3 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    .tri-masonry-item h4 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        opacity: 0.8;
    }

    .tri-masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        padding: 15px 25px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        margin: 20px 0 0 0;
        border-radius: 2px;
    }

    .strip-container {
        margin: 100px auto 50px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 100px;
    }

    .strip-item {
        position: relative;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 50px 25px 25px 25px;
        border-radius: 3px;
    }

    .strip-item i {
        position: absolute;
        top: -50px;
        color: #fff;
        background-image: radial-gradient(#d1464b, var(--primary-color));
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }

    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: var(--font-color);
        margin: 10px auto;
        text-align: center;
    }

    .strip-item h4 {
        font-family: brandon-grotesque, sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        opacity: 0.9;
        margin: 10px auto;
        text-align: center;
        line-height: 1.7;
    }

    .strip-item a {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        background: var(--primary-color);
        margin: 10px auto;
        padding: 10px 30px;
        text-decoration: none;
        text-align: center;
    }

    .masonry-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 600px;
        padding: 100px 10%;
        background-color: var(--blue);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }

    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(2, 31, 58, 0.4);
    }

    .masonry-item h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }

    .masonry-item h4 {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        opacity: 0.85;
    }

    .masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--blue);
        color: #fff;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 25px 0 0 0;
        border-radius: 2px;
    }
}

@media(max-width: 1250px) and (min-width: 769px) {
    .faq-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
    }

    .faq-item {
        background: var(--secondary-color);
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: calc(50% - 15px);
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

    .faq-question {
        font-weight: 500;
        font-size: 20px;
        color: var(--primary-color);
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        margin-top: 10px;
        display: none;
        font-size: 18px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.5;
    }

    .faq-open .faq-icon {
        transform: rotate(180deg);
    }

    .faq-open .faq-answer {
        display: block;
    }

    .section-flex {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .cutout {
        width: 350px;
    }

    .section-flex-right img {
        width: 300px;
    }

    .section-flex-right {
        max-width: 50%;
    }

    .section-flex-right p {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .form-section {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        background-color: var(--primary-color);
    }

    .form-media-side {
        background-size: cover;
        background-position: 50% 0%;
        background-image: url('../../assets/slideshow/16.jpg');
    }

    .form-section iframe {
        height: 100%;
        width: 100%;
    }

    .form-content-side {
        padding: 50px 5%;
    }

    .form-content-side h4 {
        font-size: 25px;
        font-weight: 400;
        color: var(--secondary-color);
        text-align: center;
        max-width: 500px;
        margin: 20px auto;
    }

    .section-slideshow {
        width: 100%;
        height: 100%;
    }

    .section-slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .on-page-form {
        background-color: var(--accent-color);
        padding: 20px;
        border-radius: 2px;
    }

    .gallery-slideshow {
        margin: 25px auto;
    }

    .gallery-slide {
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-section {
        background: #fff;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        min-height: 500px;
        margin: 0;
    }

    .half-picture-img {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-text {
        padding: 50px 50px 50px 20%;
    }

    .half-picture-text h2 {
        font-size: 30px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .half-picture-text ul {
        list-style-type: none;
    }

    .half-picture-text li {
        margin: 10px 0;
        font-size: 18px;
        font-weight: 400;
        color: var(--light-font-color);
    }

    .big-text-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        max-width: 1000px;
        margin: 15px auto;
    }

    .big-text-container div {
        display: flex;
        flex-direction: column;
    }

    .big-text-container h5 {
        color: var(--secondary-color);
        font-size: 60px;
        font-weight: 500;
        text-align: center;
    }

    .big-text-container h6 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .testimonial-container {
        width: 700px;
        margin: 0 auto;
    }

    .testimonial-item {
        background-color: var(--blue-light);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-testimonial-item {
        background-color: var(--blue-highlight);
        width: 100%;
        height: 300px;
        margin: 50px auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-media {
        width: 30%;
        height: 100%;
        overflow: hidden;
    }

    .testimonial-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-text {
        width: 70%;
        height: 100%;
        overflow: hidden;
        padding: 50px;
    }

    .testimonial-text p {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .testimonial-text h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--font-color);
        text-transform: uppercase;
        margin: 10px 0;
    }

    .process-container {
        width: 700px;
        margin: 50px auto;
    }

    .process-item {
        margin: 0 auto 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .process-item i {
        color: var(--primary-color);
        font-size: 100px;
    }

    .process-item img {
        width: 200px;
    }

    .process-item h3 {
        font-family: eb-garamond, serif;
        font-size: 25px;
        font-weight: 500;
        color: var(--font-color);
        margin: 20px auto;
        text-align: center;
    }

    .process-item li,
    .process-item p {
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px auto;
    }

    .services-container {
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item img {
        width: 320px;
        height: 320px;
        object-fit: cover;
        border-radius: 50%;
        border: 10px solid #fff;
    }

    .service-item h3 {
        position: relative;
        cursor: pointer;
        top: -100px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        background-image: url('../../assets/button-2.png');
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 320px;
        padding: 20px 40px;
        text-align: center;
        border-radius: 100px;
        transform: rotateZ(-4deg);
        transition: 0.2s all ease-in-out;
    }

    .service-item h3:hover {
        background-image: url('../../assets/button-1.png');
        transform: rotateZ(-4deg) translateY(-15px);
    }

    .areas-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
        width: 100%;
    }

    .areas-summary h3 {
        font-size: 25px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
        margin: 0;
    }

    .step-container {
        position: relative;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: column;
        align-items: center;
        width: auto;
        padding: 0;
        border: none;
    }

    .step img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        object-fit: cover;
        margin: 10px auto;
    }

    .step h4 {
        font-size: 50px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0 auto;
    }

    .step h5 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 1px;
    }

    .step h6 {
        font-size: 20px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .page-header {
        display: flex;
        flex-direction: row;
        margin: 65px 0 0 0;
        width: 100%;
        min-height: 350px;
    }

    .page-header-left {
        width: 50%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        background-color: var(--blue-ultralight);
    }

    .page-header-right {
        width: 50%;
        height: auto;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        box-shadow: inset 0 0 0 2000px rgba(60, 127, 179, 0.4);
    }

    .page-header-right h3 {
        font-family: relation-one, sans-serif;
        font-weight: 400;
        font-size: 35px;
        color: var(--secondary-color);
        text-align: center;
    }

    .page-header-left h1 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-align: center;
    }

    .page-header-left h2 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--blue-light);
    }

    .middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 50px auto;
    }

    .dark-middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--blue-highlight);
        color: var(--font-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 15px 50to;
    }

    .middle-a:hover,
    .dark-middle-a:hover {
        opacity: 0.9;
    }

    .section-heading {
        font-family: brandon-grotesque, sans-serif;
        color: var(--font-color);
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        margin: 10px auto;
        padding: 0;
    }

    .section-subheading {
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--font-color);
        opacity: 0.5;
        margin: 10px auto;
        padding: 0;
    }

    .heading-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-blue);
    }

    .gold-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-gold);
    }

    .gradient-blue {
        background: var(--gradient-blue);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .gradient-gold {
        background: var(--gradient-gold);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .section-text {
        margin: 0 auto;
        padding: 0 5%;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        line-height: 1.7;
    }

    .section-text i {
        font-size: 3rem;
        color: var(--primary-color);
    }

    .section {
        margin: 0;
        padding: 75px 5%;
    }

    .video-section video {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        margin: 0 auto;
    }

    .video-section p {
        width: 90%;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        color: var(--font-color);
        margin: 50px auto;
        text-align: center;
    }

    .video-section p i {
        font-size: 80px;
        color: var(--primary-color);
    }

    .first-section {
        margin: 50px 0 0 0;
    }

    .white-section {
        background-color: #fff;
    }

    .fade-section {
        background-color: var(--secondary-color);
    }

    .dark-section {
        background: var(--blue);
    }

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

    .picture-section {
        box-shadow: inset 0 0 0 2000px rgba(13, 25, 33, 0.9);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/mortgage-pics-og/medium-vecteezy_copyspace-model-of-a-little-house-in-the-hands-of-a-woman_2073472_medium.jpg');
        background-color: var(--accent-color);
    }

    .left-abstract-section {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-1.jpg');
    }

    .right-abstract-section {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-2.jpg');
    }

    .flex-section {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-flex-section {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .flex-section-text {
        max-width: 45%;
    }

    .flex-section-image {
        object-fit: cover;
        width: 45%;
        height: auto;
        max-height: 450px;
        border-radius: 2px;
    }

    .flex-section-iframe {
        width: 650px;
        height: 385px;
    }

    .flex-section-text h2 {
        font-size: 35px;
        font-weight: 400;
        color: var(--primary-color);
        margin: 10px 0;
        padding: 0;
    }

    .flex-section>.flex-section-text>h2,
    .flex-section>.flex-section-text>h3,
    .flex-section>.flex-section-text>p {
        text-align: right;
    }

    .reverse-flex-section>.flex-section-text>h2,
    .reverse-flex-section>.flex-section-text>h3,
    .reverse-flex-section>.flex-section-text>p {
        text-align: left;
    }

    .flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: right;
    }

    .reverse-flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: left;
    }

    .flex-section-text h3 {
        font-size: 30px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text h4 {
        font-size: 25px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text p {
        font-size: 20px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text li {
        font-family: brandon-grotesque, sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        display: inline-block;
        border-radius: 2px;
        text-decoration: none;
        line-height: 0;
        margin: 10px 0;
        padding: 25px 30px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--secondary-color);
        background-color: var(--blue);
        transition: 0.2s all ease-in-out;
    }

    .motto-section {}

    .motto-section h4 {
        font-size: 25px;
        font-weight: 400;
        margin: 50px auto;
        color: var(--secondary-color);
        text-align: center;
        max-width: 600px;
    }

    .motto-section a {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 auto 50px auto;
    }

    .motto-section iframe {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 50px auto 0 auto;
        width: 650px;
        height: 385px;
    }

    .compare-chart {
        box-sizing: border-box;
        width: 100%;
        margin: 50px auto;
        padding: 50px;
        background-color: var(--secondary-color);
        border-radius: 2px;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        overflow-x: scroll;
    }

    .compare-item {
        padding: 10px;
        border-bottom: 1px solid var(--blue-highlight);
    }

    .compare-item p {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 400;
        margin: 5px auto;
    }

    .compare-item p i {
        margin: 0 5px 0 0;
    }

    .compare-logo {
        width: 120px;
        height: auto;
    }

    .compare-title h2 {
        color: var(--primary-color);
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .compare-main-item h2 {
        max-width: 100px;
        color: var(--primary-color);
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item img {
        width: 50px !important;
        height: 30px !important;
        display: inherit;
    }

    .logo-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .logo-item {
        padding: 50px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        filter: grayscale(100%);
        opacity: 0.2;
        transition: 0.2s ease-in-out;
    }

    .logo-item:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .logo-item img {
        width: 150px;
        height: auto;
    }

    .plans-container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .plan-card {
        border-radius: 5px;
        background-color: var(--blue-highlight);
        border: 1px solid var(--off-color);
    }

    .plan-card h3 {
        border-radius: 5px 5px 0 0;
        text-align: center;
        background-color: var(--blue);
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 20px 5px;
    }

    .plan-card h4 {
        text-align: center;
        color: var(--font-color);
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 20px auto;
    }

    .plan-card h5 {
        text-align: center;
        color: var(--blue-deep);
        font-size: 15px;
        font-weight: 500;
        margin: 20px auto;
    }

    .plan-card h2 {
        text-align: center;
        color: var(--accent-color);
        font-size: 20px;
        font-weight: 900;
        margin: 20px auto;
    }

    .recommended-container,
    .articles-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item,
    .article-item {
        position: relative;
        width: 100%;
    }

    .recommended-image,
    .article-image {
        cursor: pointer;
        border-radius: 3px;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content,
    .article-content {
        padding: 20px 0;
    }

    .recommended-read-tag,
    .article-read-tag {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .recommended-read-tag span,
    .article-read-tag span {
        color: var(--primary-color);
    }

    .recommended-title,
    .article-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 25px;
        font-weight: 500;
        margin: 5px 0;
    }

    .recommended-title:hover,
    .article-title:hover {
        text-decoration: underline;
    }

    .recommended-description,
    .article-description {
        font-size: 15px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.7;
        margin: 0;
    }

    .recommended-button,
    .article-button {
        display: inline-block;
        margin: 15px 0;
        padding: 15px 30px;
        border-radius: 2px;
        background-color: var(--primary-color);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .tri-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c c""c c c";
        grid-template-rows: repeat(4, 150px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .quad-masonry {
        display: grid;
        grid-template-areas: "a b b""a b b""c c d""c c d";
        grid-template-rows: repeat(4, 150px);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .tri-masonry-item {
        border-radius: 4px;
        min-height: auto;
        padding: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 150px 75px rgba(0, 0, 0, 0.7);
        transition: 0.3s all ease-in-out;
    }

    .tri-masonry-item-1 {
        grid-area: a;
        background-position: 50% 0%;
    }

    .tri-masonry-item-2 {
        grid-area: b;
        background-position: 50% 50%;
    }

    .tri-masonry-item-3 {
        grid-area: c;
        background-position: 50% 50%;
    }

    .tri-masonry-item-4 {
        grid-area: d;
        background-position: 50% 50%;
    }

    .tri-masonry-item h3 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    .tri-masonry-item h4 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        opacity: 0.8;
    }

    .tri-masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        padding: 15px 25px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        margin: 20px 0 0 0;
        border-radius: 2px;
    }

    .strip-container {
        margin: 100px auto 50px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 100px;
    }

    .strip-item {
        position: relative;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 50px 25px 25px 25px;
        border-radius: 3px;
    }

    .strip-item i {
        position: absolute;
        top: -50px;
        color: #fff;
        background-image: radial-gradient(#d1464b, var(--primary-color));
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }

    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: var(--font-color);
        margin: 10px auto;
        text-align: center;
    }

    .strip-item h4 {
        font-family: brandon-grotesque, sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        opacity: 0.9;
        margin: 10px auto;
        text-align: center;
        line-height: 1.7;
    }

    .strip-item a {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        background: var(--primary-color);
        margin: 10px auto;
        padding: 10px 30px;
        text-decoration: none;
        text-align: center;
    }

    .masonry-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 600px;
        padding: 100px 10%;
        background-color: var(--blue);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }

    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(2, 31, 58, 0.4);
    }

    .masonry-item h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }

    .masonry-item h4 {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        opacity: 0.85;
    }

    .masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--blue);
        color: #fff;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 25px 0 0 0;
        border-radius: 2px;
    }
}

@media(max-width: 769px) {
    .faq-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }

    .faq-item {
        background: var(--secondary-color);
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: calc(100%);
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

    .faq-question {
        font-weight: 500;
        font-size: 20px;
        color: var(--primary-color);
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-icon {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        margin-top: 10px;
        display: none;
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.5;
    }

    .faq-open .faq-icon {
        transform: rotate(180deg);
    }

    .faq-open .faq-answer {
        display: block;
    }

    .section-flex {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cutout {
        width: 100%;
    }

    .section-flex-right img {
        width: 200px;
    }

    .section-flex-right {
        max-width: 100%;
    }

    .section-flex-right p {
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .form-section {
        display: grid;
        grid-template-rows: 350px 1fr;
        background-color: var(--primary-color);
    }

    .form-media-side {
        background-size: cover;
        background-position: 50% 0%;
        background-image: url('../../assets/slideshow/16.jpg');
    }

    .form-section iframe {
        height: 400px;
        width: 100%;
    }

    .form-content-side {
        padding: 50px 5%;
    }

    .form-content-side h4 {
        font-size: 20px;
        font-weight: 400;
        color: var(--secondary-color);
        text-align: center;
        max-width: 500px;
        margin: 20px auto;
    }

    .section-slideshow {
        width: 100%;
        height: 100%;
    }

    .section-slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .on-page-form {
        background-color: var(--accent-color);
        padding: 20px;
        border-radius: 2px;
    }

    .gallery-slideshow {
        margin: 25px auto;
    }

    .gallery-slide {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .half-picture-section {
        background: #fff;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        /* min-height: 400px; */
        margin: 0;
    }

    .half-picture-img {
        background-size: cover;
        min-height: 300px;
        background-repeat: no-repeat;
    }

    .half-picture-text {
        padding: 50px 5%;
    }

    .half-picture-text h2 {
        font-size: 25px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px 0;
    }

    .half-picture-text ul {
        list-style-type: none;
    }

    .half-picture-text li {
        margin: 10px 0;
        font-size: 17px;
        font-weight: 400;
        color: var(--light-font-color);
    }

    .big-text-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        max-width: 1000px;
        margin: 15px auto;
    }

    .big-text-container div {
        display: flex;
        flex-direction: column;
    }

    .big-text-container h5 {
        color: var(--secondary-color);
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }

    .big-text-container h6 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .testimonial-container {
        width: 100%;
        margin: 0 auto;
    }

    .testimonial-item {
        background-color: var(--blue-light);
        width: 100%;
        height: auto;
        margin: 25px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-testimonial-item {
        background-color: var(--blue-highlight);
        width: 100%;
        height: auto;
        margin: 25px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-media {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .testimonial-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-text {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 25px;
    }

    .testimonial-text p {
        font-size: 14px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .testimonial-text h3 {
        font-size: 18px;
        font-weight: 900;
        color: var(--font-color);
        text-transform: uppercase;
        margin: 10px 0;
    }

    .process-container {
        width: 100%;
        margin: 50px auto;
    }

    .process-item {
        margin: 0 auto 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .process-item i {
        color: var(--primary-color);
        font-size: 100px;
    }

    .process-item img {
        width: 200px;
    }

    .process-item h3 {
        font-family: eb-garamond, serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--font-color);
        margin: 20px auto;
        text-align: center;
    }

    .process-item li,
    .process-item p {
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        margin: 10px auto;
    }

    .services-container {
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item img {
        width: 290px;
        height: 290px;
        object-fit: cover;
        border-radius: 50%;
        border: 10px solid #fff;
    }

    .service-item h3 {
        position: relative;
        cursor: pointer;
        top: -50px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        background-image: url('../../assets/button-2.png');
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 290px;
        padding: 20px 40px;
        text-align: center;
        border-radius: 100px;
        transform: rotateZ(-4deg);
        transition: 0.2s all ease-in-out;
    }

    .service-item h3:hover {
        background-image: url('../../assets/button-1.png');
        transform: rotateZ(-4deg) translateY(-15px);
    }

    .areas-summary {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        margin: 50px auto;
        width: 100%;
    }

    .areas-summary h3 {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        text-align: center;
        margin: 0;
    }

    .step-container {
        position: relative;
        width: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0;
    }

    .step {
        display: flex;
        flex-direction: column;
        justify-content: column;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        border: none;
    }

    .step img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        object-fit: cover;
        margin: 10px auto;
    }

    .step h4 {
        font-size: 50px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0 auto;
    }

    .step h5 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 1px;
    }

    .step h6 {
        font-size: 20px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .page-header {
        display: flex;
        flex-direction: column;
        margin: 65px 0 0 0;
        width: 100%;
        min-height: 600px;
    }

    .page-header-left {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        background-color: var(--blue-ultralight);
    }

    .page-header-right {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 5%;
        box-shadow: inset 0 0 0 2000px rgba(60, 127, 179, 0.4);
    }

    .page-header-right h3 {
        font-family: relation-one, sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: var(--secondary-color);
        text-align: center;
    }

    .page-header-left h1 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
        text-align: center;
    }

    .page-header-left h2 {
        font-family: brandon-grotesque, sans-serif;
        margin: 5px auto;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: var(--blue-light);
    }

    .middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 50px auto;
    }

    .dark-middle-a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: var(--blue-highlight);
        color: var(--font-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 15px 50to;
    }

    .middle-a:hover,
    .dark-middle-a:hover {
        opacity: 0.9;
    }

    .section-heading {
        font-family: brandon-grotesque, sans-serif;
        color: var(--font-color);
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        margin: 10px auto;
        padding: 0;
    }

    .section-subheading {
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: var(--font-color);
        opacity: 0.5;
        margin: 10px auto;
        padding: 0;
    }

    .heading-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-blue);
    }

    .gold-divider {
        margin: 40px auto 50px auto;
        width: 100px;
        height: 4px;
        border-radius: 4px;
        background: var(--gradient-gold);
    }

    .gradient-blue {
        background: var(--gradient-blue);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .gradient-gold {
        background: var(--gradient-gold);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .section-text {
        margin: 0 auto;
        padding: 0 5%;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        line-height: 1.7;
    }

    .section-text i {
        font-size: 2rem;
        color: var(--primary-color);
    }

    .section {
        margin: 0;
        padding: 50px 5%;
    }

    .video-section video {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin: 0 auto;
    }

    .video-section p {
        width: 100%;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.8;
        color: var(--font-color);
        margin: 25px auto;
        text-align: center;
    }

    .video-section p i {
        font-size: 60px;
        color: var(--primary-color);
    }

    .first-section {
        margin: 50px 0 0 0;
    }

    .white-section {
        background-color: #fff;
    }

    .fade-section {
        background-color: var(--secondary-color);
    }

    .dark-section {
        background: var(--blue);
    }

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

    .picture-section {
        box-shadow: inset 0 0 0 2000px rgba(13, 25, 33, 0.9);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/mortgage-pics-og/medium-vecteezy_copyspace-model-of-a-little-house-in-the-hands-of-a-woman_2073472_medium.jpg');
        background-color: var(--accent-color);
    }

    .left-abstract-section {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-1.jpg');
    }

    .right-abstract-section {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url('../../assets/abs-2.jpg');
    }

    .flex-section {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .reverse-flex-section {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .flex-section-text {
        width: 100%;
    }

    .flex-section-image {
        object-fit: cover;
        width: 80%;
        height: auto;
        max-height: 450px;
        border-radius: 2px;
    }

    .flex-section-iframe {
        width: 100%;
        height: 275px;
    }

    .flex-section-text h2 {
        font-size: 30px;
        font-weight: 400;
        color: var(--primary-color);
        margin: 10px 0;
        padding: 0;
    }

    .flex-section>.flex-section-text>h2,
    .flex-section>.flex-section-text>h3,
    .flex-section>.flex-section-text>p {
        text-align: center;
    }

    .reverse-flex-section>.flex-section-text>h2,
    .reverse-flex-section>.flex-section-text>h3,
    .reverse-flex-section>.flex-section-text>p {
        text-align: center;
    }

    .flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: center;
    }

    .reverse-flex-section>.flex-section-text a {
        position: relative;
        /* left: 50%;
        transform: translateX(-50%); */
        float: center;
    }

    .flex-section-text h3 {
        font-size: 25px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text h4 {
        font-size: 20px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--primary-color);
    }

    .flex-section-text p {
        font-size: 18px;
        font-weight: 400;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text li {
        font-family: brandon-grotesque, sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin: 10px 0;
        color: var(--font-color);
        line-height: 1.5;
    }

    .flex-section-text a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        border-radius: 2px;
        text-decoration: none;
        line-height: 0;
        margin: 10px 0;
        padding: 25px 30px;
        font-family: brandon-grotesque, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--secondary-color);
        background-color: var(--blue);
        transition: 0.2s all ease-in-out;
    }

    .motto-section {}

    .motto-section h4 {
        font-size: 20px;
        font-weight: 400;
        margin: 50px auto;
        color: var(--secondary-color);
        text-align: center;
        max-width: 600px;
    }

    .motto-section a {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--accent-color);
        color: var(--secondary-color);
        border-radius: 2px;
        padding: 20px 30px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 auto 50px auto;
    }

    .motto-section iframe {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 25px auto 0 auto;
        width: 100%;
        height: 275px;
    }

    .compare-chart {
        box-sizing: border-box;
        width: 100%;
        margin: 25px auto;
        padding: 25px;
        background-color: var(--secondary-color);
        border-radius: 2px;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        overflow-x: scroll;
    }

    .compare-item {
        padding: 5px;
        border-bottom: 1px solid var(--blue-highlight);
    }

    .compare-item p {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 400;
        margin: 5px auto;
    }

    .compare-item p i {
        margin: 0 5px 0 0;
    }

    .compare-logo {
        width: 120px;
        height: auto;
    }

    .compare-title h2 {
        color: var(--primary-color);
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .compare-main-item {
        display: none;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .compare-main-item h2 {
        max-width: auto;
        color: var(--primary-color);
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .compare-main-item img {
        width: 25px !important;
        height: 15px !important;
        display: none;
    }

    .logo-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        margin: 50px auto;
    }

    .logo-item {
        padding: 25px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        filter: grayscale(100%);
        opacity: 0.2;
        transition: 0.2s ease-in-out;
    }

    .logo-item:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    .logo-item img {
        width: 100px;
        height: auto;
    }

    .plans-container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .plan-card {
        border-radius: 5px;
        background-color: var(--blue-highlight);
        border: 1px solid var(--off-color);
    }

    .plan-card h3 {
        border-radius: 5px 5px 0 0;
        text-align: center;
        background-color: var(--blue);
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 20px 5px;
    }

    .plan-card h4 {
        text-align: center;
        color: var(--font-color);
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 20px auto;
    }

    .plan-card h5 {
        text-align: center;
        color: var(--blue-deep);
        font-size: 15px;
        font-weight: 500;
        margin: 20px auto;
    }

    .plan-card h2 {
        text-align: center;
        color: var(--accent-color);
        font-size: 20px;
        font-weight: 900;
        margin: 20px auto;
    }

    .recommended-container,
    .articles-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item,
    .article-item {
        position: relative;
        width: 100%;
    }

    .recommended-image,
    .article-image {
        cursor: pointer;
        border-radius: 3px;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content,
    .article-content {
        padding: 20px 0;
    }

    .recommended-read-tag,
    .article-read-tag {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        margin: 0;
    }

    .recommended-read-tag span,
    .article-read-tag span {
        color: var(--primary-color);
    }

    .recommended-title,
    .article-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 25px;
        font-weight: 500;
        margin: 5px 0;
    }

    .recommended-title:hover,
    .article-title:hover {
        text-decoration: underline;
    }

    .recommended-description,
    .article-description {
        font-size: 15px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.7;
        margin: 0;
    }

    .recommended-button,
    .article-button {
        display: inline-block;
        margin: 15px 0;
        padding: 15px 30px;
        border-radius: 2px;
        background-color: var(--primary-color);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .tri-masonry {
        display: grid;
        /* grid-template-areas: "a b b" "a b b" "c c c" "c c c";
        grid-template-rows: repeat(4, 200px); */
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .quad-masonry {
        display: grid;
        /* grid-template-areas: "a b b""a b b""c c d""c c d";
        grid-template-rows: repeat(4, 200px); */
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        height: auto;
        margin: 50px auto;
        grid-gap: 50px;
    }

    .tri-masonry-item {
        border-radius: 4px;
        min-height: 300px;
        padding: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 100px 75px rgba(0, 0, 0, 0.7);
        transition: 0.3s all ease-in-out;
    }

    .tri-masonry-item-1 {
        /* grid-area: a; */
        background-position: 50% 0%;
    }

    .tri-masonry-item-2 {
        /* grid-area: b; */
        background-position: 50% 50%;
    }

    .tri-masonry-item-3 {
        /* grid-area: c; */
        background-position: 50% 50%;
    }

    .tri-masonry-item-4 {
        /* grid-area:dc; */
        background-position: 50% 50%;
    }

    .tri-masonry-item h3 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    .tri-masonry-item h4 {
        color: var(--secondary-color);
        font-family: brandon-grotesque, sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        opacity: 0.8;
    }

    .tri-masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        padding: 15px 25px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        margin: 20px 0 0 0;
        border-radius: 2px;
    }

    .strip-container {
        margin: 100px auto 50px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 100px;
    }

    .strip-item {
        position: relative;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 50px 25px 25px 25px;
        border-radius: 3px;
    }

    .strip-item i {
        position: absolute;
        top: -50px;
        color: #fff;
        background-image: radial-gradient(#d1464b, var(--primary-color));
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }

    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: var(--font-color);
        margin: 10px auto;
        text-align: center;
    }

    .strip-item h4 {
        font-family: brandon-grotesque, sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        opacity: 0.9;
        margin: 10px auto;
        text-align: center;
        line-height: 1.7;
    }

    .strip-item a {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        background: var(--primary-color);
        margin: 10px auto;
        padding: 10px 30px;
        text-decoration: none;
        text-align: center;
    }

    .masonry-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .masonry-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 300px;
        padding: 50px 5%;
        background-color: var(--blue);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }

    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(2, 31, 58, 0.4);
    }

    .masonry-item h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        margin: 0;
    }

    .masonry-item h4 {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        opacity: 0.85;
    }

    .masonry-item a {
        font-family: brandon-grotesque, sans-serif;
        display: inline-block;
        background-color: var(--blue);
        color: #fff;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 25px 0 0 0;
        border-radius: 2px;
    }
}