.elementor-container{
  max-width: 1200px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 5% 10% 5% 10%;
}

.elementor-column{
  width: 100%;

}

@media screen and (max-width: 1024px) {
  .elementor-container{
    max-width: 1025px;
  }
  
}

@media screen and (max-width: 768px) {
  .elementor-container{
    max-width: 768px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

