body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
  "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.testimony-title {
  background-image: url("../img/butterflies.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  min-width: 85%;
  margin: 30px;
  border: none;
  border-radius: 24px;
}

.title1 {
  font-family: "Alex Brush", cursive;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  padding-top: 40px;
  padding-left: 80px;
}

.title2 {
  font-family: "Finger Paint", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 48px;
  text-align: center;
  padding-bottom: 40px;
}

.dp {
  display: flex;
  flex: 1;
  background-color: #cdd1ed;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  border-radius: 12px;
  margin-bottom: 80px;
}

.dp-dad {
  display: flex;
  gap: 10px;
  padding: 120px 20px 20px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.dp-img {
  height: 180px;
  border-radius: 100%;
  border: 8px solid #454ea1;
  margin-top: -90px;
}

.nome {
  color: #1f297c;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.nome {
  font-size: 22px;
}
.depoimento {
  font-size: 17px;
  text-align: justify;
}

.testimony-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 700px) {
  .title1 {
    font-family: "Alex Brush", cursive;
    font-size: 38px;
    text-align: center;
    padding: 0px;
  }
  .title2 {
    font-family: "Finger Paint", sans-serif;
    font-size: 38px;
    text-align: center;
    padding: 0px;
  }
}
