.in__main .container {
  max-width: 1190px !important;
}
.in__sec {
  display: flex;
  flex-wrap: wrap;
}
.in__heading {
  width: 388px;
}
@media only screen and (max-width: 1279px) {
  .in__heading {
    width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .in__heading {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .in__heading {
    width: 100%;
  }
}
.in__heading h2 {
  font-size: 76px !important;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .in__heading h2 {
    font-size: 54px !important;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .in__heading h2 {
    font-size: 40px !important;
    line-height: 1.2;
  }
}
.in__heading h2 em {
  display: block;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 9px !important;
  text-decoration-color: var(--color-orange) !important;
  color: var(--color-blue);
}
.in__heading__ark {
  background-image: url(../../images/home/in-ark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 832px;
  max-width: 100%;
  padding-top: 105%;
  transform: translateX(calc(-100% + 190px));
  margin-top: 130px;
}
@media only screen and (max-width: 1279px) {
  .in__heading__ark {
    min-width: initial;
    max-width: 100%;
    padding-top: 50%;
    transform: translateX(calc(-100% + 65px));
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .in__heading__ark {
    display: none !important;
  }
}
.in__list {
  width: calc(100% - 388px);
  padding-left: 40px;
}
@media only screen and (max-width: 1279px) {
  .in__list {
    width: calc(100% - 290px);
  }
}
@media only screen and (max-width: 991px) {
  .in__list {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .in__list {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
  }
}
.in__item {
  position: relative;
  margin-bottom: 24px;
}
.in__item::after {
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #f04e45;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .in__item:nth-child(even)::after, .in__item:nth-last-child(-n+2)::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .in__item:last-child::after {
    display: none;
  }
}
.in__item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #03002f;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.16px;
  margin: 0 0 4px;
}
.in__item p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #03002f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 0 0 4px;
  padding: 0;
}
.in__item__btn a:hover {
  text-decoration: none !important;
}/*# sourceMappingURL=in-news.css.map */