.main__new_title {
  color: #2F4F75;
  padding-left: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
  font-style: normal;
  padding-bottom: -2em;
  margin-bottom: 15px;
}

.main__new_line {
  size: 3px;
  width: 85%;
  align: center;
}

.main__new_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 30em;
  width: 100%;
  padding-bottom: 2em;
}

.main__new_image a {
  padding-top: 0.6em;
  font-size: 10em;
  color: #586E8E;
  text-decoration: none;
  font-family: sans-serif;
}

.main__new_image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 30em;
  width: 60%;
}

.main__new_text p {
  height: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
}

.main__new_share {
  width: 100%;
  height: 3em;
  text-align: right;
  font-size: 1.5em;
}

.main__new_share a {
  color: #586E8E;
  padding: 0.1em;
}

