.ot-container {
    padding: 0;
    margin: 0;
    background: transparent;
    font-family: Poppins, sans-serif;
    color: #FFFFFF;
    text-align: left;
}
.ot-title { 
    margin-top: 0; 
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}
.ot-subtitle { 
    margin-bottom: 20px; 
    font-weight: 300; 
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}
.ot-service-title { 
    margin-bottom: 20px; 
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}
.ot-times-list { 
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
}

/* Tablet (iPad) Responsive Styles */
@media (max-width: 1024px) {
    .ot-container {
        text-align: center;
        padding: 10px;
    }
    .ot-title, .ot-service-title {
        font-size: 20px;
    }
    .ot-subtitle, .ot-times-list {
        font-size: 15px;
    }
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    .ot-container {
        text-align: center;
        padding: 15px;
    }
    .ot-title, .ot-service-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ot-subtitle, .ot-times-list {
        font-size: 14px;
        margin-bottom: 15px;
    }
}