@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.testimonys-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding: 4em 5%;
  position: relative;
}
.testimonys-item {
  position: relative;
  display: flex;
  gap: 2em;
}
.testimonys-item-button {
  width: 50%;
  aspect-ratio: 3/1.8;
}
.testimonys-item-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonys-item-text {
  position: relative;
  width: 50%;
  padding: 2em 1em;
  background: #ECECEC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonys-item-text img {
  width: 220px;
}
.testimonys-item-text::before {
  content: "“";
  width: auto;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 2%;
  display: flex;
  color: #CBCFD3;
  font-size: 200px;
  line-height: 1;
}
.testimonys-item-pair {
  flex-direction: row-reverse;
}
@media screen and (max-width: 993px) {
  .testimonys-item {
    flex-direction: column;
  }
  .testimonys-item-button {
    width: 100%;
  }
  .testimonys-item-text {
    width: 100%;
  }
  .testimonys-item-text::before {
    font-size: 100px;
    top: -10px;
  }
}

iframe {
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 80vh;
}