Kindly use this CSS code in you theme’s custom CSS section:
@media (max-width: 767px) {
.media {
display: flex;
flex-direction: column;
font-size:13px;
word-break: break-word;
}
.media .package-title a {
font-size:14px;
}
.media .ml-3 a{
font-size:10px;
}
}
This should fix the issue. Please check and let me know.
Regards