/* For mobile phones */
@media (max-width: 767px) {
    .content-title {
        font-size: 24px; /* Reduce title size on mobile */
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .content-description {
        font-size: 16px; /* Adjust description font size */
    }

    .img-responsive {
        max-height: 50vh !important; /* Allow image to be a bit smaller on mobile */
    }
}