.content-flex-p {
  left: calc(50% - 711px);
  bottom: 20%;
  z-index: 2;
  width: 720px;
  display: flex;
  justify-content: space-between;
}
.content-flex {
    right: 0;
    left: auto !important;
  }

@media (max-width: 1440px) {
  .content-flex {
    right: 0;
    left: auto !important;
    height: 100%;
  }
  .content-flex-p {
    left: 0;
    right: auto !important;
  }
}
