.container-text {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-full1 {
  display: flex;
  width: 100%;
  height: calc(100dvh - 20px);
  padding-bottom: 2rem;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.img-full1 img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.img-full-div1 {
  flex-direction: column;
  display: flex;
  backdrop-filter: blur(24px);
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 425px) {
  .img-full-div1 {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .img-full-div1 {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .img-full-div1 {
    width: 40%;
    bottom: 50px;
  }
  .img-full1 img {
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .img-full1 {
    max-width: 100%;
    width: 100%;
  }
}
