
.box {
  padding: 70px 0;
}

.title {
  /* font-family: 'Lato'; */
  text-align: center;
  color: var(--purple);
  font-weight: 700;
  font-size: 32px;
}

#comments {
 background:  url(../img/background.webp), var(--purplebg);
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-position: center top;
  background-size: cover;
}

.container_comm {
  width: 948px;
  height: auto;
  margin: 0 auto;
  text-align: justify;
}


#comment_p {
  margin-top: 49px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.comment-img {
  width: 50px; 
  border: 2px solid white;
  border-radius: 50%;
}

.comment-item {   
  max-weight:4380px;
  height: auto;
  padding: 0 8px; 
  box-sizing: border-box;
}
.comment-item p{
  font-size: 10px;
}

.comment-comment {
  /* font-family: 'Lato'; */
  font-size: 18px;
  background-color: #ffffff;
  color: var(--lowmedium);
  padding: 40px 15px 12px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  weight: 244px;
  height: 100%;
  position: relative;
  top: -20px;  
}

.comment-info {
  position: relative;
  margin-top: 8px; 
  display: flex;
  align-items: center;
  width:230px !important;
  height:50px;
  align-items: flex-end;
  z-index: 1;
}

.comment-info img {
  width: 50px;  
}

.comment-person {
  margin-left: 16px;
  color: #ffffff;
}

.comment-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #961E96;
}

@media (max-width: 1430px) {
.title {
    padding-top: 16px;
  }
}
@media (max-width: 1050px) {
  #comments.box {
    padding-bottom: 60px;
  }
}

@media (max-width: 1000px) {
  .container_comm {
    width: 95% !important;
  }
}

@media (max-width: 762px) {
    #comments {
    background-position: center;
    display:flex;
    flex-wrap: wrap;   
    overflow: hidden; 
  }
  .container_comm {
    width: 85%;
    max-height: 400px;
  }
  .comment_p{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }
  .title {
    font-size: 19px;
  }
}

@media (max-width: 390px) {
  #comments.box{
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container_comm{
    width: 380px;
  }
  #comment_p{
    max-width: 380px;
    max-height: 380px;
  }
  .comment-comment {
   height: 100%;
  }
}

@media (max-width: 330px) {  
  .comment-comment {
    font-size: 14px;
  }
}