/* Mobile Responsive Queries*/

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
 
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
 .pack-tbl {
    width: 100% !important;}
    .hed-ttl h2 {
    font-size: 32px !important;
}
.hed-ttl p {
    font-size: 26px !important;
}
.apt-btn a, .btn-left a {
   
    padding: 20px 1em !important;
    width: 66% !important;
    font-size: 14px !important;}
    .slider-cst .et_pb_slide {
    height: 350px !important;
}
}