/* Choose-section */
.choose-section {
  padding: 54px 0 30px;
  width: 100%;
  background: #fffafa;
}
.choose-section h3 {
  font-size: 28px;
  color: #001d53;
  margin-bottom: 40px;
  text-align: center;
}
.choose-section h3 span {
  color: #25801d;
}
.list-top {
  /* justify-content: space-between; */
  align-items: center;
  gap:20px;
}

/* .box-list {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.list {
  /* box-shadow: 0 2px 5px rgb(194, 194, 194); */
  border-bottom: 3px solid #25801d;
  border-left: 3px solid #3f71b3;
  padding: 5px;
  margin-bottom: 15px;
  max-width: 500px;
  height:125px;
  overflow-y:auto;
}
.list img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-bottom: 5px;
  padding-left:7px;
  
}
.list p {
  max-width: 450px;
  font-size: 14px;
  color: black;
  padding-left: 7px;
}
.list h4 {
  font-size: 20px;
  color: #25801d;
  margin-bottom: 0;
}

.choose-right-img {
  max-width: 400px;
  height: 380px;
  margin-right: auto;
  padding: 0 0 20px 15px;
  background-color: rgb(172, 26, 0);
  display: none;
}
.choose-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}