body {
  background-color: hsl(210, 46%, 95%);
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  grid-template-rows: 300px 300px;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
  font-family: "Barlow Semi Condensed", arial;
  padding: 4%;
  
  @media (max-width: 600px) {
    display: block;
    margin: 50px;
  }
}


body > div {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 4% 0 0 4%;
}
.div1 {
  grid-column: 1 / span 2;
  grid-row: 1;
  background-color: hsl(263, 55%, 52%);
 
}
.quotes{
  position: absolute;
  z-index: 0;
  margin-left: 30%;
  margin-top: -1.8%;

  @media (max-width: 600px) {
    margin-left: 40%;
  }
}
.div1 .avatar {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.div1 .avatar h3 {
  font-size: 14px;
  line-height: 0;
  
}
.div1 .avatar p {
  font-size: 12px;
  line-height: 0;
  opacity: 50%;
}
.div1 .avatar img{
  border-radius: 50%;
  width: 30px;
  border: solid 1px white;
  height: 30px;
  margin-top: 4px;
}
.div1 .text {
  margin-left: 20px;
  justify-content: center;
  color: white;

  @media (max-width: 600px) {
    font-size: 10px;
  }
}
.div1 .text2 {
  margin-top: -20px;
}
.div1 .quote {
  font-size: 25px;
  color: white;
  font-weight: 600;
  z-index: 2;
  position: relative;

  
}
.div1 .last{
  color: white;
  opacity: 50%;
  line-height: 1;
  font-size: 15px;
  @media (max-width: 600px) {
    padding-bottom: 10px;
  }
}


.div2 {
  background-color: hsl(217, 19%, 35%);
  padding: 5%;
}
.div2 .avatar {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.div2 .avatar h3 {
  font-size: 14px;
  line-height: 0;
}
.div2 .avatar p {
  font-size: 12px;
  line-height: 0;
  opacity: 50%;
}
.div2 .avatar img{
  border-radius: 50%;
  width: 30px;
  border: solid 1px white;
  height: 30px;
  margin-top: 4px;
}
.div2 .text {
  margin-left: 20px;
  justify-content: center;
  color: white;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}
.div2 .quote {
  font-size: 25px;
  color: white;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.div2 .last{
  color: white;
  opacity: 50%;
  line-height: 1;
  font-size: 15px;
  @media (max-width: 600px) {
    padding-bottom: 10px;
  }
}


.div3 {
  background-color: hsl(0, 0%, 100%);
  padding: 5%;

  @media (max-width: 600px) {
    margin-top: 30px;
  }
}
.div3 .avatar {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.div3 .avatar h3 {
  font-size: 14px;
  line-height: 0;
}
.div3 .avatar p {
  font-size: 12px;
  line-height: 0;
  opacity: 50%;
}
.div3 .avatar img{
  border-radius: 50%;
  width: 30px;
  border: solid 1px white;
  height: 30px;
  margin-top: 4px;
}
.div3 .text {
  margin-left: 20px;
  justify-content: center;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}
.div3 .quote {
  font-size: 25px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.div3 .last{
  opacity: 50%;
  line-height: 1;
  font-size: 15px;
  @media (max-width: 600px) {
    padding-bottom: 10px;
  }
}


.div4 {
  grid-column: 2 / span 2;
  grid-row: 2;
  background-color: hsl(219, 29%, 14%);

  @media (max-width: 600px) {
    margin-top: 30px;
  }
}
.div4 .avatar {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.div4 .avatar h3 {
  font-size: 14px;
  line-height: 0;
}
.div4 .avatar p {
  font-size: 12px;
  line-height: 0;
  opacity: 50%;
}
.div4 .avatar img{
  border-radius: 50%;
  width: 30px;
  border: solid 1px white;
  height: 30px;
  margin-top: 4px;
}
.div4 .text {
  margin-left: 20px;
  justify-content: center;
  color: white;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}
.div4 .text2 {
  margin-top: -20px;
}
.div4 .quote {
  font-size: 25px;
  color: white;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.div4 .last{
  color: white;
  opacity: 50%;
  line-height: 1;
  font-size: 15px;
  @media (max-width: 600px) {
    padding-bottom: 10px;
  }
}


.div5 {
  grid-row: 1 /span 2;
  background-color: hsl(0, 0%, 100%);
  padding: 5%;

  @media (max-width:600px) {
    margin-bottom: 50px;
  }
}
.div5 .avatar {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.div5 .avatar h3 {
  font-size: 14px;
  line-height: 0;
}
.div5 .avatar p {
  font-size: 12px;
  line-height: 0;
  opacity: 50%;
}
.div5 .avatar img{
  border-radius: 50%;
  width: 30px;
  border: solid 1px white;
  height: 30px;
  margin-top: 4px;
}
.div5 .text {
  margin-left: 20px;
  justify-content: center;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}
.div5 .quote {
  font-size: 25px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
.div5 .last{
  opacity: 50%;
  line-height: 1;
  font-size: 15px;
  @media (max-width: 600px) {
    padding-bottom: 10px;
  }
}