.about-brand {
  font-family: "Montserrat", Arial, sans-serif;
  color: #353535;
  font-size: 14px; }
  .about-brand .banner {
    position: relative; }
    .about-brand .banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: grayscale(1);
      background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.5)), center/cover no-repeat url("https://secure-static.anacapri.com.br/content/ana/static/e-commerce/img/institutional/banners/banner-brand-main.jpg"); }
    .about-brand .banner__content {
      padding: 100px 100px 96px;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .about-brand .banner__content {
          padding: 95px 50px 74px; } }
      .about-brand .banner__content__title {
        font-weight: 700;
        font-size: 24px;
        color: #EF002F;
        margin-bottom: 23px; }
      .about-brand .banner__content__description {
        max-width: 430px;
        color: #fff;
        line-height: 22px; }
        .about-brand .banner__content__description--spaced {
          margin-bottom: 27px; }
  .about-brand .timeline {
    margin: 65px auto 44px;
    max-width: 1200px;
    padding: 0 100px; }
    @media only screen and (max-width: 1024px) {
      .about-brand .timeline {
        padding: 46px 45px 56px 60px;
        margin: 0; } }
    .about-brand .timeline__event {
      display: flex;
      margin: 0 auto 55px;
      line-height: 22px;
      max-width: 940px;
      position: relative; }
      .about-brand .timeline__event::after {
        content: "";
        display: block;
        width: 1px;
        height: calc(100% + 55px);
        background-color: #D8D5D5;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (max-width: 1024px) {
          .about-brand .timeline__event::after {
            left: -28px; } }
      .about-brand .timeline__event:last-child::after {
        height: calc(100% - 8px); }
      .about-brand .timeline__event__banner-image-container {
        flex: 1;
        filter: grayscale(1); }
        @media only screen and (max-width: 1024px) {
          .about-brand .timeline__event__banner-image-container {
            display: none; } }
      .about-brand .timeline__event__banner-image {
        object-fit: contain; }
      .about-brand .timeline__event__text-wrapper {
        margin-left: 54px;
        flex: 1; }
        @media only screen and (max-width: 1024px) {
          .about-brand .timeline__event__text-wrapper {
            margin: 0; } }
      .about-brand .timeline__event__year {
        font-size: 20px;
        line-height: 24px;
        position: relative;
        font-weight: bold; }
        .about-brand .timeline__event__year::before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          background-color: #EF002F;
          border-radius: 50%;
          position: absolute;
          left: -32px;
          z-index: 1;
          top: 8px; }
      .about-brand .timeline__event__title {
        margin-bottom: 5px;
        font-weight: bold; }
        .about-brand .timeline__event__title:not(:first-of-type) {
          margin-top: 35px; }
