/* Desktop View */
@media (max-width:1424px){
    .story img{
        width: 350px;
    }
}

/* Tablet View */
@media (max-width:1024px){
    .story img{
        width: 300px;
    }
    .content{
        width: 300px;
        height: 150px;
        padding: 10px;
        padding-top: 10px;
    }
    .content h3{
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 0;
    }
    .content p{
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 2px;
    }
    .content button{
        width: 80px;
        height: 20px;
        border-radius: 4px;
        font-size: 5px;
    }
    .story .card{
        margin-bottom: 30px;
    }

    .navbar-brand img{
        width: 50px;
    }
}

/* Mobile View */
@media (max-width:430px){
    .content{
        width: 200px;
        height: 100px;
        padding: 0;
        padding-top: 10px;
    }
    .content h3{
        font-size: 8px;
        line-height: 10px;
        padding-bottom: 0;
    }
    .content p{
        font-size: 5px;
        line-height: 10px;
        margin-bottom: 2px;
    }
    .content button{
        width: 50px;
        height: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
        position: relative;
        bottom: 5px;
        font-size: 5px;
    }
    .story .card{
        margin-bottom: 30px;
    }

    .form-control{
        margin-bottom: 10px;
    }

    .navbar-brand img{
        width: 50px;
    }
    
    .contact2{
        margin-top: 20px;
    }

    .navbar {
        box-shadow: 0px 0px 20px;
      }
}