.o-full-width-text-a {
    background-color: var(--color-white);
    padding-top: 2rem;
    padding-bottom: 3rem;

    @media (width >=768px) {
        padding-top: 1.5rem;
        padding-bottom: 5rem;
    }

  & .container {
    max-width: 1068px;
  }
}

.o-full-width-text-a__title {
    font-size: var(--title-md);

    @media (width >=768px) {
        margin-bottom: 0.625rem;
    }
}

.o-full-width-text-a__header {
    margin-bottom: 2rem;
    /*margin-bottom: 3rem;*/
    text-align: center;
}

.o-full-width-text-a__content {
    margin: 0 auto;
}

.o-full-width-text-a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 1.2rem;
}

.o-full-width-text-a :is(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
    text-wrap: initial;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

.o-full-width-text-a h2 {
  font-size: 2rem;
}

.o-full-width-text-a__content a {
  color: #c1ab94 !important;
}

.o-full-width-text-a__buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.2rem;

    & .a-button {
        padding: .9rem 1.75rem;

        @media (width > 768px) {
            padding: 0.86rem 1.7em;
        }
    }
}
