#cms-header {
    #m5 {
        .custom-ib-logo {
            content: "";
            display: inline-block;

            width: 80px;
            height: 80px;

            background-image: url("https://www.ibo.org/globalassets/new-structure/icons-and-logos/images/in-collaboration-with-ib-rev-en.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;

            @media screen and (max-width: 959px) {
                display: none;
            }
        }
    }

    #h3 {
        .mobile-header {
            padding-top: 15px;
            padding-bottom: 15px;

            .right-icon {
                display: flex;
                column-gap: 10px;
            }

            .custom-ib-logo {
                content: "";
                display: inline-block;

                width: 40px;
                height: 40px;

                background-image: url("https://www.ibo.org/globalassets/new-structure/icons-and-logos/images/in-collaboration-with-ib-rev-en.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                background-color: var(--primary-color);
                border-radius: 50%;


                @media screen and (min-width: 960px) {
                    display: none;
                }
            }

            @media screen and (max-width: 599px) {
                .school-info {
                    padding-bottom: 0;
                }

                .name {
                    .org-name {
                        font-size: 18px;
                        line-height: 1;
                    }
                }

                .logo {
                    padding-right: 0;
                    margin-bottom: 0;
                }

            }
        }
    }
}