 body {
            font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
        }

        .layout {
            max-width: 700px;
        }

        @media screen and (max-width: 425px) {
            .layout {
                width: 90% !important;
            }
        } 

        .lang-modal {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }

        .lang-modal .link {
            display: inline-block;
            padding: 5px;
        }

        .fluid-heading {
            font-size: 1.8rem;
        }

        @media screen and (max-width: 425px) {
             
        }

        .language-list.show {
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr;
        }

        @media screen and (max-width: 425px) {
            .language-list.show {
                grid-template-columns: 1fr 1fr;
            }
        }

        .topbar__heading {
            margin-right: 1rem;
            text-align: center;
        }

        @media screen and (max-width: 770px) {
            .topbar {
                flex-direction: column;
            }
            .topbar__heading {
                margin-right: 0;
            }
        }

        .change-lang {
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: capitalize;
            margin: 1rem;
        }

        .change-lang:hover {
            text-decoration: none;
        }

        .change-lang .flag-icon {
            margin-right: 5px;
            transform: translateY(1px);
        }

        @media screen and (max-width: 1270px) {
            .dropdown {
                position: static;
            }
        }

        .topbar__heading {
            width: 100%;
            text-align: center;
        }

        .topbar .dropdown {
            float: right;
            min-width: max-content;
        }

        @media all and (max-width: 540px) {
            .fluid-heading {
                font-size: 1.6rem;
            }
            body.mt-2 {
                margin-top: 0 !important;
            }
            .layout.pt-5 {
                padding-top: 15px !important;
            }
            .change-lang {
                margin: 0 1rem;
            }
            header div p {
                line-height: 1.2;
                margin-top: 8px !important;
                margin-bottom: 5px !important;
            }
            #runner.mb-5.pb-5 {
                padding-bottom: 0 !important;
                margin-bottom: 30px !important;
            }
        }

        .main-menu {
            width: 100%;
            text-align: center;
            font-weight: 600;
        }

        .main-menu .divider {
            display: inline-block;
            width: 10px;
            position: relative;
            height: 12px;
            margin: 0 10px;
        }

        .main-menu .divider:after {
            content: '';
            display: block;
            width: 10px;
            height: 2px;
            background-color: #212529;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .main-menu a {
            color: #212529;
        }

        .bd-placeholder-img {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 200px;
        }

        .bd-placeholder-img.mob {
            height: 400px;
        }

        .card-text {
            color: #212529;
        }

        .card {
            margin-bottom: 15px;
        }

        @media all and (max-width: 540px) {
            .bd-placeholder-img {
                height: 150px;
            }
            .bd-placeholder-img.mob {
                height: 300px;
            }
        }