* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

/* Full page */
.page-wrapper {
  width: 100%;
  min-height: 100vh;
}

/* Main content wrapper */
.hero-section {
  width: 100%;
  min-height: 100vh;

  /* This creates the left spacing seen in your image */
  padding-left: 86px;
  padding-right: 86px;

  /* This creates the top spacing before the title */
  padding-top: 138px;
  padding-bottom: 80px;
}

/* Top title */
.brand-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

/* Space between title and main line */
.intro-block {
  margin-top: 86px;
}

/* Main headline */
.headline {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2px;
}

/* Based in Tamilnadu block */
.location-text {
  margin: 34px 0 0 0;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 400;
}

/* Space before Debut title block */
.links-block {
  margin-top: 86px;
}

/* Debut title and Content Page lines */
.links-block p {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
}

.links-block p + p {
  margin-top: 13px;
}

/* Space before contact */
.contact-block {
  margin-top: 86px;
}

.contact-block p {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
}

/* Space before bottom service text */
.services-block {
  margin-top: 84px;
  max-width: 1180px;
}

.services-block p {
  margin: 0;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 400;
}

.services-block strong {
  font-weight: 700;
}

/* Links */
a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-section {
    padding-left: 58px;
    padding-right: 58px;
    padding-top: 100px;
  }

  .brand-title {
    font-size: 32px;
  }

  .intro-block {
    margin-top: 76px;
  }

  .headline {
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .location-text,
  .links-block p,
  .contact-block p,
  .services-block p {
    font-size: 22px;
  }

  .links-block,
  .contact-block,
  .services-block {
    margin-top: 76px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .hero-section {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .brand-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .intro-block {
    margin-top: 58px;
  }

  .headline {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }

  .location-text {
    margin-top: 28px;
  }

  .location-text,
  .links-block p,
  .contact-block p,
  .services-block p {
    font-size: 19px;
    line-height: 1.35;
  }

  .links-block {
    margin-top: 62px;
  }

  .contact-block {
    margin-top: 62px;
  }

  .services-block {
    margin-top: 62px;
    max-width: 100%;
  }
}

/* Very small mobile */
@media (max-width: 390px) {
  .hero-section {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 54px;
  }

  .brand-title {
    font-size: 24px;
  }

  .headline {
    font-size: 23px;
  }

  .location-text,
  .links-block p,
  .contact-block p,
  .services-block p {
    font-size: 18px;
  }
}