.hero__main-container{
  padding: 120px 0;
  background-image:
    url("../img/icons/texture__pink.png"),
    linear-gradient(180deg, rgba(241, 242, 244, 0.10) 0%, rgba(255, 153, 196, 0.10) 100%);

  background-repeat:
    repeat-x,
    no-repeat;

  background-position:
    left bottom,
    center;
}

.hero__inner-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 700px;
}

.hero__right-column{
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  align-items: flex-end;
  height: 100%;
}

.hero__right-column-text{
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}









