/* .founder-wrapper .item {
  display: flex;
  max-height: 850;
} */

.founder-wrapper .item .slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.founder-wrapper .item .slide-content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.founder-wrapper .item .slide-content .founder-quote {
   margin-bottom: 0; 
}

.founder-wrapper .item .slide-content .founder-quote p {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.founder-wrapper .item .slide-content div p {
  text-align: center;
}

.founder-wrapper .yellow-corner {
    display: flex;
    width: 100%;
}

.founder-wrapper .yellow-corner.corner-top-right {
    justify-content: flex-end;
}

.founder-wrapper .yellow-corner.corner-bottom-left {
    justify-content: flex-start;
}

.founder-wrapper .yellow-corner img {
    width: 20% !important;
}

.founder-wrapper .item .founder-image {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.founder-wrapper .founder-image img.founder-img {
  height: 100%;
  object-fit: cover;
}

.founder-wrapper .quote-content {
    padding: 0 15%;
}

.founder-wrapper .quote-img {
    display: flex;
    width: 100%;
}

.founder-wrapper .open-quote {
    justify-content: flex-end;
}

.founder-wrapper .quote-img img {
    width: 36px !important;
}

.founder-wrapper .owl-nav {
    transform: translateY(-115%);
}

.founder-wrapper .owl-dots {
    margin-top: -90px;
}

.founder-wrapper .owl-nav button.owl-prev span, 
.founder-wrapper .owl-nav button.owl-next span {
    font-size: 3em;
    color: #F9C84E;
    margin: 0 50px;
}

.owl-theme.owl-features-carousel.founder-wrapper .owl-nav [class*='owl-']:hover,
.founder-wrapper .owl-nav button.owl-prev:hover, 
.founder-wrapper .owl-nav button.owl-next:hover {
  background: transparent !important;
}

.founder-wrapper .item {
    display: flex;
    max-height: 80vh;
}

@media (max-width: 1500px) {
  .founder-wrapper .item {
    display: flex;
    max-height: 735px;
  }
}

@media (max-width: 1100px) {
  .founder-wrapper .item {
    display: flex;
    flex-direction: column;
    max-height: none;
    width: 80%;
    margin: 0 auto;
  }
  
  .founder-wrapper .founder-image img.founder-img {
    display: block !important;
  }
  
  .founder-wrapper .founder-image {
    background-image: none !important;
  }
  
  .founder-wrapper .item .slide-content,
  .founder-wrapper .item .founder-image {
    width: 100%;
    padding-right: calc(5% + 24px);
    padding-left: 5%;
}
  
@media (min-width: 1101px) {
  .founder-wrapper .founder-image img.founder-img {
    display: none !important;
  }
}
  
@media (max-width: 767px) {
  .founder-wrapper .item .slide-content, 
  .founder-wrapper .item .founder-image {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
  
@media (max-width: 600px) {
  .founder-wrapper .item {
    width: 95%;
  }
.founder-wrapper .quote-content {
    padding: 0 1%;
}
}