Hi there,
Thanks for writing in! Please don’t share any confidential information in public post, you can share them in a separate private reply. I have removed your credentials from the post since it’s not necessary for now.
You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 767px) {
.home #x-section-3 {
padding: 0 !important;
}
.ls-container {
min-height: 200px;
min-width: 100%;
}
}
Let us know if that works.