.about-page-background {
    background: url(./assets/abbe-sublett-nxZDMUQhN4o-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.contact-page-background {
    background: url(./assets/robert-stump-bwpgwJesFhw-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.services-page-background {
    background: url(./assets/m-GvPceVqbxm4-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.insights-page-background {
    background: url(./assets/birk-enwald-IGdwE4lyx8A-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.insight-body {
    background: url(./assets/1771222856385.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.page-heading-section {
    position: relative;
    top: 200px;
}

.iframe-row-background {
    background-color: rgb(187, 187, 187);
}

.sevices-list {
    padding-left: 0px;
}

.sevices-list li {
    list-style: none;
    /* background-color: rgb(245, 245, 245); */
    border: 1px solid rgb(196, 196, 196);
}

.sector-page-background {
    background: url(./assets/petr-magera-5shl-NRhPyc-unsplash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.sector-background {
    background-color: rgb(245, 245, 245);
}