.block-01 {
  height: auto;
  overflow: hidden;
  background: var(--t-blue);
  background-image: url("../../assets/img/hero-background-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.block-01__image {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../assets/img/tribanco-background.png");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  clip-path: polygon(235px 0, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 1040px) and (max-width: 1440px){
  .block-01__image {
    width: 65%;
  }
}

.block-01__image::after {
  content: '';
  display: block;
  width: 50px;
  height: 130%;
  background: var(--t-vertical-gradient);
  position: absolute;
  top: -90px;
  left: 100px;
  transform: rotate(28deg);
}

.block-01__description img {
  position: relative;
  top: -10px;
}

.block-01__description h1 {
  color: var(--white);
  font-size: 56px;
  margin-bottom: 19px;
  font-weight: 700;
}

.block-01__description p {
  color: var(--white);
  margin: 0;
}

.block-01__description .h5-title-regular {
  font-weight: bold;
  color: #8cd133;
}

.block-01 .t-breadcrumbs {
  margin-bottom: 90px;
  margin-top: 15px;
}

.block-01__description {
  padding-bottom: 120px;
  width: 50%;
}

.block-01 .t-breadcrumbs a {
  color: var(--t-white);
}

.block-01 .t-breadcrumbs a:hover {
  color: var(--t-white);
}

.block-01 .t-breadcrumbs span {
  color: var(--t-white);
}

.block-01__description .btn-white {
  width: 230px;
  height: 56px;
  font-size: 18px;
  padding: 0;
  margin-top: 36px;
}

.block-02__grid-items {
  margin: 42px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.block-02__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.block-02 {
  padding: 62px 0;
  background: url("../../assets/img/background_arrow_green.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-02__grid a {
  margin: 0 15px;
}


@media (max-width: 768px){
  .block-02__grid-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .block-01__image {
    display: none;
  }
}

@media (max-width: 768px) {
  .block-01__description .h1-title::after {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .block-01 {
    height: auto;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .block-01__description {
    padding: 0 10px 50px 10px;
    width: 100%;
  }
}

@media (max-width: 995px) {
  .block-01__image::after {
    transform: rotate(24deg);
  }
}


@media (max-width: 768px) {
  .block-02__grid {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .block-02__grid .t-card-type-1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .block-02__grid {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .block-02__grid .t-card-type-1 {
    margin-bottom: 30px;
  }
}



