.contain-why-chooses {
  margin: 5rem 0;
  padding: 4rem 1rem;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.contain-why-chooses .content-section {
  width: 55%;
}

.contain-why-chooses .image-section {
  width: 40%;
}

.contain-why-chooses .img-principal {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: auto;
}

.info-why-chooses {
  margin-bottom: 50px;
}

.contain-why-chooses .info-why-chooses h2 {
  color: #086aa2;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
}

.contain-why-chooses .info-why-chooses h2 {
  color: #086aa2;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
}

.contain-why-chooses .info-why-chooses p {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.contain-why-chooses .img-principal {
  width: 100%;
  object-fit: cover;
}

.contain-why-chooses .all-caracterize-chooses {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
  margin-top: 2rem;
}

.contain-why-chooses .all-caracterize-chooses div {
  display: flex;
  flex-direction: column;
  width: 148px;
  align-items: center;
  justify-content: center;
}

.contain-why-chooses .all-caracterize-chooses div svg {
  width: 75px;
  height: 75px;
}

.contain-why-chooses .all-caracterize-chooses div h4 {
  color: black;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1rem;
}

.contain-why-chooses .all-caracterize-chooses div p {
  color: #464646;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 900px){
  .contain-why-chooses {
    flex-direction: column;
    gap: 3rem;
  }
  .contain-why-chooses .content-section,
  .contain-why-chooses .image-section {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .contain-why-chooses .all-caracterize-chooses div img {
    width: 50px;
    height: 50px;
  }
  .contain-why-chooses .all-caracterize-chooses div h4 {
    font-size: 14px;
  }

  .contain-why-chooses .all-caracterize-chooses div p {
    font-size: 13px;
  }
  .contain-why-chooses .all-caracterize-chooses div {
    width: 137px;
  }
}
