.immigration_stories {
  width: 100%;
  padding: 0 15px;
}
.immigration_stories .container {
  padding: 60px 0 80px 0;
}
.immigration_stories_items {
  display: flex;
  justify-content: space-between;
}
.immigration_stories_item_big_one {
  width: calc(50% - 5px);
  text-decoration: none;
  position: relative;
}
.immigration_stories_item_big_one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.immigration_stories_item_big_one_content {
  padding: 20px;
  background-color: #967340;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  position: absolute;
}
.immigration_stories_item_big_one_title {
  display: block;
  font-weight: 700;
  font-size: calc(14px + 4 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: white;
  margin-bottom: 10px;
  text-align: left;
}
.immigration_stories_item_big_one_description {
  font-weight: 400;
  font-size: calc(13px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #fff;
  text-align: left;
}
.immigration_stories_item_big_one_description span {
  font-weight: 700;
}
.immigration_stories_item_other {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.immigration_stories_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 22px;
  color: #243d3a;
  margin-top: 40px;
  text-decoration: none;
}
.immigration_stories_item {
  padding: 20px;
  background: #f5f5f5;
  width: 100%;
  text-decoration: none;
  transition: all linear 0.2s;
}
.immigration_stories_item_title {
  font-size: calc(14px + 4 * ((100vw - 370px) / (1920 - 370)));
  font-weight: 700;
  line-height: 120%;
  color: #243d3a;
  margin: 0 0 10px 0;
  transition: all linear 0.2s;
}
.immigration_stories_item_wrap {
  display: flex;
  align-items: center;
  color: rgba(157, 141, 117, 1);
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  margin: 15px 0;
}
.immigration_stories_item_date_author {
  display: flex;
  align-items: center;
  gap: 2px;
}
.immigration_stories_item_description p {
  font-size: calc(13px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #39464a;
  font-weight: 400;
  margin: 0;
}
.immigration_stories h2 {
  margin-bottom: 40px;
}
.immigration_stories_item_wrap span {
  height: 10px;
  width: 1px;
  background-color: #9d8d75;
  display: block;
}

@media (hover: hover) {
  .immigration_stories_item_big_one_title:hover {
    text-decoration: underline;
  }
  .immigration_stories_btn:hover {
    text-decoration: underline;
  }
  .immigration_stories_item:hover {
    background-color: #e0e1e2;
  }
}
@media screen and (max-width: 900px) {
  .immigration_stories .container {
    padding: 50px 0 60px;
  }

  .immigration_stories_items {
    flex-direction: column;
  }
  .immigration_stories_item_big_one {
    width: 100%;
  }
  .immigration_stories_item_other {
    width: 100%;
  }
  .immigration_stories_items {
    gap: 10px;
  }

  .immigration_stories_item_big_one_content {
    position: static;
    padding: 10px;
  }
  .immigration_stories_item_big_one {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .immigration_stories_item {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .immigration_stories_btn {
    margin-top: 30px;
  }
  .immigration_stories h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .immigration_stories .container {
    padding: 40px 0 40px;
  }
}
