@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Poppins:ital,wght@0,500;1,400&display=swap");

.sobre {
  align-items: center;
  background-color: rgba(253, 186, 230, 0.531);
  height: 100%;
  padding: 2rem 5rem;
  width: calc(100- 10rem);
}

h4 {
  color: rgb(247, 89, 184); 
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 0, 85, 0.445);
}

p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.583);
  margin-bottom: 2rem;
  text-align: center;
}

.carrossel {
  align-items: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.563);
  justify-content: center;
  margin-left: 7rem;
  overflow: hidden;
  width: 730px;
}

.container {
  display: flex;
  padding: 3% 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(0);
}

.img__sobre {
  box-shadow: 2px 2px 4px rgba(255, 3, 87, 0.334);
  cursor: pointer;
  height: 300px;
  margin-left: 3rem;
  object-fit: cover;
  width: 300px;
}

.img__sobre:nth-child(3) {
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
.sobre {
  padding: 0;
}

.carrossel {
  margin: 0 ;
  padding: 2rem 0;
  width: 100%;
}

  .container {
    display: flex;
    padding: 0;
  }

  .img__sobre {
    width:310px ;
    height: 310px;
  }
}
