@media (min-width: 601px) and (max-width: 1023px) {
   .mm-logo img {
        width: 200px;
        height: auto;
    }
    .mm-button {
        padding: 16px 16px;
        font-size: 18px;
    }

    .frame-1261157228 {
    display: flex
;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin: 15% auto 0 auto;
}

.body-container .one{
    display:none;
}
.body-container .two {
    width: 100%
}
}
@media (max-width: 600px) {
 .services2 {
    color: #333333;
    text-align: left;
    font-family: "Inter-Light", sans-serif;
    font-size: 24px;
 }

 .accordion-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}
.accordion-number {
    font-size: 18px;
    font-weight: bold;
   min-width: 0px; 
}

.accordion-title {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.accordion-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.frame-1261157228 {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}

.frame-1261157228
 {
    display: flex
;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin: 100px auto 30px auto;
}
.body-container .one{
    display:none;
}
.body-container .two {
    width: 100%
}

.active .accordion-body ul {
    list-style-type: disc;
    padding-left: 20px;
}

.active .accordion-body p {
    color: #ffffff;
    text-align: left;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

.active .accordion-body li {
    color: #ffffff;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

}