@tuanphan
Here it is - thanks so much for helping!!
p, h1, h2 {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
-ms-hyphens: none !important;
hyphens: none !important;
}
h4 {
color: #FFFFFF;
font-family: Helvetica;
font-weight: 500;
font-size: 30px;
}
/* CSS FOR TABLET AND MOBILE */
@mobile: ~"only screen and (max-width: 540px)";
@tablet: ~"only screen and (min-width: 641px) and (max-width: 949px)";
/* CSS FOR TABLET */
@media @tablet {
/* Insert Code for Tablet Below This Line*/
/* Insert Code for Tablet Above This Line */
}
/* CSS FOR MOBILE */
.sqs-block-image {
width: 80%;
margin: 0 auto;
}
/* Insert Code for Mobile Above This Line */
}
@font-face {
font-family: 'Helvetica';
src: url(https://static1.squarespace.com/static/5c8bf8884d546e57d8241842/t/5ea32463a5ff753fece0571f/1587749987431/helvetica_light.ttfhttps://static1.squarespace.com/static/5c8bf8884d546e57d8241842/t/5ea32463a5ff753fece0571f/1587749987431/helvetica_light.ttfhttps://static1.squarespace.com/static/5c8bf8884d546e57d8241842/t/5ea32463a5ff753fece0571f/1587749987431/helvetica_light.ttf) ;
}
h4 {font-family: 'Helvetica', !important;
}
.scenario {
font-style: Helvetica;
text-aligh: left;
font-weight: 300;
font-size: 30px;
line-height: 1em;
color: #FFFFFF;
text-align: center;
}
.sqs-block-html .sqs-block-content *:not(h1):not(h2):not(h3) {
border: none !important;
}
@media screen and (max-width:640px) {
section#welcome figure img {
width: 100% !important;
left: 0 !important;
height: auto !important;
}
section#welcome {
min-height: unset !important;
height: 200px;
}
/* Buttons under 65 years logo */
div#page-5ec5e20e9c543278c936d262 .button-block {
padding-top: 0px;
}