@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    /* Adjust padding for all text sections */
    .about-us, .why-technical-center, .reviews-section {
        padding: 30px 15px;
    }

    /* Reduce font sizes for better readability */
    .about-us h1.main-title {
        font-size: 32px;
    }

    .about-us .intro {
        font-size: 20px;
    }

    .about-us .description,
    .why-technical-center .why-description {
        font-size: 16px;
    }

    .why-technical-center .why-title {
        font-size: 28px;
    }

    /* Make the review form wider */
    .review-form {
        width: 90%;
    }

    /* Adjust review text size */
    .review-text {
        font-size: 16px;
    }
}