/* Float four columns side by side */
.column-RB {
  float: left;
  width: 16.66%;
  padding: 0 7px;
}

/* Remove extra left and right margins, due to padding */
.row-RB {margin: 0 -5px;
}

/* Clear floats after the columns */
.row-RB:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-RB {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .card-RB img{
    height: auto;
}
}

/* Style the counter cards */
.card-RB {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}
.card-RB img{
    height: 35vh;
}

.card-RB:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container-RB {
  padding: 2px 16px;
  text-align: right;
  line-height: -19%;
}
.container-RB h4{
  font-size: 1.7rem;
}
.container-RB p{
  font-size: 1.3rem;
}
.container-RB-Eng {
    padding: 2px 16px;
    text-align: left;
    line-height: -9%;
  }
  .container-RB-Eng h4{
    font-size: 1.7rem;
  }
  .container-RB-Eng p{
    font-size: 1rem;
  }
.db-sindhi{
  background-color: var(--grey);
  border-radius: .3rem;
  color: white;
  padding: .5rem 1.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  margin: 4px 4px;
  margin-top: 3rem;
  cursor: pointer;
  float: right;
}
.rb-sindhi{
    font-size: 4rem;
    padding: 1rem;
  }
  .rb-Eng{
    font-size: 3rem;
    padding: 1rem;
    color:var(--black);
  }