:root {
  --white-60: rgba(255, 255, 255, 0.60);
  --secondary-500: #0D333E;
}


.page-template-customization .breadcrumb-block {
  display: none;
}


.custom-page {
  background-image: url(../images/home-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.cp-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; 
  padding: 228px 0;
  margin: 0 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
}
.cp-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A2915E66; 
}
.cp-section.bridal-wear {
  background-image: url(../images/bridal_wear.jpg);
}
.cp-section.occasional-wear {
  background-image: url(../images/occasional_wear.jpg);
}
.cp-section.other-customization {
  background-image: url(../images/other_customization.jpg);
}
.cp-section .cp-card {
  position: relative;
  z-index: 1;
}
.cp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 956px;
  padding: 206px 16px;
  background-color: var(--white-60);
}
.cp-card__title {
  margin-bottom: 48px;
  font-family: 'Baskerville';
  font-weight: 600;
  font-size: 60px;
  line-height: 44px;
  letter-spacing: -0.7px;
  vertical-align: middle;
  color: var(--secondary-500);
}


@media (max-width: 1199px) {
  .custom-page {
    padding-top: 20px;
  }
  .cp-section {
    padding-block: 100px;
    margin-bottom: 50px;
  }
  .cp-card {
    max-width: 80%;
    padding-block: 100px;
  }
}
@media (max-width: 991.98px) {
  .custom-page {
    padding-top: 0;
  }
  .cp-section {
    padding-block: 50px;
    margin-bottom: 24px;
  }
  .cp-card {
    max-width: 90%;
    padding-block: 50px;
  }
  .cp-card__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
