/* Service list description --------------------------------------------------*/


.services-list-description {
  width: 100%;
  margin-bottom: 5px;
  background: white;
  border: 1px solid lightsteelblue;
}

.services-list-description hr {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
}

.services-list-description a {
    text-decoration: none;
    color: darkorange;
}

.services-list-description a:hover {
    color: orangered;
}

.services-list-description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}


#disclaimer p {
  color: #33739E;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
}

/* Service list element------------------------------------------------------*/

.services-list-element {
  /* width: 304px; */
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
  background: white;
  border: 1px solid lightsteelblue;
  /* min-height: 370px; */
  min-height: 100%;
}

.services-list-element hr {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
}

.services-list-element h3 {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: cornsilk;
  border-color: bisque;
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-radius: 4px;
}

.services-list-element a {
  text-decoration: none;
  color: #33739E;
}

.services-list-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.services-list-element p {
  padding: 10px 10px 10px 10px;
  background-color: bisque;
  border-radius: 4px;
}


/* Service single --------------------------------------------------------- */

.services-single-element {
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
  background: white;
  border: 1px solid lightsteelblue;

}

.services-single-element h3 {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: cornsilk;
  border-color: bisque;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-radius: 4px;
}

.services-single-element h4 {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
  padding: 10px 10px 10px 10px;
  background-color: bisque;
  border-radius: 4px;
}

.services-single-element hr {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
}

.services-single-element-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.services-single-element-img2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.services-single-element p {
  margin-bottom: 25px;
}

.services-single-element a {
  text-decoration: none;
  color: darkorange;
}

.services-single-element a:hover {
  color: orangered;
}


.services-image-normalize
{
  width: 100px;
  height: 100px;
}

.button-wrapper a {
  color: white; text-decoration: none;
}

.button-wrapper:hover a {
  color: white; text-decoration: none;
}

.button {
    background-color: darkorange ;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-radius: 4px;
}

.button:hover {
  background-color: orangered;
}

.button-book {
    background-color: darkorange ;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    border-radius: 4px;
}

.button-book:hover {
  background-color: orangered;
}


.services-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
