.two_columns_brands {
  max-width: 73.125rem;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;

  .two_columns_struct_33_66 {
    margin-bottom: 4.375rem;
    margin-top: 4.375rem;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    .col-left {
      .two_columns_img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f7f7f7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;

        .two_columns-principal-img {
          height: 100%;

          .image__image {
            -o-object-fit: cover;
            object-fit: cover;
            object-fit: contain;
            overflow-clip-margin: content-box;
            overflow: clip;
            width: 279px;
            height: 394px;
          }
        }
      }
    }

    .col-right {
      width: 100% !important;
      .two_columns_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: start;
        padding: 32px 24px;

        .two-columns__subtitle {
          margin-bottom: 16px;
          p {
            color: #707070;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 16px;
            text-transform: uppercase;
          }
        }

        .two_columns__title {
          text-align: left;

          h1 {
            font-size: 3rem;
            font-weight: 300;
            letter-spacing: 0;
            margin: 0;
            color: #333;
          }
        }

        .two_columns__description {
          margin-bottom: 1rem;

          ul {
            list-style: none;
            margin-bottom: 1rem;
            margin-top: 1rem;
            padding: 0;

            li {
              font-size: 1.25rem;
              font-weight: 300;
              letter-spacing: 0;
              line-height: 28px;
              margin-bottom: 1rem;
              padding-left: 40px;
              position: relative;

              &::before {
                background-image: url(../../images/check-two-columns/check-green.svg);
                background-repeat: no-repeat;
                background-size: cover;
                content: " ";
                display: inline-block;
                height: 20px;
                width: 20px;
                -webkit-font-smoothing: antialiased;
                speak: none;
                float: left;
                font-family: icons;
                font-size: 1.25rem;
                font-style: normal;
                font-variant: normal;
                font-weight: 400;
                line-height: 1;
                margin-left: -1.875rem;
                text-transform: none;
              }
            }
          }
        }

        .cta_orientation_column {
          .field__items {
            .field__item {
              .cta_button {
                justify-content: start;
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 1023px) {
  .two_columns_brands {
    .two_columns_struct_33_66 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;

      .two_columns__title {
        h1 {
          font-size: 1.5em !important;
        }
      }
    }
  }
}
