.bottom-nav h3{
  font-size: 22px;
}

@media (min-width:1280px) {
  .bottom-nav {
    display:flex;
    flex: 1 1 50%;
  }
  .bottom-nav > div{
    width:100%;
    display:flex;
    justify-content: flex-end;
    padding: 10px 64px !important;
  }
  .bottom-nav.treatment > div{
    padding: 24px 64px !important;
  }
  .bottom-nav > div:last-child{
    width:100%;
    display:flex;
    justify-content: flex-start;
  }
  .bottom-nav div div{
    max-width:536px;
    display:flex;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .bottom-nav h3{
    text-align: left !important;
    margin-bottom: 0 !important;
    max-width: 270px;
    font-size: 24px;
  }
}