@media screen and (min-width: 1152px) {
    header {
        width: calc(100% - 32px);
    }
    .header-wrapper {
        min-width: 1088px;
    }

    /* Banner */
    #banner {
        margin: 0 0 64px 0;
    }
    #hero-background {
        width: 527px;
        height: 527px;
    }
    #heroes {
        gap: 240px;
    }
    #hero-cta {
        gap: 155px;
        width: fit-content;
    }
    .h-text {
        font-size: 16px;
    }
    #hero-tagline p {
        font-size: 16px;
    }
    .btn-cta {
        padding: 14px 43px;
    }

    /* Services */
    #our-services {
        margin: 152px 0 88px 0;
    }
    .section-header-text-v1 {
        gap: 10px;
        font-size: 16px;
    }
    .section-header-text-v1 img {
        width: 40px;
        height: 40px;
    }
    .section-header-text-v1 p {
        font-size: 28px;
    }
    #os-sshtv1 {
        /* padding: 16px 0; */
    }
    #os-sshtv1-img {
        /* margin: 48px auto 0 auto; */
    }
    .section-headline {
        margin: 32px 0 64px 0;
    }
    .section-headline h1 {
        padding: 0 32px;
    }
    .section-headline p {
        padding: 16px 32px 0 32px;
    }
    .section-sub-heading-text-v1 {
        font-size: 14px;
        letter-spacing: .6px;
    }
    #services {
        margin-top: 96px;
    }
    .quote {
        font-size: 24px;
    }
    #btn-view-contact-details {
        /* margin: 16px auto 0 auto; */
        padding: 16px 32px;
        font-size: 14px;
    }
    .service-category {
        width: 248px;
    }
    .service-category h1 {
        font-size: 24px;
        margin: 0;
    }
    .service-card {
        width: calc(400px - 48px);
        height: 370px;
        padding: 24px;
    }
    .service-card img {
        width: 40px;
        height: 40px;
    }
    .service-header-text {
        margin: 20px 0;
        font-size: 20px;
    }
    .s-p-text {
        font-size: 13px;
    }
    .s-p-text b {
        font-size: 14px !important;
    }
    .service-card ul li p {
        font-size: 13px;
    }
    #our-services-cta button {
        font-size: 13px;
        width: 300px;
    }

    /* Process */
    #our-process {
        margin: 88px 0 196px 0;
    }
    #process-tagline {
        padding: 24px;
        margin-top: 64px;
        margin-bottom: 120px;
    }
    #process-tagline p {
        line-height: 24px;
        font-size: 16px;
    }
    #process-tagline img {
        width: 80px;
        height: 80px;
    }
    .ps-img {
        width: 40px;
        height: 40px;
    }
    .ps-header-text {
        font-size: 16px;
    }
    .ps-tagline-text {
        font-size: 16px;
    }
    .ps-next {
        width: 32px;
        height: 32px;
    }
    .processes {
        gap: 18px;
    }
    .process-card {
        width: calc(220px - 32px);
        height: calc(300px - 32px);
    }
    .process-card img {
        width: 70px;
        width: 70px;
    }
    .btn-service-nav {
        font-size: 24px;
        border-bottom: .5px solid transparent;
        transition: all ease-in-out 0.5s;
        padding-bottom: 4px;
    }
    .btn-service-nav:hover {
        border-bottom-color: white;
    }
    #stack-marquee {
        width: 1088px;
        height: 60px;
        gap: 76px;
    }
    #stack-marquee img {
        width: 25px;
        height: 25px;
    }

    /* Contact */
    #contact-us {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 832px;
    }
    .cu-bg {
        position: absolute;
        height: 100%;
    }
    .cu-wrapper {
        position: absolute;
        width: 1088px;
    }
    .cu-card {
        width: calc(544px - 32px);
        height: calc(524px - 32px);
        padding: 16px;
    }
    .cu-header {
        width: 100%;
        margin: 0 auto 48px auto;
        gap: 12px;
    }
    .cf-field input {
        width: calc(400px - 24px);
        height: calc(48px - 24px);
    }
    .cf-field textarea {
        width: calc(400px - 24px);
        max-width: calc(400px - 24px);
        height: calc(180px - 24px);
    }
    #btn-send-message {
        width: 400px;
    }

    /* Core Values */
    #core-values {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 690px;
    }
    #cv-holder {
        width: 1088px;
        height: 560px;
    }
    .cv-card {
        width: fit-content;
    }
    #cv-bg {
        width: 1558px;
        right: -425px;
    }
    .cv-sub-heading-text {
        margin: 100px 0 0 0;
        font-size: 24px;
    }
    .cv-info {
        margin-top: 185px;
        font-size: 16px;
    }
    .cv-body-text {
        width: 400px;
        font-size: 16px;
    }
    .cv-message {
        margin-top: 80px;
        width: calc(550px - 32px);
        height: calc(320px - 32px);
        padding: 16px;
    }
    .cvm-header-text {
        font-size: 20px; 
    }
    .cvm-body-text {
        font-size: 16px;
    }

    /* Footer */
    .footer-wrapper {
        width: 1088px;
    }

    /*  */
    #hero-tagline p:first-child {
        font-size: 18px;
    }
    #hero-tagline p:nth-child(2) {
        font-size: 24px;
        font-weight: bold;
    }
}