.news-page .container {
  max-width: 1323px;
  overflow: hidden;
}
.news-page .container .main-image {
  overflow: hidden;
}
.news-page .container .main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-page .news div[class^=col] {
  margin-bottom: 60px;
}
.news-page section.all-news.latest-news {
  padding-top: 50px;
}
.news-page .button {
  position: relative;
}
.news-page .button .custom-btn {
  font-size: 11px;
  padding-left: 17px;
  padding-right: 17px;
}
.news-page .button:hover .share {
  opacity: 1 !important;
}
.news-page .button .share {
  position: absolute;
  top: -41px;
  left: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.news-page .button .share .links {
  background-color: #1b3e6926;
  border-radius: 50px;
  padding: 4px;
}
.news-page .button .share .links a:not(:last-child) {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.news-page .button .share .links a .link {
  font-size: 15px;
  width: 24px;
  height: 24px;
}
.news-page .button .share .arrow {
  height: 17px;
  width: 20px;
  background-color: #1b3e6926;
  -webkit-clip-path: polygon(0 0, 50% 50%, 100% 0);
          clip-path: polygon(0 0, 50% 50%, 100% 0);
}
.news-page .custom-btn {
  background-color: var(--color-blue);
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  outline: none !important;
  transition: var(--transition-speed);
}
.news-page .custom-btn:hover {
  background-color: #305584;
}
.news-page .share .link {
  background-color: var(--color-light-blue);
  font-size: 18px;
}
.news-page .share .link i {
  color: #fff;
}
.news-page .share .link:hover {
  background-color: #5d72a0;
}
.news-page .share .print {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.news-page .share .print .link {
  background-color: var(--color-blue);
}
.news-page .share .print .link:hover {
  background-color: var(--color-light-blue);
}
.news-page .all-news .header select {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  min-width: 80px;
  border-color: var(--color-blue);
}
@media (max-width: 768px) {
  .news-page .container .title h1 {
    margin: 4rem 0 1.5rem 0;
  }
  .news-page .container .share {
    margin-bottom: 2rem;
  }
}
.news-page .search-dates {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.news-page .modal .arrow {
  height: 32px;
  width: 18px;
  margin: auto;
  cursor: pointer;
}
.news-page .modal-content {
  flex-direction: row-reverse;
  border: 0;
}
.news-page .modal-content .img-container {
  width: calc(100% - 100px);
  height: 500px;
}
@media (max-width: 768px) {
  .news-page .modal-content .img-container {
    height: calc(40vh - 130px);
  }
}
.news-page .news-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
  min-height: 300px;
  height: 100%;
}
.news-page .news-card .text-block {
  flex-grow: 1;
}
.news-page .news-card .news-img {
  height: 200px;
  position: relative;
}
.news-page .news-card .news-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-page .news-card .news-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.news-page .news-card .news-img:hover a .overlay {
  background-color: #1b3e6938;
}
.news-page .news-card .main-block,
.news-page .news-card .sub-block {
  display: flex;
  justify-content: start;
  flex-grow: 1;
}
.news-page .news-card .main-block {
  flex-grow: 1;
  padding-top: 15px;
  margin-bottom: 15px;
}
.news-page .news-card .main-block .title {
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: bold;
  text-align: start;
}
.news-page .news-card .main-block .title a {
  color: var(--primary-color);
}
.news-page .news-card .main-block .title a h3 {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: bold;
  margin-bottom: 0;
}
.news-page .news-card .main-block .title > a:hover {
  color: var(--color-light-blue);
}
.news-page .news-card .main-block .news-date {
  padding-top: 5px;
  flex: 1;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #B7B7B7;
  font-family: "Century Gothic", sans-serif !important;
  font-size: 16px;
  width: 75px;
  flex: 0 0 75px;
}
.news-page .news-card .main-block .news-date span:first-child {
  letter-spacing: 1px;
}
.news-page .news-card .main-block .news-date span {
  line-height: 18px;
}
.news-page .news-card .main-block .news-date span:nth-child(2) {
  font-size: 31px;
  line-height: 38px;
}
.news-page .news-card .sub-block .news-description {
  font-size: 14px;
  color: var(--primary-color);
  text-align: start;
  word-break: break-word;
  font-weight: 400;
  align-self: flex-end;
}
.news-page .news-card .share-block {
  display: flex;
  align-items: flex-end;
  width: 88px;
  flex: 0 0 88px;
  align-self: flex-end;
  text-align: center;
}
.news-page .news-card .share-block .button {
  width: 100%;
}
