.pre-plp-collection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 !important;
}

.pre-plp-collection-wrapper .text-wrapper {
  width: 60% !important;
  padding-left: 75px;
}
.pre-plp-collection-wrapper .btn.btn-primary {
  max-width: 75% !important;
  min-width: 250px;
}

.pre-plp-collection-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
}

.pre-plp-collection-wrapper .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pre-plp-collection-wrapper .text-wrapper > div, .pre-plp-collection-wrapper .text-wrapper > a {
  margin-bottom: 75px;
}

.pre-plp-collection-wrapper .text-wrapper .text-header {
  font-size: 9rem;
}

.text-body {
  color: #1C355E !important;
}

@media only screen and (max-width: 992px) {
  .pre-plp-collection-wrapper .text-wrapper {
    width: 90% !important;
  }
  .pre-plp-collection-wrapper .btn.btn-primary {
    max-width: 75% !important;
  }
}
@media screen and (max-width: 768px) {
  .pre-plp-collection-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre-plp-collection-wrapper div {
    width: 100%;
  }
  .pre-plp-collection-wrapper .text-wrapper {
    min-height: auto;
    padding-left: 15px;
  }
}