section.flexible--carousel {
  position: relative;
}

section.flexible--carousel .roundal-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

@media only screen and (min-width: 1440px) {
  section.flexible--carousel .roundal-wrapper {
    min-width: 706px;
  }
}

@media only screen and (min-width: 1920px) {
  section.flexible--carousel .roundal-wrapper {
    min-width: 893px;
  }
}

@media only screen and (max-width: 1439px) {
  section.flexible--carousel .roundal-wrapper {
    min-width: 536px;
  }
}

section.flexible--carousel .roundal {
  width: 100%;
  height: auto;
  opacity: 0.9;
  color: white;
  text-align: center;
  position: relative;
  padding-top: 59px;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: century-gothic, sans-serif;
}

@media only screen and (max-width: 1024px) {
  section.flexible--carousel .roundal {
    bottom: -10px;
  }
}

section.flexible--carousel .roundal h2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  font-weight: 400;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

section.flexible--carousel .roundal p {
  height: auto;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  font-weight: 400;
  font-size: 26px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

}

section.flexible--carousel .roundal p.text {
  max-width: 80%;
  padding-top: 5px;
  font-weight: normal;
}

section.flexible--carousel .roundal hr {
  border-top: 1px solid white;
  width: 79px;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-detail img {
  margin-top: 21px;
}

@media only screen and (max-width: 991px) {
  section.flexible--carousel .roundal-wrapper {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    z-index: 10;
    margin-top: -40px;
  }

  section.flexible--carousel .roundal {
    right: auto;
    bottom: 10px;
    z-index: 1;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  section.flexible--carousel .roundal {
    bottom: 0px;
    height: 135px;
    width: 100%;
    background-color: #2D3A4A;
    padding-top: 15px;
  }

  section.flexible--carousel .roundal h2 {
    height: 40px;
    width: 300px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 18.48px;
    text-align: center;
  }

  section.flexible--carousel .roundal p {
    height: 82px;
    width: 300px;
    font-size: 15.56px;
    letter-spacing: 0;
    line-height: 14.96px;
    text-align: center;
  }

  section.flexible--carousel .roundal hr {
    width: 63.2px;
    border: 0.8px solid #ffffff;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}