/* made by nabil */
/* https://discord.gg/jqZt7w6tH4 */

@import url('https://fonts.googleapis.com/css2?family=Unbounded&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Unbounded", sans-serif;
  box-sizing: border-box;
}

h1, h3 {
  font-family: "Unbounded", sans-serif;
  color: #fff;
  text-align: center;
}
body {
  background-color: #2e2e2e;
  color: #fff;
  cursor: url("/img/asterisk.png"), auto;

}

.testimonial-section{
  background: #2e2e2e;
  padding: 30px 0;
}

.inner-width{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1{
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.border{
  width: 100px;
  height: 3px;
  background: #fff;
  margin: 40px auto;
}

.testimonial{
  background: #6b4c8c;
  padding: 40px;
  overflow: hidden;
  border-radius: 25px;
  transition: 0.4s;
}

.testimonial:hover {
  background: #50386A;
}

.test-info{
  display: flex;
  height: 60px;
  align-items: center;
}

.test-pic{
  width: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.test-name{
  font-size: 12px;
  color: #fff;
}

.test-name span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.testimonial p{
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
  color: #fff; 
}
