.pdf-container{
  width:100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pdf{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

}
@media screen and (max-width: 992px)
{
  .pdf-container{
    margin-top: 30px;
    margin-bottom: 30px;
  }  
  
}
@media screen and (max-width: 768px){
  .pdf-container{
    margin-top: 20px;
    margin-bottom: 20px;
  }  
}

@media screen and (max-width: 576px){
  .pdf-container{
    margin-top: 10px;
    margin-bottom: 10px;
  }  
  
}