.installation-services {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    position: relative;
}

.installation-services .blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 54, 88, .8);
}

.installation-services .section-title {
    margin-top: 80px;
    color: white;
    color: var(--wht, #FFF);
    text-align: center;
    font-family: var(--secondary);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.installation-services .inner-container {
    z-index: 1;
    position: relative;
}

.installation-services .service-heading {}

.installation-services .two-col-container {
    display: flex;
    gap: 80px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 110px;
    padding-left: 10px;
    padding-right: 10px;
}

.installation-services .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.installation-services .text-col a:any-link {
    display: inline-block;
    color: var(--light-blue);
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.installation-services .text-col p {
    color: #FFF;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}



.installation-services .text-col ul {
    padding-left: 1.5rem;
}

.installation-services .text-col li {
    color: #FFF;
}

.installation-services .text-col li::marker {
    color: var(--light-blue);
}

.installation-services .services-col {
    width: 100%;
    min-width: 360px;
}

.installation-services .service-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.installation-services .service-grid-container .individual-service {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 170px;
    height: 170px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    text-align: center;
    border: 1px solid #FFF;
    color: white;
}

.service-heading {
    color: var(--orange);
    text-align: center;
    margin-bottom: 20px;
    font-family: Overpass;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-grid-blurb-container {
    border-radius: 15px;
    background: #191919;
    padding: 20px;
    margin-top: 20px;
}

.service-grid-blurb-container p {
    color: white;
}

.service-grid-blurb-container .quote-author {
    margin-top: 10px;
    color: var(--light-blue);
}

@media screen and (max-width: 1150px) {

    .installation-services,
    .installation-services .blue-bg {
        border-bottom-right-radius: 0px;
    }



    .installation-services .two-col-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .installation-services .service-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
    }

    .installation-services .section-title {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-grid-blurb-container,
    .installation-services .text-col {
        max-width: 600px;
        margin: 0 auto;
    }

    .installation-services .text-col p {
        line-height: normal
    }

    .service-grid-blurb-container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 650px) {
    .installation-services .section-title {
        font-size: 50px;
    }

    .installation-services .service-grid-container {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
        margin: 0 auto;
        justify-items: center;
    }
}

.installation-services .text-col ul li {
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}
