@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.border {
    border-color: #F2EBCD
}

p {
    color: #0B0448;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

a {
    text-decoration: none;
}


.container {
    width: 1280px
}

.container-small {
    width: 1024px;
    margin: 0 auto
}

.header {
    display: block;
    background-color: #fff;
    border-bottom: 1px #F2EBCD solid;
    /*height: 125px;*/
}

.top-head {
    display: flex;
/*    margin: 18px 0 14px;*/
padding-top: 18px;
}

.logo {
    float: left;
    width: 104px;
    margin-top: 10px;
}

    .logo img {
        width: 100%;
    }

.num {
    display: inline-block;
    direction: ltr;
    margin-left: 20px;
    font-size: 18px;
}

    .num i {
        color: #ccb126;
    }

.lang {
    display: inline-block;
    direction: ltr;
}

    .lang i {
        color: #ccb126;
    }

    .lang a {
        color: #0B0448;
    }

.navbars {
    padding: 0;
}

.padding {
    padding: 50px 0
}

.main {
    display: block;
    position: relative;
}

    .main img {
        width: 100%;
        height: 87vh;
        object-fit: cover;
        object-position: center;
    }

.main-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(rgba(11, 4, 72, 0) 0%, #0b0448 100%);
    padding: 5rem 0;
}

    .main-txt h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
        width: 50%;
        margin-bottom: 2rem;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    .main-txt p {
        width: 50%;
        color: #fff;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        font-weight: 300;
    }

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-slide {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

    .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

.swiper-txt {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 20px;
    text-align: right;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
}

    .swiper-txt span {
        background-color: #ed9c0c;
        font-size: 12px;
        padding: 5px;
        color: #fff;
    }

    .swiper-txt h2 {
        color: #fff;
        margin: 0 0 10px;
        line-height: 46px;
        font-weight: 700;
    }

    .swiper-txt p {
        color: #fff;
        font-size: 14px;
        margin: 0 0 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper-txt h6 {
        color: #fff;
        font-size: 14px;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-light {
    background-color: #F3F2E4;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0B0448
}

.card-over {
    display: block;
    position: relative;
    overflow: hidden
}

    .card-over img {
        width: 100%;
        transition: all ease-in-out 1.9s;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .card-over:hover img {
        transform: scale(1.3)
    }

.card-over-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5rem 2rem 2rem;
    background: linear-gradient(rgba(11, 4, 72, 0) 0%, #0b0448 100%);
}

    .card-over-txt h3 {
        color: #fff
    }

    .card-over-txt p {
        color: #fff;
        font-weight: 400;
        margin: 0
    }

.figuers {
    display: block;
    text-align: center;
}

    .figuers h3 {
        text-align: center;
        color: #807C6B;
        margin-bottom: 2rem;
    }

    .figuers ul li {
        border: 1px #E1E5EE solid;
        width: 25%;
        float: right;
        text-align: center;
        padding: 1rem 1rem 2rem;
        border-left: 0;
        list-style: none;
    }

        .figuers ul li:last-child {
            border-left: 1px #E1E5EE solid;
        }

        .figuers ul li h1 {
            color: #CCB126;
            font-size: 4rem;
            display: inline-block;
            font-weight: 300;
            letter-spacing: -8px
        }

        .figuers ul li span {
            color: #807C6B;
        }

        .figuers ul li h5 {
            color: #807C6B;
        }

.title {
    display: block;
    margin-bottom: 2rem;
}

    .title h2 {
        color: #0B0448;
        font-weight: 700;
        color: #0B0448;
        font-weight: 700;
        position: relative;
    }

        .title h2::before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #CCB126;
            float: right;
            margin-top: 15px;
            margin-left: 10px;
        }

.tamwil {
    display: block;
}

.tamwil-card {
    border: 1px #E1E5EE solid;
}

    .tamwil-card h4 {
        color: #0B0448;
        padding: 1rem;
    }

    .tamwil-card img {
        width: 100%
    }

.tamwil-card-txt {
    padding: 1rem
}

    .tamwil-card-txt p {
        color: #0B0448;
        margin-bottom: 1rem
    }


.mv {
    background-color: #EEF3FF;
    display: block;
}

    .mv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mv-txt {
    padding: 2rem
}

    .mv-txt h3 {
        font-weight: 700
    }

    .mv-txt h3, p {
        color: #0B0448
    }

.taqarir-card {
    border: 1px #E1E5EE solid;
    padding: 1.5rem;
    text-align: center;
}

    .taqarir-card h2 {
        color: #0B0448;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: -8px;
    }

    .taqarir-card p {
        color: #0B0448;
    }

    .taqarir-card a {
        display: block
    }

.footer {
    background-color: #0B0448;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}


.footer-links {
    display: block
}

    .footer-links h4 {
        color: #fff;
        font-size: 1.2rem;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .footer-links a {
        display: block;
        color: #C7C6CF;
        font-size: 16px;
        width: auto;
    }

.footer p {
    display: block;
    color: #C7C6CF;
    font-size: 16px;
}

    .footer p span {
        display: block
    }

.footer-social {
    display: block;
    margin-bottom: 20px
}

    .footer-social a {
        color: #fff;
        font-size: 18px;
        margin-left: 10px;
    }

.avsta {
    border-top: 1px #4141A9 solid;
    padding: 15px 10px;
    display: block;
    color: #C7C6CF;
    text-align: center;
    font-size: 13px;
}


.btn-primary {
    background-color: #CCB126;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
}

.social-footer {
    display: block;
    margin: 45px 10px 0 0;
    text-align: center;
}

    .social-footer a {
        border: 1px #ddd solid;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        margin-left: 10px;
        color: #7e7d8e;
    }

.xtra {
    display: block;
    text-align: center;
    background-color: #444;
    padding: 10px 0;
}

    .xtra p {
        color: #fff;
        margin: 0
    }

.page-title {
    background-color: #ccb126;
    display: block
}

    .page-title h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
    }

    .page-title nav {
        background-color: transparent;
    }

        .page-title nav ol {
            background-color: transparent !important;
            padding: 0 !important;
            margin: 0;
        }

            .page-title nav ol li a {
                color: #fff
            }


.side-menu {
    background-color: #EEF3FF;
    padding: 0.5rem 1.5rem;
}

    .side-menu a {
        display: block;
        font-weight: 500;
        color: #9B9B9B;
        border-bottom: 1px #C4CEE6 solid;
        padding: 0.75rem 0;
        position: relative;
    }

        .side-menu a:last-child {
            border: 0
        }

        .side-menu a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            right: 0px;
            background-color: #CCB126;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .side-menu a:hover:before {
            visibility: visible;
            width: 100%;
        }

        .side-menu a:hover {
            color: #0B0448
        }

.side-menu-active {
    color: #0B0448 !important;
    border-bottom: 1px #CCB126 solid !important;
}

.side-page {
    display: block;
}

    .side-page h1, h2, h3, h4, h4 {
        color: #0B0448;
        font-weight: 600
    }

    .side-page p {
        color: #6C6A7A
    }

.big-imgs {
    width: 90%;
    margin: 0 auto;
    display: block
}

.detail {
    display: block;
}

    .detail h1 {
        margin-bottom: 30px;
        font-weight: 700;
        color: #0f304f;
    }

        .detail h1.dark-mode {
            color: #fff;
        }

    .detail p {
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
    }



    .detail iframe {
        display: block;
        margin-bottom: 14px
    }

.detail-xtra {
    display: block;
    border-right: 4px #ed9c0c solid;
    padding-right: 20px;
    margin-bottom: 40px;
    position: relative;
}

    .detail-xtra span {
        margin-bottom: 10px;
        display: block;
    }

        .detail-xtra span.dark-mode {
            color: #999
        }

    .detail-xtra h5 {
        font-size: 15px;
        display: inline-block;
        color: #666;
        margin: 0;
    }

.detail-share {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-btns {
    display: block;
    margin-bottom: 30px;
}
    .radio-btns input {
        margin-left:10px;
    }
        .radio-btns input label {
            margin-right:10px;
        }

.drops {
    display: block;
    margin-bottom: 30px;
}
    .drops h4 {
        display: inline-block;
        margin-left: 20px;
    }

.lists {
    display:block
}
    .lists ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .lists ul li {
            display: block;
            margin-bottom: 20px;
            position: relative;
            background-color: #EEF3FF;
            padding: 1rem;
        }
            .lists ul li i {
                color: #ccb126;
                margin-left: 10px;
            }
            .lists ul li h5 {
                display: inline-block;
                color: #0B0448;
            }
            .lists ul li a {
                float: left;
            }
.form-control {
    border-color: #CCB126;
    border-radius:0
}
.form-select {
    border-color: #CCB126;
    border-radius: 0
}
            .print {
                background-color: #e1e1e1;
                padding: 8px 10px;
                color: #332f29;
                font-size: 13px;
            }

.main-search {
    background-color: #f5f5f9;
    padding: 10px 20px;
    height: 70px;
    width: 340px;
    margin: 0 auto;
}

.search {
    width: auto;
    float: left;
    margin-top: 29px;
    margin-left: 0;
}

    .search i {
        color: #1a1b52;
        font-size: 20px;
    }

        .search i.dark-mode {
            color: #fff;
        }

#search {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 8px;
}

#search-box {
    display: none;
    width: 320px;
    background-color: #bdbdbd;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0;
    height: 47px;
    top: 86px;
    padding: 0 7px 5px;
}

.gsearch {
    width: 300px;
    direction: rtl !important;
    height: 30px;
    float: none;
}

.gsc-control-cse {
    border-color: none !important;
    background: 0 0 !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    height: 20px !important
}

#gsc-i-id1 {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important
    }

.gsc-input-box {
    border: 1px solid #fff !important;
    background: none repeat scroll 0% 0% #fff;
    height: 33px !important;
    margin-top: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px
}

table.gsc-search-box td.gsc-input {
    padding-left: 5px !important
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important
}

.gsc-branding {
    display: none !important
}

.gsc-clear-button {
    display: none !important
}

#gsc-i-id1 {
    padding: 0 !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 8px 0 !important;
    color: #474747 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important;
    width: 34px !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    margin-top: 0 !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: #f41010;
    border-right-color: #f41010;
    border-bottom-color: #f41010;
    border-left-color: #f41010;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #ed9c0c !important;
}

    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #e87224 !important
    }

