.detail_picture {
  max-height: 397px;
  object-fit: cover;
  width: 66% !important;
  position: absolute;
  left: 0
}

.news__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px !important;
}

.aside {
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
  top: 4%;
  right: 0;
  width: 100%;
  max-width: 310px;
  overflow: hidden;
}

.main__news {
  position: relative;
}

.news-detail {
  padding: 0 41px 0 32px;
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  width: 70%;
}

.news-detail a {
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  text-decoration: underline;
}

.news-detail p {
  margin-bottom: 30px;
}

.news__title {
  position: relative;
  z-index: 2;
  margin-top: 364px;
  background-color: #fff;
  padding: 26px 0 14px 32px;
  left: -32px;
  margin-bottom: 10px;
}

.news-detail h3 {
  color: rgb(109, 169, 166);
  font-family: Monterchi Text;
  font-size: 35px;
  font-weight: 300;
  line-height: 105%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.news__title h3 {
  color: rgb(109, 169, 166);
  font-family: Monterchi Text;
  font-size: 63px;
  font-weight: 300;
  line-height: 95%;
  letter-spacing: 0%;
  max-width: 664px;
}

.news-date-time {
  display: block;
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.news-detail ol {
  padding-left: 32px;
  margin-bottom: 30px;
}

.news-detail ol > li{
  list-style: decimal;
  margin-bottom: 12px;
}

.news-detail ol > li:last-child {
  margin-bottom: 0;
}

.news-detail img {
  margin-bottom: 15px;
  width: 100%;
  object-fit: cover;
}

.aside__list-wrapper, .news__list-wrapper {
  padding: 16px 33px 35px 24px;
  box-sizing: border-box;
  border: 1px solid rgb(237, 237, 237);
  margin-bottom: 46px;
}

.news__list-wrapper {
  border: none;
  padding: 0;
  display: none;
}

.aside__list-title, .news__list-title {
  margin-bottom: 16px;
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: left;
}

.aside__item-link, .news__item-link {
  display: block;
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: underline;
  transition: all 0.3s;
  margin-bottom: 16px;
}

.aside__item:last-of-type {
  margin-bottom: 0;
}

.aside__item-link:hover {
  text-decoration: none;
}

.aside__more-item {
  max-width: 310px;
  margin-bottom: 30px;
}

.aside__more-item:last-of-type {
  margin-bottom: 0;
}

.aside__more-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.aside__more-title {
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

.aside__title-item {
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 6px;
}

.aside__title-item a {
  color: rgb(76, 76, 76);
}

.aside__more-text {
  max-width: 310px;
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 8px;
}

.aside__more-link {
  color: rgb(76, 76, 76);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
  text-decoration: underline;
}

.aside__more-link:hover {
  text-decoration: none;
}