.am-text-f {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .am-text-f {
      padding-top: 80px;
      padding-bottom: 80px; } }

.am-text-f.am-text-light .container-fluid {
  color: var(--am-text-light); }

.am-text-f.am-text-dark .container-fluid {
  color: var(--am-text-dark); }

.am-text-f .am-bg-image + .container-fluid {
  text-shadow: 2px 1px 5px black;
  color: #ffffff; }
