#block-views-block-latest-news-block-1 h2{
    height: 43px;
    /* height: auto; */
    color: #000000;
    font-family: "Brandon_Grotesque_Regular";
    font-size: 30px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    margin: 0px auto 33px;
    display: block;
    position: relative;
    font-weight: normal;
}

#block-aboutus .report-title {
    font-size: 22px;
    line-height: 24px;
    font-family: "Brandon_Grotesque_Bold";
    margin-bottom: 18px;
}

#block-views-block-latest-news-block-1 h2:before {
    width: 88px;
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    background: #7dc8ed;
    left: 50%;
    transform: translateX(-50%);
}

#block-views-block-latest-news-block-1 h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 88px;
    height: 2px;
    background: #0080C8;
    left: 50%;
    transform: translateX(-50%);
}

.view-latest-news img.card-img-top {
    height: 198px;
}

.view.view-latest-news {
    padding-bottom: 50px;
    padding-top: 10px;
}
.view.view-latest-news .card {
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    border-radius: 0;
    border: 0;
    height: 100%;
}

.view.view-latest-news img.card-img-top {
    border-radius: 0;
}

.view.view-latest-news h5.card-title {
    color: #282C34;
    font-family: "Brandon_Grotesque_Bold";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.view.view-latest-news .card-text {
    color: rgba(40,44,52,0.6);
    /* font-family: "Open Sans"; */
    font-size: 14px;
    letter-spacing: 0.09px;
    line-height: 18px;
    padding-bottom: 44px;
    display: block;
	font-family: 'OpenSans_Regular';
}

.view.view-latest-news .text-center.border-top {
    padding-top: 18px;
    margin-bottom: 10px;
}
.view.view-latest-news .card .card-body a{
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.07px;
    text-align: center;
    height: 48px;
    line-height: 35px;
    width: 260px;
    text-transform: uppercase;
    background: linear-gradient(180deg,#10BAFF 0%,#0080C8 100%);
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    text-decoration: none;
}

#block-aboutus .accordian-block-tabs .nav-tabs{
	margin-bottom: 60px!important;
}

@media screen and (max-width: 1025px) {
    .view.view-latest-news h5.card-title{
        font-size: 18px;
    }
   
  }
  @media screen and (max-width: 769px) {
    .view.view-latest-news .card .card-body a{
        width: 100%;
    }
    /* div#myTabContent .program-services-wrp img {
        width: 100%;
        margin-left: 0px;
        height: auto;
    } */
    #block-aboutus .accordian-block-tabs .nav-tabs li a.nav-link {
        width: 200px;
        line-height: 26px !important;
    }
  }
  @media screen and (max-width: 765px) {
    #block-views-block-latest-news-block-1 .row .col-6{
        width: 100%;
        margin-top: 15px;
    }
  }
  @media screen and (max-width: 640px) {
    .view.view-latest-news .card{
    margin-bottom: 20px;
    }
    #block-aboutus .accordian-block-tabs .nav-tabs li a.nav-link {
        /* width: 136px; */
        width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .view.view-latest-news .col-6 {
        width: 100%;
    }
    #block-views-block-latest-news-block-1 h2{
        font-size: 24px;
    }

  }
  @media screen and (max-width: 360px) {
    #block-aboutus .accordian-block-tabs .nav-tabs li a.nav-link {
        width: 96px;
        line-height: 15px !important;
    }
  }
