.body {
  background-image: url('../images/DSC00029-2-web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  display: block;
  margin-top: 0%;
  margin-right: 10vw;
  margin-left: 0vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Msmadi, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
}

.button {
  display: inline-block;
  margin-top: 5%;
  margin-left: 40%;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #b96ca9;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #b96ca9;
  color: #fff;
}

.image {
  display: inline;
  width: 705.5%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  margin-top: 25%;
  margin-left: 5%;
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 8em;
  }

  .button {
    margin-left: 45%;
  }

  .image {
    max-width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 0%;
    font-size: 6em;
    line-height: 1.1em;
  }

  .button {
    margin-left: 30%;
  }

  .image {
    max-width: 100%;
  }

  .columns {
    margin-top: 50%;
    margin-left: 5%;
  }

  .column {
    display: none;
  }

  .column-2 {
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-top: 5%;
    font-size: 5em;
  }

  .image {
    max-width: 20%;
  }

  .columns {
    margin-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-attachment: fixed;
  }

  .heading {
    margin-top: 5%;
    font-size: 4em;
    line-height: 1.2em;
  }

  .button {
    margin-right: 5%;
    margin-left: 8%;
    font-family: 'Open Sans', sans-serif;
  }

  .image {
    max-width: 30%;
    font-size: 12px;
  }

  .columns {
    margin-top: 40%;
  }
}

@font-face {
  font-family: 'Msmadi';
  src: url('../fonts/MsMadi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans variablefont wdth,wght';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}