.sbi-news-inner-page{
  padding-bottom: 50px;
}
.sbi-news-inner-page .img-cont{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 600px;
  min-height: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sbi-news-inner-page .text-cont{
  padding: 30px;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -10%;
  /* margin-top: -200px; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sbi-news-inner-page .cat-cont{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.sbi-news-inner-page .cat-cont a{
  display: inline-block;
  color: #353535;
  font-weight: 700;
  text-decoration: none !important;
  margin: 3px;
  padding: 1px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sbi-news-inner-page .cat-cont a:hover{
  color: #fff;
}
.sbi-news-inner-page .text-cont .title{
  margin-bottom: 30px;
}
.sbi-news-inner-page .text-cont .excerpt{
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media(max-width: 991px){
  .sbi-news-inner-page .text-cont{
    margin-top: 30px;
    width: 100%;
    padding: 20px 0;
  }
}