.carousel-flex-container {
  display: flex;
  justify-content: center;
}

.carousel {
  /*width: 660px;*/
  /*width: 990px;*/
  width: 100%;
  /*height: 500px;*/
  height: 788px;
  overflow: hidden;
  /*margin: 75px auto 0;*/
  text-align: left;

/*  display: flex;
  align-content: center;*/
}
.carousel > div {
    /* styled by JS to match the added width and height of all <li>’s */
    position: relative;
    left: 0;
    -webkit-transition: 0.5s left;
    -moz-transition: 0.5s left;
    -ms-transition: 0.5s left;
    -o-transition: 0.5s left;
 
    list-style: none;
    margin: 0; padding: 0;
}
/*.carousel > ul > li {
    float: left;
    width: 660px; height: 300px;
}*/

.carousel > div > div {
    float: left;
    width: 660px;
    height: 300px;
}

.slide-container {
  margin: 20px;
  width: 720;
  position:absolute;
}

.slide-column {
    width: 327px;
    float: left !important;
    margin-right: 2px;
    margin-top: 30px;
}

.slide-bubble {
  height: 550px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.slide-bubble:before {
  content: url("../images/qa/bubble-tip.png");
  position: absolute;
  top: -21px;
  left: 0px;
}

.slide-bubble-right {
  height: 550px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.slide-bubble-right:before {
  content: url("../images/qa/bubble-other-way.png");
  position: absolute;
  top: -21px;
  left: 239px;
}

.slide-content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  /*letter-spacing: 0.1rem;*/
  color: #1c2d58;
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 30px);
  z-index: 5;
  position: relative;
}

.slide-h3 {
  margin-bottom: 18px;
  color: #fff;
  -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,0.36);
  -moz-text-shadow: 2px 2px 0px rgba(0,0,0,0.36);
  text-shadow: 2px 2px 0px rgba(0,0,0,0.36);
  margin-left: 20px;
  height: 20px;
  margin-bottom:28px;
  font-size: 26px;
}

.slide-h5 {
  margin-left: 20px;
  height: 20px;
  margin-bottom:28px;
  font-size: 1.4rem;
}

.carousel-dots {
  width: 16px;
  height: 16px;
  background-color: #a0aac1;
  border-radius: 20px;
  margin: 0 7px;
  justify-content: center;
  cursor: pointer;
}
.carousel-dots-active {
  background-color: #223d7e;
  width: 8px;
  height: 8px;
  border: 4px solid #a0aac1;
}

.expert-p {
  width: calc(940px * 0.667);
  color: #0e1933;
  margin: 8px auto;
}

.carousel-arrow {
  margin: 30px;
  bottom: 350px;
  position: relative;
  cursor: pointer;
  z-index: 1000000;
}

.white-text {
  color: #FFF;
}

.blue-text {
 color: #1c2d58;
}