.spacer-slider {
  padding: 5px;
}

figure {
  position: relative;
  margin: 0px;
}

figure img {
  display: inline-block;
}

figcaption {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0;
  padding: 0;
  margin: 0;
}

.figure-caption {
  font-family: 'Nunito';
  text-align: center;
  height: 30px;
  line-height: 2;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}

.profile-bio.mob1 {
  width: 755px;
  font-size: 50%;
  /*width: 20%;*/
}

@media (max-width: 600px) {
  .profile-bio.mob1 {
    width: 355px;
    font-size: 40%;
    /*width: 20%;*/
  }
}

th {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

@media (mAX-width: 600px) {
  .FOOT {
    margin-top: 160PX;
  }
}

@media (max-width: 600px) {
  .fas.fa-phone-alt.mob2 {
    margin-top: 15px;
  }
}

@media (min-width: 600px) {
  .mob4 {
    height: 673px;
  }
}

@media (max-width: 600px) {
  .mob4 {
    height: 842px;
  }
}

