body {
  font-family: 'Manrope', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.sect {
  padding: 53px 87px 89px 80px;
}

.logo {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 279.27/71.00;
  margin-bottom: 124px;
}

/* .logo-section {
  width: 224.2px;
  height: 57px;
  flex-shrink: 0;
  aspect-ratio: 224.20/57.00;
} */

.contact-btn {
  display: flex;
  width: 164px;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #B4B4B4;
  margin-bottom: 147px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  border: none;
}

.eyebrow {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}

.herotitle {
  font-size: 62px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 20px;
}

.description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 158px;
  margin-bottom: 123px;
}

.footer-section h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
}

.footer-para p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 56px;
}

.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*Mobile*/
@media (max-width: 320px) {
  .sect {
    padding: 20px;
  }

  .row {
    flex-direction: column !important;
  }

  .logo-section {
    width: 224.2px;
    height: 57px;
    flex-shrink: 0;
    aspect-ratio: 224.20/57.00;
  }

  .logo-contact-wrapper {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
  }

  .contact-btn {
    width: 100%;
  }

  .logo {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  .herotitle {
    font-size: 32px;
    line-height: 40px;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .contact-btn {
    margin-bottom: 40px;
    width: 100%;
  }

  .logo {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-para p {
    margin-right: 0;
  }

  .full-image {
    height: auto;
    object-fit: contain;
  }
}

/*Tablet*/
@media (max-width: 768px) {
  .sect {
    padding: 20px;
  }

  .row {
    flex-direction: column !important;
  }

  .logo-section {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 224.20/57.00;
  }

  .logo-contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
  }

  .contact-btn {
    width: auto;
    padding: 10px 10px;
    margin: 0;
  }

  .logo {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  .herotitle {
    font-size: 32px;
    line-height: 40px;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer-para p {
    margin-right: 0;
  }

  .full-image {
    height: auto;
    object-fit: contain;
  }
}