.title-subtitle {padding: var(--section-padding); background-color: var(--section-bg-color);}
.title-subtitle .container {justify-content: var(--flex-orientation);}
.title-subtitle .text-wrapper {max-width: var(--text-width); margin: 0; text-align: var(--text-orientation);}
.title-subtitle .text-wrapper .title {margin-bottom: .35em; color: var(--section-text-color);}
.title-subtitle .text-wrapper p {line-height: 1.5em; margin-bottom: 1em; color: var(--section-text-color);}
.title-subtitle .text-wrapper a {color: var(--section-text-color);}

@media all and (max-width: 600px){
    .title-subtitle .text-wrapper .title {font-size: 2em;}
    .title-subtitle .text-wrapper p {font-size: 0.875em;}
}