.gdp-body-style {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #171717;
  flex-flow: column;
  padding: 42px 120px;
  display: flex;
}

.cta-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.image-4{
  width: 50%;
}

.price{
  color: #fff;
}

.paragraph-3 a{
  color: grey !important;
}

.gdp-bb-1 {
  flex-flow: row;
  display: flex;
}

.sm-txt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 52px 48px 53px;
  display: flex;
}

.sm-txt.left-align-txt {
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.gdp_h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 66px;
}

.gdp_h2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.paragraph.grey {
  color: #f5f5f5;
}

.image {
  object-fit: cover;
  width: 50vw;
  max-width: none;
  height: auto;
}

.logo-dom-perignon {
  max-width: 142px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.div-block {
  border: 1px solid #fff;
  border-radius: 1px;
}

.gdp-step-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #fff;
  border-radius: 2px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.gdp-small-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  max-width: 45px;
}

.paragraph-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gdp-champagnes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.gdp-bloc-champagnes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
}

.bloc-champ-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 474px;
  padding: 32px 16px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 771px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.gdp-button {
  font-size: 16px;
  text-decoration: none;
}

.label-button {
  color: #171717;
  text-align: center;
  background-color: #fff;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .gdp-body-style {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-4{
  width: 100%;
}
  .gdp-bb-1 {
    flex-flow: column;
  }

  .sm-txt {
    width: 100%;
  }

  .sm-txt.left-align-txt {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image {
    width: 100%;
  }

  .gdp-champagnes {
    padding-left: 0;
    padding-right: 0;
  }

  .gdp-bloc-champagnes {
    flex-flow: column;
  }

  .bloc-champ-1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gdp-body-style {
    padding: 24px 16px;
  }

  .sm-txt {
    padding: 0;
  }

  .sm-txt.left-align-txt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .gdp-bb-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sm-txt {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gdp_h1 {
    font-size: 32px;
    line-height: 110%;
  }

  .paragraph {
    font-size: 14px;
  }

  .image {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 400px;
  }

  .gdp-small-step {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 110%;
  }
}


