@media screen and (max-width: 450px) {
    #home-flex-gallery > a {
        width: 100%;
    }

    [id^="gallery-gallery-"] > a {
        width: 100%;
    }

    .home-carousel-caption h3 {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        text-align: right;
        margin: 0 0;
        color: #ffffff;
    }

    .home-carousel-caption p {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        text-align: right;
        color: #ffffff;
    }

    #why-choose-home-flex-ul > li {
        width: calc(100% - 20px);
        padding: 20px 20px;
        margin: 0 0 20px 0;
        border: 1px solid #3187c8;
        list-style-type: none;
    }

    #footer-logo-img {
        max-width: 80%;
        margin: 20px auto;
    }

    img#header-top-bar-img-logo {
        margin-bottom: 0;
    }

    header div#header-top-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        text-align: center;
    }

    ul#header-flex-items-lhs-ul {
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        margin: 0 0 0 0;
        text-align: right;
        padding: 0 0 0 0;
        display: flex;
        flex-direction: row;
    }

    #header-flex-items-lhs-ul > li:first-of-type {
        margin-right: 15px;
    }

    #header-top-bar a {
        color: #ffffff;
        font-weight: bold;
        font-size: 17px;
    }

    #header-flex-items-lhs-ul i {
        font-size: 30px;
    }

    .wrap > div.container {
        padding-top: 150px;
    }
}