.h1 {
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  text-transform: uppercase; }

@media screen and (min-width: 601px) {
  .h1 {
    font-size: 75px;
  }
}
@media screen and (max-width: 600px) {
  .h1 {
    font-size: 45px;
	line-height: 70px;
	margin-top: 2em;
  }
}

.h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.15em;
	text-transform: uppercase;
}

.text p {
    margin-bottom: 15px;
	letter-spacing: 0.005em;
	font-size: 17px;
}

.p-1 {
    margin-bottom: 15px;
	letter-spacing: 0.005em;
	font-size: 17px;
}

a {
    font-weight: 600;
}

.h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0.13em;
  text-transform: uppercase; 
}

@media screen and (min-width: 601px) {
  .h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 600px) {
  .h2 {
    font-size: 2.4em;
	line-height: 70px;
  }
}

.make__icon {
    margin-left: 45px;
}