body {
  font-family: 'Manrope', sans-serif;
  color: #000;
  background-color: #fff;
}

.paddin {
  padding: 30px 0px 41px 0px;
}

.logo-image img {
  max-width: 200px;
}

.hdm-contact-btn {
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

.sect {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sect .cont {
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 37px 80px 84px 80px;
}

.sect .eyebrow {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.sect .herotitle {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}

.hdm-main-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  width: 375px;
  height: 525px;
  flex-shrink: 0;
}

.info-section .eyebrow {
  color: #223318;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-left: 36px;
}

.info-section .description {
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin-left: 36px;
}

.footer-section {
  color: #223318;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 36px;
}

.footer-section h6 {
  font-weight: 700;
}

.footer-section p {
  font-weight: 400;
}

.hdm-abn {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

/*  Desktop */
@media (min-width: 1200px) {

  .paddin {
    padding: 37px 0px 48px 0px;
  }

  .sect .herotitle {
    font-size: 100px;
  }

  .lg-adjust {
    padding: 48px 30px;
    width: 48%;
  }

  .sect {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .sect .cont {
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 37px 80px 84px 80px;
  }

  .sect .eyebrow {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
  }

  .sect .herotitle {
    color: #000;
    font-family: Manrope;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: 110px;
    text-align: left;
  }

  .hdm-main-image {
    height: 898px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    max-width: 100%;
    flex-shrink: 0;
  }

  .info-section .eyebrow {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .info-section .description {
    color: #000;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 52px;
  }

  .footer-section {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    line-height: 32px;
  }

  .footer-section .fw-bold {
    font-weight: 700;
  }

  .footer-section .hdm-abn {
    font-weight: 400;
  }

  .logo-image img {
    width: 354px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 59/15;
  }

  .hdm-contact-btn {
    display: flex;
    width: 164px;
    height: 40px;
    padding: 0px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #B4B4B4;
  }
}

/* Tablet */
@media (max-width: 768px) {
  
}