.catalog__item {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  row-gap: 25px;
  justify-content: center;
  
  padding-top: 150px;
  border-bottom: 2px solid #f2cd2e;
}
.catalog__item:first-child{
    padding-top: 0;
}
.catalog__item:nth-child(4n) {
  background-image: url("../../images/allcontent/wavebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -450px;
}

@media screen and (max-width: 1700px) {
  .catalog__item:nth-child(4n){
      background-position: center -300px;
  }
}

.catalog__item--top {
  display: flex;
  column-gap: 100px;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .catalog__item--top {
    flex-direction: column;
  }
}

.top__left {
  max-width: 705px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top__left h3 {
  font-size: 36px;
  font-weight: 500;
}
.top__left p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .top__left h3 {
    font-size: 32px;
  }
  .top__left p {
    font-size: 20px;
  }
}

.catalog__itep--bottom {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.catalog__itep--bottom .catalog__item--img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .catalog__itep--bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1560px) {
    .catalog__item {
        padding-top: 60px;
    }
}

@media screen and (max-width: 760px) {
  .top__left h3 {
    font-size: 22px;
  }
  .top__left p {
    font-size: 15px;
  }
}/*# sourceMappingURL=catalog_item.css.map */