.view-vaboutus-slider {
  .views-row {
    position: relative;
    height: var(--hight-slider);
    background-color: var(--brand);
    box-sizing: border-box;
    overflow: hidden;
  }

  .vw-field-thumbnail {
    position: absolute;
    inset: 0;
    z-index: 0;

    &:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.43) 0%, rgba(5, 61, 56, 0.25) 100%);
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .gr-hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 3.5rem;
    width: fit-content;
    text-align: center;
  }

  .abt-content {
  }

  .vw-field-slogan {
    color: var(--color-slogan);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
}

.field-abt-introduction {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.gr-why-choose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.field-bloq-abtwhy-gallery {
  display: grid;
  grid-template-columns: 4fr 3fr 2fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;

  .field__item {
    height: 100%;
    width: 100%;
  }

  > .field__item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding-bottom: 20px;
  }

  > .field__item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    padding-top: 20px;
  }

  > .field__item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-bottom: 20px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

.abt--item {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 20px 20px;

  &:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
}

.paragraph--abt-why-choose {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

  .item-number {
    background-color: var(--accent);
    color: white;
    width: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 80px;
  }

  .abt--item {
    display: flex;
    flex-direction: row;
    gap: 20px;

    align-items: center;
  }

  .field-prg-whycho-title {
    color: var(--darked);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
}

.field-abt-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.view-vabout-us-list {
  width: var(--width);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;

  > .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
