.about {
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
}

.collection-banner {
  background-image: url("../../../images/banner-about.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-origin: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  
  transition: background-size .5s;
}

.collection-banner:hover {
  background-size: 110% ;
}

.collection-banner .contain-banner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: start;
  top: 0;
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-left: 57px;
  flex-direction: column;
  justify-content: center; 
}


.about-2 {
  margin: 72px 0;
}

.about-2 img {
  border-radius: 8px;
  width: 591px;
  height: 486px;
}

.about-2 .row {
  gap: 32px;
}

.card-about {
  border: 1px solid var(--color-yellow);
  border-radius: 12px;
  width: 384px;
  height: 257px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding: 32px;
}

.valores-about .flex {
  gap: 32px;
}

.valores-about .card-about.text-center:hover,
.valores-about .card-about.text-center:hover svg circle {
  border: 1px solid var(--color-black);
  fill: var(--color-black);
  stroke: var(--color-black);
  transition: ease 0.2s;
}

.valores-about h2 {
  margin: 32px 0 7px;
}

.about-3 {
  background-image: url("../../../images/banner-about-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 407px;
  align-items: center;
  display: flex;
  text-align: left;
}

.about-3 h1 {
  width: 40%;
}