.catalog-header-img {
  overflow: hidden;
  height: 540px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position-x: 15%;
}

.catalog-header-above {
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
}

.catalog-header-above-content {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.catalog-header-title {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.03em;
  color: #F2F9F7;
}

.catalog-content-bg {
  background-image: url('/modules/custom/acelys_pes_blocks/src/bg_catalog.jpg');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 71%;
}

.catalog-res-soc {
  z-index: 10;
  position: absolute;
  background-image: url(../../../../modules/custom/acelys_pes_blocks/src/bg_sn.png);
  height: 269px;
  width: 91px;
  top: 33%;
  right: 0;
  padding-right: 0.5rem;
}

.catalog-social {
  width: auto;
  top: 37.5%;
  display: block;
  position: relative;
  left: 60%;
  padding: 10%;
  z-index: 11;
}

.catalog-postit-container {
  display: flex;
  justify-content: right;
  margin-right: 12.5%;
  width: 32.5%;
}

.catalog-postit-content {
  background-image: url('../images/background/catalog_postit_bg.png');
  color: #3B2D4C;
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
  padding: 2.5rem;
}

.catalog-postit-btn {
  display: block;
  margin-top: 1.5rem;
  padding: 0.6em 4em;
  text-decoration: none;
  background: #B30073;
  border-radius: 60px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #F2F9F7;
}

@media screen and (max-width: 992px) {
  .catalog-header-img {
    background-image: none !important;
    background: var(--pes-purple);
    height: 324px;
    align-items: flex-start;
  }

  .catalog-header-above {
    justify-content: space-around;
    width: 90%;
  }

  .catalog_type_ilf {
    height: 100%;
  }

  .catalog_type_action {
    height: 70%;
  }

  .catalog-header-above-content {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: center;
  }

  .catalog-postit-container {
    width: 100%;
  }

  .catalog-postit-content {
    background-image: none;
    background-color: #B8C7E9;
  }

  .catalog-header-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    color: #F2F9F7;
  }
}
