@media screen and (min-width: 1024px) {
  #sectionBrands {
    position: relative;
    overflow: hidden; }
    #sectionBrands .section-preview__bg-image.bg-desktop {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
    #sectionBrands .section-preview__bg-image.bg-mobile {
      display: none; }
    #sectionBrands .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
    #sectionBrands .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 2;
      align-items: stretch; }
      #sectionBrands .row .section-data {
        width: 50%;
        padding-left: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        margin-bottom: -2%; }
        #sectionBrands .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 48px;
          color: #3F3F3F;
          line-height: 1.1;
          text-align: end; }
      #sectionBrands .row .section-btns {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 50px; }
        #sectionBrands .row .section-btns .section-link {
          border: 1px solid #3F3F3F;
          color: #3F3F3F;
          width: fit-content;
          font-size: 26px;
          text-align: center;
          line-height: 1.2;
          padding: 10px 40px;
          font-family: serif;
          transition: all .5s;
          background: rgba(63, 63, 63, 0.06);
          margin-left: 20px; }
          #sectionBrands .row .section-btns .section-link:hover {
            background: rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
      #sectionBrands .row .section-link {
        margin-top: 50px;
        margin-bottom: 70px;
        border: 1px solid #000;
        width: 70%;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21); }
        #sectionBrands .row .section-link:hover {
          background: white;
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 1023px) {
  #sectionBrands {
    position: relative;
    overflow: hidden; }
    #sectionBrands .section-preview__bg-image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
      #sectionBrands .section-preview__bg-image.bg-desktop {
        display: none; }
      #sectionBrands .section-preview__bg-image.bg-mobile {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden; }
      #sectionBrands .section-preview__bg-image img {
        min-width: 100%;
        height: 100%;
        object-fit: cover; }
    #sectionBrands .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 2;
      align-items: center; }
      #sectionBrands .row .section-data {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        margin-bottom: -2%; }
        #sectionBrands .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 48px;
          color: #3F3F3F;
          line-height: 1.1;
          text-align: end; }
      #sectionBrands .row .section-btns {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-top: 50px;
        margin-bottom: 70px;
        width: 100%; }
        #sectionBrands .row .section-btns .section-link {
          border: 1px solid #3F3F3F;
          color: #3F3F3F;
          width: 70%;
          font-size: 26px;
          text-align: center;
          line-height: 1.2;
          padding: 10px 40px;
          font-family: serif;
          transition: all .5s;
          background: rgba(63, 63, 63, 0.06); }
          #sectionBrands .row .section-btns .section-link:hover {
            background: rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
      #sectionBrands .row .section-link {
        margin-top: 30px;
        border: 1px solid #000;
        width: 70%;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21); }
        #sectionBrands .row .section-link:hover {
          background: white;
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 600px) {
  #sectionBrands .data-title {
    font-size: 23px !important;
    margin-bottom: 20px; }
  #sectionBrands .section-btns {
    flex-direction: column !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #sectionBrands .section-link {
    font-size: 11px !important;
    margin-top: 10px !important;
    padding: 3px 10px !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 60% !important; }
  #sectionBrands .section-data {
    padding-right: 0 !important; } }
#sectionBrands1 {
  position: relative;
  overflow: hidden; }
  #sectionBrands1 .section-preview__bg-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    #sectionBrands1 .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
  #sectionBrands1 .row {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 2;
    align-items: stretch; }
    #sectionBrands1 .row .bg-left, #sectionBrands1 .row .bg-right {
      width: 25%; }
    #sectionBrands1 .row .section-data {
      width: 50%;
      padding-left: 120px; }
    #sectionBrands1 .row .bg-left {
      padding: 30px 40px 0;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: relative; }
      #sectionBrands1 .row .bg-left img {
        object-fit: cover;
        max-width: 100%; }
    #sectionBrands1 .row .bg-right {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 40px;
      position: relative; }
      #sectionBrands1 .row .bg-right img {
        object-fit: cover;
        max-width: 100%; }
    #sectionBrands1 .row .section-data {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      margin-bottom: -2%; }
      #sectionBrands1 .row .section-data .data-title {
        font-family: "Tenor Sans", sans-serif;
        font-size: 48px;
        color: #3F3F3F;
        line-height: 1.1;
        text-align: end; }
    #sectionBrands1 .row .section-btns {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-top: 50px;
      margin-bottom: 70px; }
      #sectionBrands1 .row .section-btns .section-link {
        border: 1px solid #3F3F3F;
        color: #3F3F3F;
        width: fit-content;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 10px 40px;
        font-family: serif;
        transition: all .5s;
        background: rgba(63, 63, 63, 0.06);
        margin-left: 20px; }
        #sectionBrands1 .row .section-btns .section-link:hover {
          background: rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }

/*# sourceMappingURL=style.css.map */
