.hero-text {
display: flex;
flex-direction: column; justify-content: flex-start; align-items: center; position: absolute;
top: 7%; left: 50%;
transform: translateX(-50%); width: 100%;
text-align: center;
}
.hero-text h1 {
font-size: 6vw !important; color: #000000 !important; }
.hero-text h6 {
font-size: 1.5vw !important; color: white !important; }
@media (max-width: 1024px) { .hero-text h1 {
font-size: 7vw; }
.hero-text h6 {
font-size: 3.5vw; }
}
@media (max-width: 768px) { .hero-text h1 {
font-size: 10vw; }
.hero-text h6 {
font-size: 5vw; }
}  .wp-list-table td,
.wp-list-table th {
writing-mode: initial !important;
transform: none !important;
text-align: left !important;
vertical-align: middle !important;
white-space: normal !important;
}  .wp-block-image.caption-left figcaption {
text-align: left !important;
}  .wp-caption.alignleft .wp-caption-text,
.wp-caption .wp-caption-text {
text-align: left !important;
}