.homeCard4 {
  background-color:rgb(194, 186, 186);
}

.textCenterHomeCard3 {
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
  font-weight: bold;
  color: black;
}

/***************************/

.divhomeCard4 {
  display: flex;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.sumHomeCard4 {
  display: flex;
  flex: 1;
  padding: 15px;
}

.box1homeCard4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: rgb(10, 75, 105);
  border: 2px solid rgb(210, 243, 210);;
  /* box-shadow: 3px 5px 10px rgb(197, 194, 194), -3px -5px 10px rgb(221, 218, 218); */
}

.text1BoxHomeCard4 {
  color:black;
  line-height: 1.7;
  word-break: keep-all;
  padding: 20px;
  text-align: justify;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  /* border: 5px solid rgb(210, 243, 210); */
}

.star{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.star li{
  padding: 5px;
  color: yellow;
}
.text2BoxHomeCard4 {
  margin-top: 25px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
/* ************************************************************** */

@media screen and (max-width: 800px) {
  .divhomeCard4 {
    flex-direction: column !important;
    height: auto;
  }
}