.table.gsc-search-box td {
    padding: 0 !important
}

@media screen and (max-width: 1360px) {
    .more-news-img {
        height: 100px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .main-xtra-txt {
        padding: 10px;
    }

        .main-xtra-txt span {
            border-bottom: 2px #ef4141 solid;
            padding-bottom: 3px;
            font-size: 12px;
        }

        .main-xtra-txt h2 {
            font-size: 18px;
        }

    .more-news-img {
        height: 100px;
    }

    .logo {
        margin-left: 0px;
    }

    .big-imgs {
        width: 100%;
    }

    .container-small {
        width: 90%
    }
}

@media screen and (max-width: 990px) {
    .social {
        margin: 0;
    }

    .search {
        margin-top: 29px;
        margin-left: 40px;
    }

    .featured-news {
        grid-template-columns: 100%;
    }

    .social a {
        font-size: 14px;
    }

    .logo {
        margin-left: 0px;
    }

    .switch {
        margin-top: 21px;
        margin-left: 7px;
    }

    .lang {
        margin: 0;
    }

        .lang a {
            font-size: 16px;
        }

    .menu a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .main-txt h1 {
        width: 100%;
    }

    .main-txt p {
        width: 100%;
    }

    .tab-small ul li {
        height: 115px;
        margin-bottom: 20px;
    }

    .tab-small-img {
        width: 27%;
        height: 115px;
        margin-left: 10px;
    }

    .tab-small-txt {
        padding: 10px;
        width: 100%;
        height: 100%;
    }

        .tab-small-txt span {
            padding-bottom: 6px;
            font-size: 10px;
        }

        .tab-small-txt b {
            margin-right: 20px;
            font-size: 10px;
        }

        .tab-small-txt h2 {
            font-size: 14px;
            margin: 5px 0;
        }

        .tab-small-txt h4 {
            font-size: 13px;
        }

    .tab-big-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .tab-big-txt b {
        margin-right: 20px;
        font-size: 10px;
    }

    .tab-big-txt h2 {
        font-size: 14px;
        margin: 5px 0;
    }

    .tab-big-txt h4 {
        font-size: 13px;
    }

    .authpr-news ul li {
        height: 94px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        margin-left: 0;
        display: block;
        clear: both;
    }

    .search {
        left: 101px;
        top: 34px;
    }

    .pool-wrapper h1 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .poll-option {
        padding: 11px;
    }

        .poll-option label {
            font-size: 14px;
        }

    .poll-bar {
        height: 4px;
    }

    .poll-percentage {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 92px;
    }

    .num {
        display: none;
    }

    .btn-primary {
        font-size: 13px;
    }

    .btn-light {
        font-size: 13px;
    }

    .logo {
        width: 71px
    }

    .top-head {
/*        margin: 10px 0;*/
        padding-top: 10px;
    }

    .main-txt {
        padding: 3rem 0;
    }

        .main-txt h1 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .main-txt p {
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }

    .figuers ul li {
        width: 100%;
        float: none;
        padding: 1rem;
        border-left: 1px #E1E5EE solid;
    }

        .figuers ul li h1 {
            font-size: 2rem;
            letter-spacing: -2px;
        }

        .figuers ul li h5 {
            font-size: 1rem;
        }

    .page-title h1 {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .tlbyat-img {
        float: none;
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:640px) {

    .social a {
        font-size: 12px;
    }

    .pool-wrapper {
        padding: 15px;
    }

    .more-news ul li {
        height: 90px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        margin-left: 0;
        clear: both;
    }


    .tab-small ul li {
        height: 125px;
    }

    .tab-small-img {
        width: 36%;
        height: 125px;
    }

    .tab-small-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .tab-small-txt b {
        font-size: 10px;
    }

    .tab-small-txt h2 {
        font-size: 13px;
        margin: 5px 0;
    }

    .tab-small-txt h4 {
        font-size: 11px;
    }

    .more-news-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .more-news-txt b {
        font-size: 10px;
    }

    .more-news-txt h2 {
        font-size: 13px;
        margin: 5px 0;
    }

    .more-news-img {
        height: 80px;
        margin-left: 10px;
    }

    .more-news ul li {
        height: 75px;
    }

    .popular-img {
        width: 24%;
        height: 80px;
        margin-left: 10px;
    }

    .popular {
        padding: 10px;
    }

        .popular ul li {
            margin-bottom: 10px;
            height: 90px;
        }

    .title {
        font-size: 20px;
    }




    .footer {
        padding: 20px 0;
    }

    .footer-links a {
        font-size: 12px;
    }

    .subscribe {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .form-control {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .blockquote {
        font-size: 28px;
        margin: 40px 0;
        line-height: 34px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .page-title {
        font-size: 30px;
    }

    .authpr-news ul li {
        height: 74px;
    }

    .trending-preview img {
        width: 100%;
        height: 120px;
    }

/*    .top-head {
        margin: 10px 0;
    }*/

    .taqarir-card h2 {
        font-size: 3rem;
        letter-spacing: -4px;
    }
    .lists ul li h5 {
        font-size: 1rem;
    }
    .lists ul li {
        padding: 0.5rem;
    }
}

@media screen and (max-width:576px) {
    .social {
        display: block;
    }

    .detail p {
        font-size: 15px;
        line-height: 28px;
    }

    .nusar p {
        font-size: 14px;
        line-height: inherit;
    }

    .nusar img {
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }

    .container {
        width: 100%
    }

    .swiper-slide {
        height: 320px;
    }

    .swiper-txt h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .swiper-txt p {
        font-size: 12px;
    }

    .swiper-txt h6 {
        font-size: 12px;
    }

    .interview-item {
        padding: 14px;
        gap: 15px;
    }

    .interview-thumbnail {
        width: 110px;
        height: 90px;
    }

    .main-search {
        padding: 4px 10px;
        height: 57px;
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }

    .gsearch {
        width: 260px;
    }

    .navbar {
        display: none
    }

    .mobile-nav-button {
        display: block
    }




    .padding {
        padding: 20px 0;
    }

    .main img {
        height: 60vh
    }

    .main-txt {
        padding: 2rem 0;
    }

        .main-txt h1 {
            font-size: 1.6rem;
        }

    .search {
        left: 102px;
        top: 28px;
        width: auto;
    }

        .search i {
            font-size: 14px;
        }

    .trending-item {
        padding: 5px 0;
    }

    .section-header {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .section-title {
        font-size: 18px;
    }

    .view-all-btn {
        font-size: 12px;
    }

    .detail-share {
        position: static;
        clear: both;
        text-align: right;
        float: none
    }

    #st-1 {
        text-align: right !important;
    }

    .search {
        margin-left: 24px;
        margin-top: 26px;
    }

        .search i {
            font-size: 17px;
        }

    .wtar-page-all-img {
        width: 100%;
        float: none;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:460px) {
    .search {
        left: 80px;
        top: 28px;
        width: auto;
    }

    .wtar-page-big img {
        height: 250px;
    }

    .wtar-page-big h2 {
        font-size: 20px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .wtar-page-small h2 {
        font-size: 16px;
    }



    .switch {
        margin-left: 2px;
    }

        .switch button {
            font-size: 20px;
        }

    .btn-primary {
        font-size: 11px;
        font-weight: 500
    }

    .btn-light {
        font-size: 11px;
        font-weight: 500
    }
}
