.card {
    border-style: none;
}
  
.news .container {
    background-color: #ffffff;
    max-width: 919px;
    padding: 0px;
    padding-top: 15px;
    margin-top: 40px;
    margin-bottom: 80px;
}
  
.news .container a {
    text-decoration: none;
    color: #000000;
}
  
.news .container .card {
    border: none;
    text-align: center;
}
  
.news .container .card .card-img-top {
    max-height: 300px;
    max-width: 476px;
}

.news .container .card .card-body {
    padding-left: 0px;
    font-weight: normal;
    padding-bottom: 0px !important;
    text-align: left;
}

.news .container .card .card-title {
    font-size: 20px;
    color: #2e3339;
    font-weight: bold;
}

.news .container .card .card-text {
    padding-bottom: 29px;
}

.news .container .card .card-img {
    height: 150px;
    width: 238px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news .container hr {
    border-top: 1px solid #979797 !important;
    padding-bottom: 10px;
    margin-top: 0px;
}

@media (min-width: 576px) {
  .news .container .card .card-img {
    height: 150px;
    width: 238px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) {
  .news .container .card .card-img {
    height: 150px;
    width: 238px;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 23px;
    margin-bottom: 13px;
  }
}

@media (min-width: 992px) {
  .news .container .card .card-img {
    height: 150px;
    width: 238px;
    margin: 23px 34px 23px 39px;
  }
}
