/* #more-details {
  width: 100%;
height: 700px;
  display: flex;
  justify-content: center;
align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 158px;
  background-image: linear-gradient(
    rgba(136, 120, 179, 0.7),
    rgba(136, 120, 179, 0.7)
  ),
    url(../img/img-12.jpeg.jpg);
    background-size: cover;
}

#box-info-cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;

}

#more-details .info-cards ul{
  min-height: 161px;
}

#more-details.info-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 351px;
  padding: 10px;
  gap: 10px;
  margin: 10px;
  background-color: #F8F9F7;
  border-radius: 5px;
  text-align: center;
}

#more-details .info-cards h3, 
#more-details .info-cards p, 
#more-details .info-cards li,
#more-details .info-cards i {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #000000 ;
}

#more-details .info-cards h3{
  font-size: 18px;
  margin-top: 15px;
}

#more-details .info-cards p{
  display: flex;
  min-height: 161px;
  align-items: center;
}

#more-details .info-cards li{
  text-align: justify;
  padding: 6px;
}

#more-details .info-cards span{
  font-size: 16px;
  font-weight: bold;
  padding-block: 4px;

}

#container-info-cards {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#container-info-cards #title {
  width: 80%;
  font-size: 32px;
  padding: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  color:  #F8F9F7;
  text-align: center;
}

.info-cards #icon {
  font-size: 32px;
}

@media screen and (max-width: 1330px) {
  #more-details {
      flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  #container-info-cards #title {
    margin-top: 15%;
  }
  #details-container {
    margin-top: 64px;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  #more-details{
    height: 100%;
  }
  
  #more-details #box-info-cards {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 12px;
  }

  #details-container {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {

  
  .info-cards {
    width: 100%;

  }
  #container-info-cards #title {
    margin-top: 30%;
    
  }
  #details-container {
  height: 100%

  }
} */