/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_text_inner h1,
  .et_pb_text_inner h2,
  .et_pb_text_inner h3,
  h2.et_pb_module_header {
    line-height: 1.5em;
  }

.top-items{
 color: #fff;
}
.top-items-schedule{
	margin-right:20px;
}
a.top-items-phone  {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

 a.top-items-phone:before {
  font-family: "ETmodules" !important;
  content: "\e090";
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

  .page-id-3 .et_pb_text_inner h2 {
    font-size: 24px;
  }

/*Bloc cards*/
  .card {
    background: #fff;
    border: 1px solid #F2EDE8;
    border-radius: 8px;
    transition: box-shadow .25s, transform .25s, #F2EDE8 .25s;
  }

  .card  .et_pb_blurb_container {
    padding: 0 2rem 2rem;
  }


@media (max-width: 768px) {
    .col-reverse {
      display: flex;
      flex-direction: column-reverse
    }
	.top-items-schedule,
	a.top-items-phone{
	display:block;
}

  }



