marquee {
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    li {
        display: inline-block;
        margin-right: 20px;
    }

    li a:before {
        content: "\ea69";
        font-family: "IcoFont";
        margin-right: 10px;
        color: brown;
    }
}

.text-sm {
    font-size: 14px;
}

@media screen and (max-width:480px) {
    body {
        font-size: 0.95rem;
    }

    section {
        padding: 30px 0;
    }

    h4 {
        font-size: 1.1rem;
    }

    .breadcrumbs {
        margin-top: 90px;
    }

    .breadcrumbs h2 {
        font-size: 1.3rem;
    }

    #header .logo {
        font-size: 16px;
        word-spacing: -2px;
    }

    /*#header img {*/
    /*    display: none;*/
    /*}*/

    #hero {
        height: 35vh;
        width: 100%;
    }

    #hero .carousel,
    #hero .carousel-inner,
    #hero .carousel-item,
    #hero .carousel-item::before {
        top: 28px;
    }

    #hero .carousel-item {
        background-size: cover;
        background-position: top;

    }

    .content h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .content p {
        font-size: 14px;
    }
}