.bg-img-cont
{
  background-image: url('../../images/breadcromb.jpg');
  background-size: cover;
  height: 450px;
  margin-top: 30px;
  border-radius: 15px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-s-img{
  width: 150px;
  height: 150px;
  border-radius: 10%;
}
.btlrbblr{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.btrrbbrr{    
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}