.testicardMain {
  text-align: center;
  width: 65%;
  margin: auto;
  position: relative;
}
.testicardMain::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: url("/icons/quote.svg");
  width: 150px;
  height: 150px;
  background-size: cover;
  opacity: 0.45;
  z-index: -1;
}
.testicardMain strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fa4616;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  padding-bottom: 1rem;
  display: block;
}
.testicardMain p {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75em;
  font-family: var(--main-font, "Filson Pro");
  padding: 0 1rem;
}
.testicardMain .user-testi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.testicardMain .user-testi .icoTesti img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #47ee40;
}
.testicardMain .user-testi .testiname {
  text-align: left;
  padding-left: 1rem;
}
.testicardMain .user-testi .testiname p {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #000;
  line-height: 1.625rem;
  font-family: var(--main-font, "Filson Pro");
  text-transform: capitalize;
}
.testicardMain .user-testi .testiname small {
  font-size: 0.67rem;
  font-weight: 500;
  color: #797878;
  line-height: 0.8rem;
  font-family: var(--main-font, "Filson Pro");
}

@media (max-width: 768px) {
  .testicardMain {
    width: 90%;
    overflow: hidden;
  }
  .testicardMain::before {
    width: 100px;
    height: 100px;
  }
  .testicardMain strong {
    font-size: 0.8rem;
    font-weight: 800;
    color: #fa4616;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    padding-bottom: 1rem;
    display: block;
  }
  .testicardMain p {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
    line-height: 1.75em;
    font-family: var(--main-font, "Filson Pro");
    padding: 0 1.125rem;
  }
  .testicardMain .user-testi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }
  .testicardMain .user-testi .icoTesti img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid #47ee40;
  }
  .testicardMain .user-testi .testiname {
    text-align: left;
    padding-left: 1rem;
  }
  .testicardMain .user-testi .testiname p {
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #000;
    line-height: 0.9rem;
    font-family: var(--main-font, "Filson Pro");
    text-transform: capitalize;
  }
  .testicardMain .user-testi .testiname small {
    font-size: 0.67rem;
    font-weight: 500;
    color: #797878;
    line-height: 0.8rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .testicardMain {
    width: 90%;
  }
}
