@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
.news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 180px;
}

@media (max-width: 1100px) {
  .news {
    padding-top: 120px;
  }
}

.news .breadcrumbs {
  margin-bottom: 70px;
}

.news-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .news-container {
    width: 95%;
  }
}

.news-container h2.h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 70px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

@media (max-width: 600px) {
  .news-container h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.news-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}

.news-item {
  width: calc(100%/2 - 20px);
  min-height: 350px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
          box-shadow: 0px 8px 24px rgba(0, 143, 133, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .news-item {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-item:nth-of-type(2n) img{
    -webkit-border-radius: 0 0 100px;
    -moz-border-radius: 0 0 100px;
    border-radius: 0 0 100px;
}

.news-item:nth-of-type(2n-1) img{
    -webkit-border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    border-radius: 0 100px 0 0;
}

.news-item__image {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 290px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
min-width: 100%;
}

@media (max-width: 700px) {
  .news-item__image img {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .news-item__image {
    width: 100%;
    height: 400px;
  }
}

.news-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 27px 30px 30px;
  position: relative;
  border-radius: 10px;
  width: calc(100% - 290px);
}

@media (max-width: 700px) {
  .news-item__desc {
    width: 100%;
    padding: 20px;
  }
}

.news-item__desc h3.h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #3d3d3d;
  width: 100%;
  z-index: 15;
}

.news-item__desc p {
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
  width: 100%;
  z-index: 15;
  margin-bottom: 10px;
}

.news-item__desc a {
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
  margin-top: auto;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.news-item__desc a svg {
  margin-left: 8px;
}

.news-item__desc a svg path {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.news-item__desc a:hover {
  color: #02AAB0;
}

.news-item__desc a:hover svg path {
  stroke: #02AAB0;
}

.news-item__desc span {
  z-index: 15;
  color: #3d3d3d;
  display: block;
  margin-bottom: 10px;
}
