#articles {
  padding: 40px 0 30px 0;
}

#articles .articles {
  margin-top: 60px;
  margin-bottom: 30px;
}

#articles .article {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  height: 300px;
  cursor: pointer;
}

#articles .article .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-bottom: 15px;
}

#articles .article .details h3 {
  margin: 20px 0 20px 0;
}

#articles .article .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  cursor: pointer;
}

#articles .article .details p {
  color: #fff;
  font-size: 15px;
  margin-top: 0;
  font-style: italic;
}

#articles .article .details a {
  color: #fff;
}

#articles .article .details a:hover {
  color: #4bb1ec;
}

#articles .article:hover .details h3,
#articles .article:hover .details h3 span {
  color: #4bb1ec;
}

#articles .articles .article img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#articles .list-articles a {
  font-size: 22px;
  color: #0e1b4d;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
}

#articles .list-articles a:hover {
  color: #2157a6;
}
#articles .list-articles {
  text-align: right;
}
