.home-new-basics {
  height: 1146px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1C355E;
}
.home-new-basics .text-wrapper {
  max-width: 770px;
  padding: 0 75px !important;
}
@media (max-width: 991.98px) {
  .home-new-basics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.home-new-basics .new-basics-text {
  color: #fff;
}
.home-new-basics .new-basics-text .btn {
  max-width: 450px;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .home-new-basics .new-basics-text .btn {
    max-width: 300px;
  }
}

.home-new-basics .image-wrapper {
  width: 963px;
}

.collection-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 75% left 50%;
  min-height: 1105px;
}

.text-left-c {
  font-size: 26px;
  color: #1C355E;
}

@media screen and (min-width: 768px) {
  .text-90-regular-r {
    font-size: 90px !important;
  }
  .text-26-blu-r {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 992px) {
  .collection-image {
    min-height: 768px;
  }
  .home-new-basics {
    height: unset;
  }
  .home-new-basics .text-wrapper {
    text-align: center !important;
    padding: 0 15px !important;
  }
}