@media (max-width: 1024px){
    .limo-images img, .limo-images {
        height: 300px;
    }
}
@media (max-width:980px) {
    .checklist {
        z-index:1;
    } 
    .limo-images img, .limo-images{
        height: 280px;
    }
}

@media (max-width:540px) {
    section.limo-details .limo-info .limos {
        width: 100%;
    }

  .limo-content h5{
        font-size: 18px;
    }
    .limo-content h5 span{
        font-size: 15px;
    }
     .limo-images img, .limo-images{
        height: 250px;
    }
    section.limo-details .limo-info .limos {
        width: 100%;
    }
    section.limo-details .limo-info .limos{
        padding: 0;
    }
    section.limo-details h2 {
      font-size: var(--f28);
    }
    .price{
        font-size: var(--f20);
    }
    
}



