/* block1 */
#pakistan-perception-banner img{
width: 550px;
}

 /* block 3 */
.number{
  height: 2.5rem;
  width: 2.5rem;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding-top: 10px;
  color: white;
}


.download-infograph .infographic-img img{
  padding: 1rem;
  width: 470px !important;
  object-fit: contain;
  height: 100%;
}

@media (max-width: 427px){
#pakistan-perception-banner img{
    width: 330px;  
  }

  .download-infograph .infographic-img img {
    /* padding: 1rem; */
    width: 95vw !important;
    /* object-fit: contain;
    height: 100%; */
}

}
@media (max-width: 768px){
    .sm-img{
      height: 250px;
      /* margin-top: .1rem; */
    }
  }