/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
#main-header {
  display: none;
}
#page-container {
  padding-top: 0px !important;
}
.h2-title span {
  color: #00634d;
  position: relative;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  background-position: 100%;
  background-image: linear-gradient(180deg, #f6f6f600 53%, #96363614 100%, #fff);
}
#footer-bottom {
  display: none;
}