.section-floral-skin-parfums{
  .multirow{
    padding:0;
  }
  .multirow__inner{
    row-gap:0;
  }
  .fsp-btn{
    left: 50%;
    transform: translateX(-50%);
    bottom: 9%;
    width: 265px;
    height: 50px;
    color: #FAEEEA;
    text-align: center;
    font-family: Copperplate;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 15.3px;
    letter-spacing: 1px;
    position: absolute;
    opacity: 1;
  }
  .image-with-text__media {
    height: 57.5rem;
  }
  .image-with-text__text p{
    color: var(--New-Orebella-black, #29201F);
    text-align: center;
    font-family: 'neue-haas-grotesk-display';
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    margin-top: unset;
    max-width: 505px;
    margin: 0 auto;
    line-height: 140%;
    letter-spacing: 0.32px;
  }
  .second-image-container {
    max-width: 300px;
    max-height: 350px;
    aspect-ratio: 0.86/1;
    width:100%;
    overflow: hidden;
  }
  .signature-image-container {
    width: 124px;
    height: 67px;
    overflow: hidden;
    margin-top: 3rem;
  }
  .floral-image {
    height: 100% !important;
  }
  @media screen and (min-width: 750px) {
    .main_image {
      aspect-ratio: 1.2/1;
    }
    .image-with-text__media--medium {
      height: 65rem;
    }
    .second-image-container {
      max-height: 395px;
      aspect-ratio: 0.75/1;
    }
  }
  @media screen and (max-width: 749px) {
    .image-with-text__grid{
      flex-direction: column-reverse;
    }
    .image-with-text__content{
      padding:24px 20px !important;
    }
  }
}
