.news {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.news .cover-news {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/new.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}

.news .content {
    width: 70%;
    min-height: 200px;
    margin-left: 15%;
    margin-right: auto;
}

.news .content h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.news .content h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px;
    margin: auto;
    text-align: center;
    font-family: arial;
    margin-left: 25px;
    margin-right: 25px;
  }
  .card p{
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
  }
  .title {
    color: grey;
    font-size: 18px;
  }
  
  .card button {
    border: solid 1px #000;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    background-color: #fff;
    text-align: center;

    cursor: pointer;
    width: 40%;
    font-size: 18px;
    margin-left: 25%;
    margin-right: 25%;
  }
  
  a {
    text-decoration: none;
    font-size: 22px;
    color: black;

  }
  
  button:hover, a:hover {
    opacity: 0.7;
  }

  
.space5 {
    height: 10vh;
}
.space15 {
    height: 15vh;
}

.box-news{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}
.content-new{
    display: inline-flex;
}