.sophos-page {
    line-height: 1;
    color: #001b46;
    font-family: lato;
}

.sophos-hero {
    background-color: #001b46;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    padding: 5rem;

    .sophos-hero-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 60%;

        img {
            margin-bottom: 1.5rem;
        }

        .sophos-hero-head {
            margin-bottom: 2rem;

            h1 {
                font-size: 3rem;
                font-weight: 700;
                margin: 0;
            }

            p {
                font-size: 1.125rem;
                font-weight: 400;
                width: 70%;
            }
        }

        .sophos-hero-cards {
            display: grid;
            grid-template-columns: auto auto auto;
            gap: 1rem;

            .sophos-hero-card {
                display: flex;
                flex-direction: column;
                align-items: start;
                justify-content: start;

                img {
                    margin: 1rem 0;
                }

                h3 {
                    margin: 0;
                    font-size: 1rem;
                    font-weight: bold;
                }

                p {
                    font-size: 0.8rem;
                    font-weight: 400;
                    color: #ffffffd6;
                }
            }

            .pgn-fix {
                img {
                    width: 2rem;
                    margin: 0.6rem 0;
                }
            }
        }


        .sophos-hero-cards .sophos-hero-card:nth-child(1),
        .sophos-hero-cards .sophos-hero-card:nth-child(2) {
            border-right: 1px solid #193258;
            padding-right: 1rem;
        }

        .sophos-hero-logo {
            margin: 2rem 0;
        }
    }

    .sophos-hero-right img {
        width: 100%;
    }
}

.sophos-endpoint {
    background-color: #004fb5;
    display: flex;
    justify-content: space-around;
    color: white;
    padding: 5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;

    .sophos-endpoint-left {
        width: 50%;

        .sophos-endpoint-btn {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;

            button {
                background-color: white;
                color: #004fb5;
                border: none;
                border-radius: 50px;
                font-size: 0.9rem;
                padding: 0.7rem 1.5rem;
                font-weight: 700;
            }
        }

        .sophhohs-endpoint-head {

            h1 {
                margin: 0;
                font-size: 3rem;
                font-weight: 700;
            }

            h3 {
                font-size: 1.5rem;
                font-weight: 500;

            }

            p {
                font-size: 1rem;
                font-weight: 400;
            }
        }
    }

    .sophos-endpoint-right {
        width: 45%;

        img {
            width: 100%;
            padding-left: 2rem;
        }
    }
}

.sophos-encryption-vactor {
    position: relative;
    z-index: 1;

    .sophos-encryption {
        padding: 5rem;

        .sophos-encryption-btn {

            button {
                background-color: #001b46;
                color: white;
                border: none;
                border-radius: 50px;
                font-size: 0.9rem;
                padding: 0.7rem 1.5rem;
                font-weight: 700;
            }
        }

        .sophos-encryption-head {
            width: 60%;

            h1 {
                font-size: 3rem;
                font-weight: 700;
            }

            h3 {
                font-size: 1.5rem;
                font-weight: 400;
            }

            p {
                font-size: 1rem;
                font-weight: 400;
            }
        }

        .sophos-encryption-content {
            margin-top: 5rem;

            h3 {
                font-size: 1.5rem;
                font-weight: 500;
            }

            .sophos-encryption-cards {
                display: grid;
                grid-template-columns: auto auto auto;
                gap: 1rem;

                .sophos-encryption-card {
                    background-color: white;
                    border: 1px solid #dbe8f2;
                    padding: 1.5rem;
                    border-radius: 10px;

                    h4 {
                        font-weight: 500;
                        margin: 0;
                    }

                    p {
                        font-size: 0.875rem;
                        font-weight: 400;
                        color: #383b5d;

                        span {
                            text-decoration: underline;
                        }
                    }
                }
            }
        }
    }

}

.sophos-encryption-vactor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("https://nulodgic-static-assets.s3.us-east-1.amazonaws.com/app_direct/images/sophos/Group.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
    /* send it behind content */
    pointer-events: none;
    /* allow clicks to pass through */
    opacity: 1;
}

.sophos-phish {
    background-color: #004fb5;
    color: white;
    padding: 5rem;
    border-radius: 1rem;

    .sophos-phish-head {
        display: flex;

        .sophos-phish-head-left {
            width: 60%;

            .sophos-phish-head-btn {

                button {
                    background-color: white;
                    color: #004fb5;
                    border: none;
                    border-radius: 50px;
                    font-size: 0.9rem;
                    padding: 0.7rem 1.5rem;
                    font-weight: 700;
                }
            }

            .sophos-phish-head-head {

                h1 {
                    font-size: 3rem;
                    font-weight: 600;
                }

                h3 {
                    font-size: 1.5rem;
                    font-weight: 500;
                    margin: 0;
                }

                p {
                    font-size: 1rem;
                    font-weight: 400;
                    color: #cbdcf0;
                }
            }
        }

        .sophos-phish-head-right {
            img {
                width: 100%;
            }
        }
    }

    .sophos-phish-cards {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 1rem;
        margin-top: 2rem;

        .sophos-phish-card {
            background-color: #1961bc;
            border-radius: 10px;
            padding: 1.5rem;

            h4 {
                font-weight: 400;
                margin: 0;
            }

            p {
                font-size: 0.875rem;
                color: #cbdcf0;
            }
        }
    }
}

