.collection-presentation-wrapper {
  margin: 0px 0 0px 0px;
}
.collection-presentation-wrapper .collection-presentation-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collection-presentation-wrapper .collection-presentation-content .right-part {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 60px 100px 60px 100px;
  position: relative;
}
.collection-presentation-wrapper .collection-presentation-content .right-part p {
  margin-bottom: 2rem;
}
.collection-presentation-wrapper .collection-presentation-content .right-part .pre-heading {
  justify-self: flex-start;
  font-family: "Source Sans Pro";
  position: absolute;
  top: 30px;
}
.collection-presentation-wrapper .collection-presentation-content .right-part .bigger-heading {
  justify-self: center;
  margin-top: 0%;
}
.collection-presentation-wrapper .collection-presentation-content .right-part .bigger-heading h2 {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--dark-gray);
  font-weight: bold;
}
.collection-presentation-wrapper .collection-presentation-content .right-part .collection-link {
  margin: 0 auto;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  background: black;
  text-transform: uppercase;
  border-color: black;
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  padding: 12px 45px;
  color: white;
  border: 1px solid black;
}
.collection-presentation-wrapper .collection-presentation-content .right-part .collection-link:hover {
  background: transparent;
  color: black;
  border-color: black;
}
.collection-presentation-wrapper .collection-presentation-content .left-part {
  width: 50%;
}
.collection-presentation-wrapper .collection-presentation-content .left-part .image-wrapper {
  min-height: unset;
  height: 100%;
  max-height: unset;
}
.collection-presentation-wrapper .collection-presentation-content .left-part .image-wrapper:before {
  padding-top: 100%;
}

@media screen and (min-width: 1500px) {
  .collection-presentation-wrapper .collection-presentation-content .left-part .contact-button-wrapper {
    margin-bottom: 0px;
  }
  .collection-presentation-wrapper .collection-presentation-content .left-part .bigger-heading {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .collection-presentation-wrapper {
    margin: 40px 0 20px 0;
  }
  .collection-presentation-wrapper .collection-presentation-content .left-part, .collection-presentation-wrapper .collection-presentation-content .right-part {
    width: 100%;
  }
  .collection-presentation-wrapper .collection-presentation-content .left-part {
    padding: 0px;
  }
  .collection-presentation-wrapper .collection-presentation-content .right-part {
    padding: 30px 30px 60px 30px;
  }
  .collection-presentation-wrapper .collection-presentation-content .right-part .image-wrapper {
    min-height: unset;
  }
  .collection-presentation-wrapper .collection-presentation-content .right-part .image-wrapper::before {
    padding-top: 100%;
  }
}

/*# sourceMappingURL=collection_presentation.css.map */
