
.index-articles {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 740px) {
  .index-articles {
    display: none;
  }
}
.index-articles__title{
  font-size: 28px;
  line-height: 34px;
  font-weight: normal; 
}

@media (max-width: 1220px) {
  .index-articles__title {
    text-align: center;
  }
}
.index-articles__wrp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--br-20);
  background-color: var(--sec-theme-color);
}
@media (max-width: 1220px) {
  .index-articles__wrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.index-articles__text-content-wrp {
  max-width: 460px;
}
.index-articles__text-content-title {
  margin: 20px 20px 20px 20px;
  font-size: 24px;
  font-weight: 600;
}
.index-articles__text-content {
  margin: 20px 20px 20px 20px;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--sec-font-family);
}
.index-articles__text-content-btn {
  margin: 80px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 260px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: var(--br-20);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.index-articles__text-content-btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .index-articles__text-content-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-articles__articles-list {
  position: relative;
  overflow: hidden;
  width: 710px;
}
.index-articles__article-item {
  max-width: 220px;
  max-height: 330px;
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.index-articles__article-item:hover {
  transform: scale(1.02);
}
.index-articles__article-item_1 {
  top: -105px;
  left: 0px;
}
.index-articles__article-item_2 {
  top: -40px;
  left: 235px;
}
.index-articles__article-item_3 {
  top: -135px;
  left: 470px;
}
.index-articles__article-item_4 {
  top: 215px;
  left: 0px;
}
.index-articles__article-item_5 {
  top: 280px;
  left: 235px;
}
.index-articles__article-item_6 {
  top: 185px;
  left: 470px;
}
.index-articles__article-item-wrp {
  position: relative;
}
.index-articles__item-img {
  border-radius: var(--br-20);
}
.index-articles__article-img_shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, black), to(transparent));
  background: linear-gradient(to top, black 10%, transparent 100%);
  border-radius: var(--br-20);
}
.index-articles__article-title-wrp {
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.index-articles__article-title-wrp_1 {
  bottom: -16px;
  left: 0px;
}
.index-articles__article-title-wrp_2 {
  bottom: -16px;
  left: 0px;
}
.index-articles__article-title-wrp_3 {
  bottom: -16px;
  left: 0px;
}
.index-articles__article-title-wrp_4 {
  bottom: 95px;
  left: 0px;
}
.index-articles__article-title-wrp_5 {
  bottom: 160px;
  left: 0px;
}
.index-articles__article-title-wrp_6 {
  bottom: 60px;
  left: 0px;
}
.index-articles__article-title {
  color: #fff;
  max-width: 180px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  max-height: 100px;
  overflow: hidden;
}