.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.x-page-tile {
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #404d5b;
  text-align: center;
  padding-top: 50px;
}
.x-page-subtile {
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #404d5b;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
}
.block-img {
  display: block;
  width: 100%;
}
.x-container-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 20px;
}
.x-container-wrap {
  flex-direction: row;
  display: flex;
  gap: 20px;
  padding-bottom: 80px;
}
.x-container-item {
  flex: 1;
}
.x-container-item-title {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.x-flex-wrap-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 100px;
}
.x-flex-item-3 {
  flex: 1 1 30%;
}
.x-flex-wrap-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding-bottom: 100px;
}
.x-flex-wrap-5 .x-flex-item-3{
      flex: 1 1 40%;
}

.x-flex-wrap-5.x-equal-width-1 .x-container-item-img{
      height: 800px;
}

.x-equal-width-1 .x-container-item-img {
  height: 500px;
  background-size: cover;
  background-position: top center;
}
.x-equal-width-2 .x-container-item-img {
  height: 400px;
  background-size: cover;
  background-position: top center;
}
.x-equal-width-3 .x-container-item-img {
  height: 450px;
  background-size: cover;
  background-position: top center;
}
.x-page-tile-2 {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .w-1200 {
    width: 100%;
    padding: 0 20px;
  }
  .x-flex-item-3 {
    flex: 1 1 50%;
  }
  .x-container-item {
    flex: 1 1 50%;
  }
  .x-container-wrap{
    flex-wrap: wrap;
  }
}
