  /* Media Query for Mobile Devices */
  @media (max-width: 480px) {
    .h1-tag-custom {
        font-size: 29px;
        color: #00354B;
        font-weight: 700;
    }
    .bg-image{
        background-image: url(/img/img-banner-2.png);
        height: 288px;
        object-fit: cover;
        background-size: cover;
    }
    .footer-media{
        display: flex !important;
        flex-direction: column !important;
        float: left !important;
       
    }
    .easter-txt-media{
        text-align: center !important;
    }
}
 
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .h1-tag-custom {
        font-size: 29px;
        color: #F7841D;
        font-weight: 700;
    }
    .bg-image{
        background-image: url(https://mdbcdn.b-cdn.net/img/new/slides/003.webp);
        height: 288px;
        object-fit: cover;
    }
    .footer-media{
        display: flex !important;
        flex-direction: column !important;
        float: left !important;
       
    }
    .easter-txt-media{
        text-align: center !important;
    }
}
 
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
   
}
 
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
   
}
 
/* Media Query for Large screens */
@media (min-width: 1281px) {
   
}


@media (max-width: 480px) {
    /* .auxilliary_skids .title{
        text-align: center;
    } */
    .auxilliary_skids .up_down{
        display: flex;
        flex-direction: column-reverse;
    }
}
 
@media (min-width: 481px) and (max-width: 767px) {
    .auxilliary_skids .title{
        text-align: center;
    }
    .auxilliary_skids .up_down{
        display: flex;
        flex-direction: column-reverse;
    }
}