.brochures-sec {
  padding: 100px 0 80px;
}

.brochures-sec .main-wrap {
  padding: 0 20px;
}

.brochures-sec .title {
  text-align: center;
  margin-bottom: 50px;
}

.brochures-sec .title .sub-topic {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: center;
  line-height: 40px;
}

.brochures-sec .title .main-topic {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: #222;
  margin: 0 auto;
}

.brochures-sec .brochures-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brochures-sec .brochures-list .list-item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* limit transition to performant properties */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  will-change: transform, box-shadow;
}

.brochures-sec .brochures-list .list-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.brochures-sec .brochures-list .list-item .img-vehicles {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.brochures-sec .brochures-list .list-item .img-vehicles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.brochures-sec .brochures-list .list-item .img-vehicles img:hover {
  transform: scale(1.05);
}

.brochures-sec .brochures-list .list-item .wrapp {
  padding: 35px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}

.brochures-sec .brochures-list .list-item .wrapp .broucher-tag {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.brochures-sec .brochures-list .list-item .wrapp .broucher-title {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.brochures-sec .brochures-list .list-item .wrapp button {
  width: fit-content;
  background: #000000;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .brochures-sec .brochures-list .list-item {
    width: calc((100% - 10px) / 2);
  }
}

@media only screen and (min-width: 1023px) {
  .desktop-menu .navbar .navbar-nav .nav-item .nav-link,
  .desktop-menu .navbar .navbar-nav .nav-item .nav-link:hover,
  .desktop-menu .navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
  }
  .desktop-menu .navbar .navbar-brand img {
    filter: none;
  }
  .brochures-sec {
    padding: 10.41667vw 0 5.20833vw;
  }
  .brochures-sec .main-wrap {
    padding: 0 11.66667vw;
  }
  .brochures-sec .title {
    text-align: left;
    margin-bottom: 50px;
  }
  .brochures-sec .title .sub-topic {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: left;
    line-height: 40px;
  }
  .brochures-sec .title .main-topic {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #222;
    margin: 0 auto;
  }
  .brochures-sec .brochures-list {
    gap: 0.78125vw;
  }
  .brochures-sec .brochures-list .list-item {
    box-shadow: 0 0.20833vw 1.04167vw rgba(0, 0, 0, 0.05);
    width: calc((100% - 30px) / 3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, box-shadow;
  }
  .brochures-sec .brochures-list .list-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 1.04167vw 2.08333vw rgba(0, 0, 0, 0.12);
    z-index: 2;
  }
  .brochures-sec .brochures-list .list-item .img-vehicles {
    width: 100%;
    height: 33.85417vw;
    overflow: hidden;
  }
  .brochures-sec .brochures-list .list-item .img-vehicles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .brochures-sec .brochures-list .list-item .img-vehicles img:hover {
    transform: scale(1.05);
  }
  .brochures-sec .brochures-list .list-item .wrapp {
    padding: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }
  .brochures-sec .brochures-list .list-item .wrapp .broucher-tag {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }
  .brochures-sec .brochures-list .list-item .wrapp .broucher-title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }
  .brochures-sec .brochures-list .list-item .wrapp button {
    width: fit-content;
    background: #000000;
    color: #fff;
  }
}
/*# sourceMappingURL=brochures.css.map */