@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

main {
  background: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em;
  position: relative;
}

main::before {
  content: url("images/pattern-curve.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.wrap-content {
  position: relative;
}

.left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3em 2em;
  position: relative;
  background: url("images/pattern-quotes.svg");
  background-repeat: no-repeat;
  background-position-x: 8em;
  background-position-y: 7em;
  background-size: 100px 90px;
  z-index: 3;
}

.left-content .richText {
  width: 100%;
}

.left-content .richText .comment {
  font-size: clamp(17px, 5vw, 26px);
  color: #202046;
  margin-bottom: 1.5em;
  line-height: 130%;
  width: 130%;
}

.left-content .richText .author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.left-content .richText .author-content .author-fullname {
  font-weight: 900;
}

.left-content .richText .author-content .author-job {
  color: #babacf;
  font-weight: 600;
}

.right-content {
  position: relative;
  background: url("images/pattern-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3.3em;
}

.right-content img {
  display: block;
  width: 95%;
  min-width: 305px;
  max-width: 740px;
  margin: auto;
  -webkit-box-shadow: 0px 20px 20px 0px #2020467a;
          box-shadow: 0px 20px 20px 0px #2020467a;
}

.carousel {
  max-width: 1400px;
  padding: 3em 2em;
  overflow-x: hidden;
}

.carousel .carousel-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
}

.carousel .carousel-item {
  width: 100%;
  display: none;
}

.carousel .carousel-item.active {
  display: block;
}

.carousel .carousel-item-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-buttons {
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 105px;
  bottom: 3.3em;
  z-index: 10;
  left: 5em;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}

.container-buttons .button {
  height: 100%;
  width: 50%;
  padding: 1em;
  background: #ffffff;
  border: transparent;
  cursor: pointer;
}

.container-buttons .carousel-control-prev {
  position: relative;
}

.container-buttons .carousel-control-prev::after {
  content: url("images/icon-prev.svg");
  position: absolute;
  top: 50%;
  font-size: 2em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 30%;
}

.container-buttons .carousel-control-next::after {
  content: url("images/icon-next.svg");
  position: absolute;
  top: 50%;
  font-size: 2em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 70%;
}

@media screen and (max-width: 991px) {
  main {
    padding: 0 1em 1em;
    background: url("images/pattern-curve.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  main::before {
    display: none;
  }
  .carousel {
    padding: 1em;
  }
  .carousel .carousel-inner {
    height: 85vh;
    max-height: 800px;
  }
  .carousel .carousel-item {
    width: 100%;
  }
  .carousel .carousel-item-content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    row-gap: 1em;
  }
  .left-content {
    padding: 2em 0;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    background-size: 60px 50px;
    background-position-x: 50%;
    background-position-y: 1em;
  }
  .left-content::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .left-content .comment {
    margin-bottom: 1.5em;
    width: auto !important;
  }
  .left-content .author-fullname, .left-content .author-job {
    font-size: 13px;
  }
  .left-content .author-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .left-content .author-content .author-fullname {
    font-weight: 900;
    margin-bottom: 7px;
  }
  .right-content {
    padding: 2.1em;
  }
  .right-content img {
    display: block;
    width: 95%;
    min-width: 240px;
    max-width: 260px;
  }
  .container-buttons {
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    height: 40px;
    width: 80px;
    bottom: 2em;
    left: 50%;
  }
  .container-buttons .button {
    height: 100%;
    width: 50%;
    padding: 1em;
    background: #ffffff;
    border: transparent;
    cursor: pointer;
  }
}

@media screen and (max-width: 578px) {
  main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */