.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-6 {
  margin-bottom: 15px;
  font-family: 'Big caslon', 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
}

.div-block-7 {
  height: 1px;
  background-color: #fff;
}

.text-block-3 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
}

@media (max-width: 767px) {
  .heading-6 {
    font-size: 12vw;
  }
  .text-block-3 {
    font-size: 4vw;
  }
}

@media (max-width: 479px) {
  .heading-6 {
    font-size: 15vw;
  }
  .text-block-3 {
    font-size: 4vw;
  }
}

@font-face {
  font-family: 'Big caslon';
  src: url('../fonts/Big-Caslon-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}