/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.generic-title {
  width: 100%;
  text-align: center;
  padding: 0 0 75px 0;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 75px;
  line-height: 1; }

.generic-title span {
  font-size: 32px;
  font-weight: 500; }

.generic-container {
  /*padding: 110px 0;*/
  padding: 75px 0;
  max-width: 1200px;
  /*    margin: 0 auto;*/
  border-bottom: 1px solid #e4e4e4;
  margin-right: auto;
  margin-left: auto; }

/* .generic-container:after {
    content: "";
    position: absolute;
    left: calc(50% - 600px);
    right: auto;
    bottom: 0;
    width: 1200px;
    border-bottom: 1px solid #e4e4e4;
}
 */
.generic-container.no-line {
  border-bottom: 0; }

.generic-structure {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .generic-structure .main-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .generic-structure .caption {
    margin-top: -30px; }

.generic-btn button {
  background-color: #eb5400;
  border: #eb5400;
  width: 164px; }

.generic-btn a {
  color: white; }

.generic-btn a:hover {
  color: white; }

.main-content .contact-us {
  line-height: 40px !important;
  padding: 0 100px !important;
  text-align: center; }

.main-content .contact-us p {
  margin-bottom: 0 !important; }