.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.content{
  display: block;
  margin:8rem auto;
  text-align: center;
}
.section-content p{
  text-align: left;
  text-indent: 2rem;
  line-height: 2.6rem;
  overflow: hidden;
}
.section-content p a{
  display: block;
}
.section-content a>img{
  width:auto;
}
.section-content .ql-align-center{
  text-align: center;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
    margin:1rem;
  }
  .section-margin-bottom{
    margin-bottom: 0;
  }
}
