@media screen and (max-width: 600px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .whatsapp{

        padding-top: 5px;
        padding-bottom: 5px;
    }

    .whatsapp-ico {
        width: 18px;
        height: auto;
    }

    .whatsapp a {
        color: #bc2014;
        padding-left: 5px;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .cap-1 {

        text-align: left;
        padding-bottom: 6%;
    }

    .cap-text {

        margin-right: 12%;
        font-size: 14px;
        color: #848484;
        line-height: 26px;
        margin-left: 0;
    }

    .oscar {

        display: none;
    }

    .experience-box {
        text-align: center;
        padding-top: 5%;
        align-items: center;
        color: #ffff;
    }

    .cta-button{

    	margin-left:15%;
    }

    .next-arrow {
        position: absolute;
        bottom: 0px;
        top: 113%;
        left: 55%;
        color: white;
        width: 40px;
        height: 40px;
        background-color: #e45f4d;
        border: none;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 39px;
        font-size: 20px;
        cursor: pointer;
        transition: 0.4s linear;
    }

    .prev-arrow {
        position: absolute;
        bottom: 0px;
        top: 113%;
        left: 34%;
        color: white;
        width: 40px;
        height: 40px;
        background-color: #e45f4d;
        border: none;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 39px;
        font-size: 20px;
        cursor: pointer;
        transition: 0.4s linear;
    }
    
    .page-heading h2{
        
        font-size:18px;
    }
    
    .page-img img {
    width: 100%;
    display: block;
}

}