@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

.footer__small-text{
  display: none;
}
.rte p{
  font-family: Lora;
}
@media only screen and (max-width: 769px){
.section-header--hero .section-header__title {
    font-size: 25px !important;
}
.rte-setting img, .rte img{
display: block; margin-left: auto; margin-right: auto;

}
.rte h3{
  text-align: center;
}
}

