.servicetextmain{
    width: 100%;
    overflow: hidden;
}

.ourserviceboxtext {
    max-height: 500px; /* Initially limited height */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.ourserviceboxtext.expanded {
    max-height: 900px; /* Expanded height */
}
