.span4 {
  width: 33.3333%;
  margin: 0;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.span4:not(:last-child) {
  border-right: 1px solid #47b4e9;
}
.t3-spotlight.t3-spotlight-1.row {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom {
  padding: 25px;
  text-align: center;
}
.custom h3 {
  margin: 0;
}
.custom-border {
  border-bottom: 1px solid #47b4e9;
}
@media screen and (max-width: 950px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .fp-slides,
  .fp-thumbnail,
  .fp-prev-next,
  .fp-nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  #header .adr {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #header .telf {
    float: none;
    width: 100%;
  }
  #header .logo {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .span4 {
    width: 50%;
    border: none!important;
  }
  .entry p {
    font-size: 18px!important;
    line-height: 1.5!important;
  }
  #header .adr {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .span4 {
    width: 100%;
    padding: 0 15px;
  }
}