.imovel-usado-container {
    @media (min-width: 768px) {
      background-color: var(--gray-200) !important;
    }

    @media (max-width: 768px) {
      padding: 0 !important;
    }

    .product-container {
      background-position: top;
      border-bottom-right-radius: 150px !important;
      height: 100%;

      @media (max-width: 768px) {
        height: 415px
      }
    }
  }

  #carouselHomeEmpreendimentos {
		width: 100%; 
		text-align: right !important;
	}