.page-template-page-about-us {

    .image-video-paragraph-section {

        .video-thumbnail {
            min-height: 248px;

            @media screen and (min-width: 1280px) {
                min-width: 456px;
            }

            @media screen and (max-width: 768px) {
                min-width: 343px;
                min-height: 187px;
            }

            img {
                width: 100%;
                height: 100%;
            }
        }

        img {
            width: 100vw;
            height: max-content;
            border-radius: 16px;
        }

        iframe {
            background-color: white;
            width: 100%;
            height: 287px;
            border-radius: 16px;

            @media screen and (min-width: 1024px) {
                min-width: 456px;
            }
            
            @media screen and (max-width: 768px) {
                width: 100vw;
                min-width: 343px;
                min-height: 187px;
            }
        }

        h1 {
            font-weight: 600;
            font-size: 32px;
            line-height: 44px;
        }

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
        }

        h1, h2 {
            color: #0B0E21;
        }

        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 1rem;
        }

        button, .btn {
            min-width: 83px;
            height: 40px;
            background-color: var(--brand-color-primary-acf);
            border-radius: 8px;
            padding: 8px 16px;
            border: none;
            color: #fff;
        }

        .text-content {
            max-width: 620px;
        }

        &.justify-content-end {
            .text-content {
                max-width: 720px;
            }
        }
    }

    .team-profile-section {

        h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
            color: #0B0E21;
        }

        .column-gap {
            column-gap: 6rem;

            @media screen and (max-width: 1399px) {
                column-gap: 11rem;
            }

            @media screen and (max-width: 768px) {
                column-gap: 3rem;
            }
            
            @media screen and (max-width: 403px) {
                column-gap: 2rem;
            }

            @media screen and (max-width: 387px) {
                column-gap: 1rem;
            }

            @media screen and (max-width: 360px) {
                column-gap: 0;
            }
            
        }


        .profile {

            @media screen and (max-width: 768px) {
                width: 166px;
            }

            img {
                width: 250px;
                height: 250px;
                border: 10px solid #F3F1FC;
                box-shadow: 0px 5px 8px 0px #00000040;
                border-radius: 100%;
                background: radial-gradient(58.45% 58.45% at 51.01% 46.62%, rgb(from var(--brand-color-primary-acf) r g b / 0.5) 0%, var(--brand-color-primary-acf) 100%);
                object-fit: contain;

                @media screen and (max-width: 768px) {
                    max-width: 150px;
                    max-height: 150px;
                    border: 6px solid #F3F1FC;
                }
            }

            p {
                margin-bottom: 0;
                font-weight: 500;
                font-size: 1rem;
                line-height: 24px;
                color: #0B0E21;
                
                @media screen and (max-width: 768px) {
                    font-size: 0.875rem;    
                }

                &.name {
                    font-weight: 600;
                    font-size: 1.5rem;
                    line-height: 32px;

                    @media screen and (max-width: 768px) {
                        font-size: 1rem;
                        line-height: 24px;
                    }
                }
            }
        }
    }

    .key-values-section {
    
        p {
            margin: 0 !important;
        }
        
        .title-key-values {
            padding-bottom: 1rem;
            color: var(--Text-Black, #0B0E21);
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }
    
        .key-values-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
    
            .key-value-item {
                flex: 1;
                min-width: 45%;
                box-sizing: border-box;
    
                .title-key-value-item {
                    padding-bottom: 8px;
                    color: #000;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 24px;
                    letter-spacing: 0.25px;
    
                    .content {
                        color: #000;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                    }
                }
            }
    
            .key-values-row {
                display: flex;
                width: 100%;
                gap: 1rem;
            }
        }
    }
    
    .all-paragraph-section {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        p {
            margin: 0 !important;
        }
    
        .paragraph {
    
            .title-all-paragraph {
                padding-bottom: 1rem;
                color: var(--Text-Black, #0B0E21);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0.25px;
            }
    
            .content-all-paragraph {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }
        }
    
        .title-all-paragraph-section {
            color: var(--Text-Black, #0B0E21);
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }
    }
    
    .key-values-section {
        padding: 48px 0px 48px 0px !important;
        
        @media screen and (max-width: 1024px) {
            padding: 24px 4px 24px 4px !important;
        }
    }

    .all-paragraph-section {
        padding: 48px 0px 48px 0px !important;

        @media screen and (max-width: 1024px) {
            padding: 0px 4px 0px 4px !important;
        }
    }
}