.sohpos-security-vactor {
    position: relative;
    z-index: 1;

    .sophos-security {
        padding: 5rem;



        .sophos-security-head {

            .sophos-security-head-btn {
                margin-bottom: 1rem;

                button {
                    background-color: #001b46;
                    color: white;
                    border: none;
                    border-radius: 50px;
                    font-size: 0.9rem;
                    padding: 0.7rem 1.5rem;
                    font-weight: 700;
                }
            }

            .sophos-security-head-content {
                width: 60%;
                margin-bottom: 4rem;

                h1 {
                    font-size: 3rem;
                    font-weight: 600;
                    margin: 0.1rem 0;
                }

                h3 {
                    font-size: 1.5rem;
                    font-weight: 500;
                }

                p {
                    font-size: 1rem;
                    font-weight: 400;
                }
            }
        }

        .sophos-security-cards {
            display: grid;
            grid-template-columns: auto auto auto;
            gap: 1rem;

            .sophos-security-card {
                background-color: white;
                border: 1px solid #dbe8f2;
                padding: 1.5rem;
                border-radius: 10px;

                h4 {
                    font-weight: 500;
                    margin: 0;
                    font-size: 1.2rem;
                }

                p {
                    font-size: 0.875rem;
                    font-weight: 400;
                    color: #383b5d;
                }
            }
        }
    }
}

.sohpos-security-vactor:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    /* adjust size */
    height: 100%;
    /* adjust size */
    background-image: url("https://nulodgic-static-assets.s3.us-east-1.amazonaws.com/app_direct/images/sophos/sophos1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 1;
    /* send it behind content */
    pointer-events: none;
    /* allow clicks to pass through */
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {

    .sophos-hero,
    .sophos-endpoint,
    .sophos-encryption,
    .sophos-phish,
    .sophos-security {
        padding: 2rem !important;
        flex-direction: column !important;
        text-align: center !important;
    }

    .sophos-hero {
        flex-direction: column !important;
        align-items: center !important;
    }

    .sophos-hero-head p {
        width: 100% !important;
    }

    .sophos-hero-left,
    .sophos-endpoint-left,
    .sophos-endpoint-right,
    .sophos-phish-head-left,
    .sophos-security-head-content,
    .sophos-encryption-head {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    .sophos-endpoint-btn {
        justify-content: center !important;
    }


    .sophos-hero-cards,
    .sophos-encryption-cards,
    .sophos-phish-cards,
    .sophos-security-cards {
        grid-template-columns: 1fr 1fr !important;
    }

    .sophos-hero-cards>*:nth-child(3),
    .sophos-encryption-cards>*:nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .sophos-hero-logo {
        margin: 0 !important;
    }

    .sophos-hero-right img {
        padding: 0 !important;
        margin: 0 !important;
    }

    .sophos-endpoint-right img {
        width: 50% !important;
        padding-left: 0 !important;
        margin-top: 2rem !important;
    }

    .sophos-encryption-head,
    .sophos-security-head-content {
        width: 100% !important;
    }

    .sophos-encryption-vactor::before,
    .sohpos-security-vactor::before {
        width: 100% !important;
        background-size: cover !important;
        opacity: 0.1 !important;
    }

    .sophos-phish-head {
        flex-direction: column !important;
    }

    .sophos-phish-head-right img {
        width: 50% !important;
        margin-top: 2rem;
    }

    .sophos-hero-cards .sophos-hero-card:nth-child(1),
    .sophos-hero-cards .sophos-hero-card:nth-child(2) {
        border-right: none !important;
        padding-right: 0 !important;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {

    .sophos-hero-head h1,
    .sophhohs-endpoint-head h1,
    .sophos-encryption-head h1,
    .sophos-phish-head-head h1,
    .sophos-security-head-content h1 {
        font-size: 2rem !important;
    }

    .sophos-hero-cards,
    .sophos-encryption-cards,
    .sophos-phish-cards,
    .sophos-security-cards {
        grid-template-columns: 1fr !important;
    }

    .sophos-hero-card {
        align-items: center !important;
    }

    .sophos-hero-right img {
        width: 100% !important;
    }

    .sophos-endpoint-right img {
        width: 100% !important;
    }

    .sophos-phish-head-right img {
        width: 100% !important;
    }

    .sophos-endpoint-btn {
        flex-direction: column !important;
    }

    .sophos-hero-head p,
    .sophos-encryption-head p,
    .sophos-security-head-content p,
    .sophos-phish-head-head p {
        width: 100% !important;
        font-size: 0.9rem !important;
    }

    .sophos-hero {
        padding: 2rem 1rem !important;
    }

    .sophos-hero-cards {
        gap: 2rem !important;
    }

    .sophos-encryption-content,
    .sophos-security-cards,
    .sophos-phish-cards {
        margin-top: 2rem !important;
    }

    .sophos-hero-logo {
        margin: 1rem 0 !important;

        img {
            width: 100% !important;
        }
    }
}