@media (min-width: 320px) and (max-width: 480px) {


    .main-content {
        padding: 90px 15px 25px;
        max-width: 100%;
    }

    .main-content h1 {
        font-family: 'Bebas Neue', sans-serif;
        color: #ffced4;
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .header {
        background-image: url(../images/main-image.jpg);
        background-size: cover;
        background-position: center center;
        height: 100vh;
    }

    .main-content p {
        color: #ffced4;
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .nav-content img {
        padding-left:15px;
    }

    .logo-content {
        width: 100%;
        padding:15px 15px;
        text-align: center;
    }

    .logo-list img {
        width: 80%;
        padding: 15px 10px !important;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .box-content {
        padding: 30px 30px;
        position: relative;
    }

    .sky-text {
        position: absolute;
        padding: 45px 20px;
        font-size: 1.1rem;
        line-height: 1.5rem;
        top: 50%;
        left: 50%;
        width: 75%;
        text-align: center;
        font-weight: 300;
        transform: translate(-50%, -50%);
        color: #fff;
        pointer-events: none;
    }

    .v-icon {
        font-size:.9rem;
    }

    .blog-content {
        padding:70px 30px;
    }

    .services-box span {
        position: absolute;
        left: 25px;
        bottom: 25px;
        background: #a51425;
        color: #fff;
        font-size: .8rem;
        font-weight: 400;
        padding: 9px 35px 9px 25px;
        border-radius: 12px;
        z-index: 55555;
        border-top-right-radius: 33px;
    }

    .newsletter-form {
        padding: 50px 30px 50px 30px;
    }

    .footer .tit {
        margin-top:50px;
    }

    .menu-wrapper {
        width: 90%;
        height: 92vh;
        left: -90%;
        top: 4vh;
        border-top-right-radius: 125px;
        border-bottom-right-radius: 65px;
        bottom: 0;
        background: rgba(255, 255, 255, 1);
        z-index: 56500;
        position: fixed;
        box-shadow: 0 3px 15px rgba(39, 39, 39, 0.47);
        padding: 65px 40px;
        transition: left 0.5s;
    }

    .plv-0 {
        padding-left:15px !important;
    }


}
