
.latest-news {
  {#margin-top: 3rem;#}
  margin-bottom: 3rem;
  font-size: 17px;
  line-height: 1.5;
}

.latest-news h2 {
  color: #0e406d;
  font-weight: 900;
  margin-bottom: 1.5rem;
  font-size: calc(1.425rem + 2.1vw);
}

.latest-news .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * 1.5rem);
  margin-left: calc(-.5 * 1.5rem);
}

.latest-news  .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
}

.latest-news .col-lg-4 {
  display: flex;
  align-items: stretch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.latest-news .home-news {
  padding: 16px;
  background: #FFF;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  width: 100%;
}

.IE .latest-news .home-news{
 box-shadow:0px 1rem 3rem rgba(0,0,0,0.175) 
}

.latest-news img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
}

.latest-news h4 {
  color: #444;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: calc(1.275rem + .3vw);
}

.latest-news .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.latest-news .mb-3 {
  margin-bottom: 1rem;
}

.latest-news .text-end {
  text-align: right;
}

.latest-news .color-black{
  color: #444;
}

.latest-news .mt-5 {
  margin-top: 3rem;
}

.latest-news .btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  transition: .25s ease all;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  background: #e91d2d;
  color: #FFF;
/*   border-radius: 36px;
  border: 3px solid #FFF; */
  text-transform: uppercase;
  font-weight: 700;
  padding: 24px;
}

.latest-news .btn:hover{
  transform: translateY(-4px);
      -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  background: #e91d2d;
  color: #FFF;
}

.IE .latest-news .btn:hover{
  box-shadow:0px 1rem 3rem rgba(0,0,0,0.175);
}

.latest-news .text-center{
  text-align: center;
}

.latest-news a:hover {
  color: #090979;
}

.home-news-text .theme-readnow a:after {
    background: #0E406D;
    content: "";
    display: block;
    height: 1px;
    transform: translatey(-3px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 0;
}

.home-news-text .theme-readnow a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #0E406D;
    width: fit-content;
    line-height: 1.8;
}

.home-news-text .theme-readnow a:hover::after {
    width: 100%;
}

@media (min-width: 992px) {
  .latest-news {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
  .latest-news .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}


@media (min-width: 1200px){
  .latest-news h2 {
    font-size: 3rem;
  }
  .latest-news h4 {
    font-size: 1.5rem;
  }
}