.human-iq-callout {
    .logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -30px;
        padding: 0 80px var(--spacing-2xl);

        @media screen and (max-width: 1460px) {
            margin: -25px;
            padding: 0 50px var(--spacing-2xl);
        }
        @media screen and (max-width: 991px) {
            padding: 0 40px var(--spacing-xl);
        }
        @media screen and (max-width: 768px) {
            padding: 0 0 var(--spacing-lg);
        }
        @media screen and (max-width: 576px) {
            margin: -20px;
        }
        .logo {
            width: 20%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px;

            @media screen and (max-width: 1460px) {
                padding: 25px;
            }
            @media screen and (max-width: 991px) {
                width: 25%;
            }
            @media screen and (max-width: 768px) {
                width: calc(100% / 3);
            }
            @media screen and (max-width: 576px) {
                width: 50%;
                padding: 20px;
            }
            a {
                display: inline-block;

                &:hover, &:focus-visible {
                    img {
                        top: -5px;
                    }
                }
            }
            img {
                width: 100%;
                max-width: 130px;
                position: relative;
                top: 0;
                transition: .2s ease-in-out;
            }
        }
    }
    .callout {
        background: linear-gradient(to bottom, rgba(var(--color-black-rgb), 0), rgba(var(--color-green-100-rgb), .4));
        outline: 2px solid rgba(var(--color-white-rgb), .25);
        border-radius: 30px;
        padding: 60px 70px;

        @media screen and (max-width: 1200px) {
            padding: 60px;
        }
        @media screen and (max-width: 991px) {
            padding: 40px;
        }
        @media screen and (max-width: 576px) {
            padding: 25px;
            border-radius: 20px;
        }
        .row {
            --bs-gutter-x: 80px;
            --bs-gutter-y: 80px;

            @media screen and (max-width: 991px) {
                --bs-gutter-y: 50px;
            }
            @media screen and (max-width: 768px) {
                --bs-gutter-y: 30px;
            }
        }
        .callout-col-left {
            display: flex;
            flex-direction: column;
            justify-content: center;

            h2 {
                font-family: var(--font-secondary);
                font-size: var(--font-size-xl);
                font-weight: normal;
                font-style: italic;
                margin-bottom: var(--spacing-md);

                @media screen and (max-width: 768px) {
                    font-size: var(--font-size-lg);
                }
                @media screen and (max-width: 576px) {
                    font-size: var(--font-size-md);
                    margin-bottom: var(--spacing-sm);
                }
                br {
                    @media screen and (max-width: 576px) {
                        display: none;
                    }
                }
            }
            .reasons-list {
                .row {
                    --bs-gutter-x: 30px;
                    --bs-gutter-y: 30px;

                    @media screen and (max-width: 576px) {
                        --bs-gutter-y: 25px;
                    }
                }
                .reason {
                    .reason-heading {
                        font-size: 1.6rem;
                        font-weight: 800;
                        line-height: 1.4;
                        text-transform: uppercase;
                        letter-spacing: 1.28px;
                        margin-bottom: 8px;

                        @media screen and (max-width: 576px) {
                            letter-spacing: 1px;
                        }
                    }
                    .reason-description {
                        font-size: 1.6rem;
                        line-height: 1.4;
                        margin-bottom: 0;
                        text-wrap: pretty;
                    }
                }
            }
        }
        .callout-col-right {
            .callout-image {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                height: 100%;

                img {
                    @media screen and (max-width: 991px) {
                        margin: 0 auto;
                    }
                }
            }
        }
    }
    .test-unit {
        outline: 2px solid rgba(var(--color-white-rgb), .2);
        border-radius: 30px;
        padding: 60px;
        margin-top: var(--spacing-2xl);

        @media screen and (max-width: 991px) {
            padding: 40px;
            margin-top: var(--spacing-xl);
        }
        @media screen and (max-width: 768px) {
            margin-top: var(--spacing-lg);
        }
        @media screen and (max-width: 576px) {
            padding: 25px;
            border-radius: 20px;
        }
        .test-unit-left, .test-unit-right {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        h2 {
            line-height: 1.1;
            margin-bottom: var(--spacing-md);

            @media screen and (max-width: 576px) {
                margin-bottom: var(--spacing-sm);
            }
            br {
                display: none;
                
                @media screen and (max-width: 576px) {
                    display: block;
                }
            }
            .h3-gotham {
                font-family: var(--font-primary);
                font-size: 4.2rem;
                font-weight: bold;
                font-style: normal;
                text-transform: uppercase;
                letter-spacing: 4.2px;
                margin-right: 4px;

                @media screen and (max-width: 991px) {
                    font-size: 3rem;
                    letter-spacing: 3px;
                    margin-right: 2px;
                }
                @media screen and (max-width: 576px) {
                    font-size: 2.4rem;
                    letter-spacing: 2.4px;
                    margin-right: 1px;
                }
                .flip {
                    display: inline-block;
                    transform: rotate(180deg);
                    margin-right: 10px;

                    @media screen and (max-width: 991px) {
                        margin-right: 6px;
                    }
                    @media screen and (max-width: 576px) {
                        margin-right: 4px;
                    }
                }
            }
        }
        p {
            font-size: 1.6rem;
            text-wrap: pretty;
        }
        .test-unit-video {
            width: 100%;
            aspect-ratio: 578 / 360;
            border-radius: 30px;
            overflow: hidden;

            video {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}