.news {
  width: 100%;
}
.news h1 {
  font: 4.2rem "Bold";
  margin-bottom: 3rem;
}
.news .block {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  border-bottom: 0.1rem solid #09325f33;
  padding-bottom: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.news .block a.imageLinkToPage {
  box-sizing: border-box;
  display: flex;
  width: 40%;
  margin-right: 2%;
}
.news .block a.imageLinkToPage img.main {
  width: 100%;
  height: 30rem;
  border-radius: 0.8rem;
  object-fit: cover;
}
.news .block .textPart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
}
.news .block .textPart .date {
  display: flex;
}
.news .block .textPart .date img {
  margin-right: 1rem;
}
.news .block .textPart .date p {
  font: 1.6rem "Blink_Regular";
  color: #707f8d;
}
.news .block .textPart a:not(.button) {
  display: block;
  font: 2.4rem "SemiBold";
  margin: 2rem 0;
  color: #161616;
  margin-top: 1rem;
  width: 65%;
}
.news .block .textPart .button {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 2rem;
  border-radius: 0.8rem;
}
.news .block .textPart p {
  color: #707f8d;
  width: 65%;
  font: 1.6rem "Blink_Regular";
}
.news .block:hover .textPart a {
  color: #124e91;
}
.news .block:hover .textPart a svg .strokeThis {
  stroke: #005fa3;
}
.news .block:hover .textPart a svg .fillThis {
  fill: #005fa3;
}
@media screen and (max-width: 1025px) {
  .news {
    width: 95%;
    margin: 3rem auto;
  }
  .news h1 {
    font: 2.4rem "Medium";
    margin-bottom: 3rem;
  }
  .news .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    padding: unset;
    box-sizing: border-box;
  }
  .news .block a.imageLinkToPage {
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-right: 2%;
  }
  .news .block a.imageLinkToPage img.main {
    width: 100%;
    height: 32rem;
    border-radius: 0.8rem;
    object-fit: contain;
  }
  .news .block .textPart {
    width: 100%;
    padding: 2rem;
    padding-top: 0;
    box-sizing: border-box;
  }
  .news .block .textPart .date {
    display: flex;
  }
  .news .block .textPart .date img {
    margin-right: 1rem;
  }
  .news .block .textPart .date p {
    font: 1.6rem "Blink_Regular";
    color: #707f8d;
  }
  .news .block .textPart a {
    display: block;
    font: 2.4rem "DemiBold";
    margin: 2rem 0;
    margin-top: 1rem;
  }
  .news .block .textPart p {
    color: #707f8d;
    font: 1.6rem "Blink_Regular";
  }
  .news .block .textPart p a {
    font: 1.6rem "Blink_Regular";
    color: #000;
    margin: 0;
  }
}
