body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family:
    Lexend Deca,
    system-ui,
    sans-serif;
}
.container {
  max-width: 1400px !important;
}
.glp1-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.glp1-container h2 {
  font-size: 24px !important;
}
.glp1-container h3 {
  font-size: 20px !important;
}
.glp-two-column-section h2 {
  font-size: 24px !important;
}
.glp-two-column-section h3 {
  font-size: 20px !important;
}
html {
  scroll-behavior: smooth;
}
.glp1-hero-background {
  background: linear-gradient(
  90deg,
  #E1EBFD 0%,
  #E6F1FC 50%,
  #EBF7FC 100%
);
  position: relative;
  overflow: hidden;
}
.glp1-hero-background:before {
  content: "";
  z-index: 0;
  background-image: url(/images/glp1webp.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 44%;
  height: 64%;
  position: absolute;
  top: 20%;
  left: 53%;
}
.glp1-hero-background > * {
  z-index: 1;
  position: relative;
}
.home-navbars {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: 0 0;
  align-items: center;
  width: 100%;
  padding: 15.5px 40px 12px;
  display: flex;
  position: relative;
  top: 0;
}
.navbar .container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  max-width: 1400px !important;
}
.navbar-brand img {
  object-fit: contain;
  height: 55px;
}
.navbar-nav .nav-link {
  color: #142349;
  justify-content: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}
.nav-gap {
  gap: 50px;
}
.brand {
  color: #2bc0cd;
  font-size: 22px;
  font-weight: 700;
}
.btn-primary-custom {
  letter-spacing: 0.3px;
  isolation: isolate;
  border: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 42px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  box-shadow: 0 12px 25px #2bc0cd40;
  color: #fff !important;
}
.btn-primary-custom:before {
  content: "";
  z-index: -2;
  border-radius: inherit;
  background: #4268d2;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  inset: 0;
  transform: translate(0);
}
.btn-primary-custom:after {
  content: "";
  z-index: -1;
  border-radius: inherit;
  background: #14285d;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
  position: absolute;
  inset: 0;
  transform: translate(-100%);
}
.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px #2bc0cd59;
  color: #fff !important;
}
.btn-primary-custom:hover:before {
  transform: translate(-100%);
}
.btn-primary-custom:hover:after {
  transform: translate(0);
}
.navbar a:focus,
.navbar button:focus,
.navbar a:active,
.navbar button:active {
  box-shadow: none !important;
  outline: none !important;
}
.heros {
  background: 0 0;
  min-height: 580px;
  padding: 20px 0 0;
  overflow: hidden;
}
.heros-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}
.heros-image-wrapper img {
  border-radius: 24px;
  width: 110%;
  max-width: 900px;
  margin-top: 34px;
  margin-left: 10px;
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  display: block;
}
.heros .row {
  justify-content: space-between;
  align-items: center;
}
.heros .col-md-6:first-child {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-left: 150px;
  display: flex;
}
.heros .col-md-6:last-child {
  justify-content: center;
  align-items: center;
  display: flex;
}
.heros h1 {
  letter-spacing: -0.03em;
  color: #142349;
  width: 100%;
  margin-left: 120px;
  font-size: 40px;
  line-height: 1.6em;
  letter-spacing: 0.006em !important;
}
.hero-headings {
  font-weight: 700;
  line-height: 2.5em;
  margin-top: 54px !important;
}
.heros p {
  color: #122148;
  max-width: 645px;
  margin-left: 120px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.6em;
  margin-top: 8px !important;
}
.heros-image-wrapper {
  cursor: pointer;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  transition: transform 0.8s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.typings {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.after-hero-heading {
  margin-top: 64px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.after-hero-heading-second {
  margin-top: 44px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.after-hero-paragraph-one {
  color: #122148;
  margin-top: 30px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 0 !important;
}
.after-hero-paragraph-third {
  color: #122148;
  margin-top: 30px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.after-hero-paragraph-two {
  color: #122148;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
}
.custom-listation {
  padding: 0;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-one {
  max-width: 686px;
  padding: 0;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-right-column-one {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
  max-width: 744px;
  padding-left: 64px;
  padding-right: 30px;
  list-style: none;
  display: grid;
  margin-top: 32px !important;
}
.custom-list-right-column-one li:first-child {
  grid-column: 1/-1;
  justify-content: flex-start;
  max-width: 540px;
}
.custom-list-right-column-one li {
  color: #122148;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}
.custom-list-right-column-one .check-icon {
  flex: 0 0 20px;
  margin-top: 2px;
}
.custom-list-right-column-one li {
  text-align: left;
}
.custom-listation li,
.custom-list-one li {
  color: #122148;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}
.custom-list-right-column-second {
  max-width: 686px;
  padding-left: 64px;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-right-column-second li {
  color: #122148;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}
.check-icon {
  background: #4268d2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
}
.check-icon-svg {
  color: #fff;
  z-index: 10;
  margin-right: 1px;
  font-size: 12px;
  font-weight: 900;
  rotate: 8deg;
}
.glp-two-column-section {
  width: 100%;
  margin-top: 62px;
  padding: 0;
}
.glp-left-column p {
  color: #707070;
  max-width: 600px;
  margin-top: 34px;
  margin-left: 124px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}
.glp-right-column {
  padding: 60px;
}
.glp-right-column p {
  color: #707070;
  max-width: 600px;
  margin-top: 34px;
  margin-left: 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}
.glp-benefits {
  margin-top: 64px;
  margin-left: 124px;
  font-size: 21px;
  font-weight: 700;
}
.glp-disadvantages {
  margin-top: 64px;
  margin-left: 64px;
  font-size: 21px;
  font-weight: 700;
}
.glp-handle-side-effects {
  margin-top: 36px;
  margin-left: 64px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .glp-two-column-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .glp-left-column,
  .glp-right-column {
    width: 100%;
  }
}
.faq-heading-listings {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 64px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq-wrapperings {
    grid-template-columns: 1fr;
  }
  .faq-item-designings:first-child,
  .faq-item-designings:nth-child(2),
  .faq-item-designings:nth-child(3),
  .faq-item-designings:nth-child(4),
  .faq-item-designings:nth-child(5) {
    grid-column: auto;
  }
}
.faq-questionings {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 18px 30px;
  display: flex;
}
.faq-questionings span:first-child {
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.faq-icons {
  color: #4268d2;
  min-width: 30px;
  font-size: 42px;
  font-weight: 200;
}
.faq-answeringss p {
  transition: transform 0.4s;
  transform: translateY(-10px);
}
.faq-answeringss.open p {
  transform: translateY(0);
}
.faq-answeringss p {
  color: #000;
  margin: 0 0 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.homepage-faq-section {
  background: #fff;
  margin-bottom: 40px;
  padding: 0;
}
.faq-column {
  flex-direction: column;
  flex: 1;
  gap: 20px;
  display: flex;
}
.highlighting {
  font-weight: 700;
  display: inline;
}
.glp1-risk-section {
  background: linear-gradient(
    #f9f9f9 0%,
    #f7fafb 20%,
    #f4fbfc 40%,
    #f1fafc 70%,
    #ecf8fc 100%
  );
  padding: 60px 34px;
}
.risk-heading-one {
  margin-left: 0;
  font-size: 22px;
  font-weight: 700;
}
.risk-paragraph-one {
  color: #122148;
  margin-top: 34px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.risk-heading-two {
  margin-top: 30px;
  margin-left: 0;
  font-size: 22px;
  font-weight: 700;
}
.risk-paragraph-two {
  color: #122148;
  margin-top: 24px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 0 !important;
}
.risk-paragraph-two-second {
  color: #122148;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.risk-heading-three {
  margin-top: 30px;
  margin-left: 0;
  font-size: 22px;
  font-weight: 700;
}
.risk-paragraph-three {
  color: #122148;
  margin-top: 34px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.custom-list-risk-section-one {
  max-width: 940px;
  padding-left: 0;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-risk-section-one li {
  color: #122148;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}
.glp1-right-medication {
  background-color: #fff;
  padding: 66px 30px;
  padding-bottom: 36px !important;
}
.medication-heading-one {
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-one {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-two {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-two {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-three {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-three {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-four {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-four {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-five {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-five {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-six {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-six {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.medication-heading-seven {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.medication-paragraph-seven {
  color: #122148;
  margin-top: 20px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.eligibility-section {
  background: linear-gradient(
    #e1ebfd 0%,
    #e3edfd 20%,
    #e6f2fd 45%,
    #e9f5fd 70%,
    #ecf8fc 100%
  );
  padding: 40px 28px;
  padding-bottom: 1px !important;
}
.eligibility-heading-one {
  margin-top: 22px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.eligibility-paragraph-one {
  color: #122148;
  margin-top: 28px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.eligibility-heading-two {
  margin-top: 38px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.custom-list-eligibility-one {
  padding-left: 0;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-eligibility-one li {
  color: #122148;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  display: flex;
}
.custom-list-eligibility-one li:last-child {
  align-items: flex-start;
  line-height: 2em;
}
.custom-list-eligibility-one li:last-child .check-icon {
  margin-top: 6px;
}
.eligibility-heading-three {
  margin-top: 46px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.custom-list-eligibility-two {
  padding-left: 0;
  list-style: none;
  margin-top: 32px !important;
}
.custom-list-eligibility-two li {
  color: #122148;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  display: flex;
}
.eligibility-heading-four {
  margin-top: 34px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.eligibility-paragraph-four {
  color: #122148;
  margin-top: 28px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.eligibility-heading-five {
  margin-top: 30px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
}
.glp-table-wrapper {
  max-width: 840px;
  margin: 34px auto;
  padding: 0 18px;
  overflow-x: auto;
}
.glp-table {
  border-collapse: collapse;
  background: 0 0;
  border: 3px solid #7070709a;
  width: 100%;
}
.glp-table th {
  color: #122148;
  text-align: left;
  background: 0 0;
  border: 2px solid #7070706a;
  font-size: 17px;
  font-weight: 700;
}
.glp-table td {
  color: #122148;
  text-align: left;
  background: 0 0;
  border: 2px solid #7070708a;
  font-size: 15px;
  font-weight: 500;
}
.glp-table th {
  height: 42px;
  padding: 10px 20px;
  font-weight: 700;
}
.glp-table td {
  height: 62px;
  padding: 8px 10px;
}
.glp-table tbody tr:hover {
  background: 0 0;
}
.glp-double-table-section {
  align-items: flex-start;
  gap: 40px;
  margin: 36px auto;
  display: flex;
}
.glp-double-table-column {
  flex: 1;
}
.glp-sub-heading {
  color: #122148;
  margin-bottom: 28px;
  font-size: 21px;
  font-weight: 700;
}
.glp-table-wrapper-half {
  margin-bottom: 36px;
}
.list-text {
  flex: 1;
  display: inline;
}
.list-text strong {
  font-weight: 800;
}
.faq-wrapperings {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 4px 40px;
  max-width: 1260px;
  margin: 40px 0;
  display: grid;
}
.faq-column {
  display: contents;
}
.faq-column:first-child .faq-item-designings:first-child {
  grid-area: 1/1;
}
.faq-column:nth-child(2) .faq-item-designings:first-child {
  grid-area: 1/2;
}
.faq-column:first-child .faq-item-designings:nth-child(2) {
  grid-area: 2/1;
}
.faq-column:nth-child(2) .faq-item-designings:nth-child(2) {
  grid-area: 2/2;
}
.faq-column:first-child .faq-item-designings:nth-child(3) {
  grid-area: 3/1;
}
.faq-column:nth-child(2) .faq-item-designings:nth-child(3) {
  grid-area: 3/2;
}
.faq-column:first-child .faq-item-designings:nth-child(4) {
  grid-area: 4/1;
}
.faq-column:nth-child(2) .faq-item-designings:nth-child(4) {
  grid-area: 4/2;
}
.faq-bottom-center {
  max-width: 620px;
  margin: 4px auto 0;
}
.faq-item-designings {
  background: #fff;
  border-bottom: 6px solid #4268d2;
  border-radius: 24px 24px 0 0;
  margin-left: 0;
  box-shadow: 8px 8px 6px #0000001f;
}
.faq-item-designings h4 {
  text-align: left;
  line-height: 1.6em;
  font-size: 18px !important;
}
.faq-answeringss {
  opacity: 0;
  background-color: #fff;
  max-height: 0;
  padding: 0 30px;
  transition:
    max-height 0.45s,
    opacity 0.35s,
    padding 0.35s;
  overflow: hidden;
}
.faq-answeringss.open {
  opacity: 1;
  max-height: 260px;
  padding: 0 34px 25px 10px;
}
.faq-heading-listings,
.risk-heading-one,
.risk-heading-two,
.risk-heading-three,
.risk-paragraph-one,
.risk-paragraph-two,
.risk-paragraph-two-second,
.risk-paragraph-three,
.medication-heading-one,
.medication-heading-two,
.medication-heading-three,
.medication-heading-four,
.medication-heading-five,
.medication-heading-six,
.medication-heading-seven,
.medication-paragraph-one,
.medication-paragraph-two,
.medication-paragraph-three,
.medication-paragraph-four,
.medication-paragraph-five,
.medication-paragraph-six,
.medication-paragraph-seven,
.eligibility-heading-one,
.eligibility-heading-two,
.eligibility-heading-three,
.eligibility-heading-four,
.eligibility-heading-five,
.eligibility-paragraph-one,
.eligibility-paragraph-four {
  margin-left: 0;
}
.custom-list-eligibility-one,
.custom-list-eligibility-two {
  padding-left: 0;
}
.glp-two-column-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.glp-left-column {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 70px;
}
.glp-right-column {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 70px 20px;
}
.glp-left-column {
  background: linear-gradient(
    #e1ebfd 0%,
    #e4eefd 25%,
    #e7f2fd 50%,
    #eaf5fd 75%,
    #ecf8fc 100%
  );
}
.glp-right-column {
  background: #fff;
}
html,
body {
  overflow-x: hidden;
}
.custom-listation,
.custom-list-risk-section-one,
.custom-list-eligibility-one,
.custom-list-eligibility-two {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.glp-two-column-section {
  overflow: hidden;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.glp-two-column-wrapper {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.glp-left-column,
.glp-right-column {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.glp-table-wrapper {
  max-width: 1000px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 0 !important;
  overflow-x: visible !important;
}
.glp-double-table-section {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 30px !important;
}
.glp-table {
  table-layout: fixed;
}
.glp-table tbody td {
  white-space: normal !important;
}
:root {
  --two-col-left-space: 64px;
  --two-col-right-space: 64px;
  --two-col-inner-gap: 60px;
}
@media (min-width: 1400px) {
  :root {
    --two-col-left-space: calc((100vw - 1410px) / 2 + 64px);
    --two-col-right-space: calc((100vw - 1400px) / 2 + 64px);
  }
}
.glp-two-column-section {
  width: 100%;
  margin-top: 62px;
  padding: 0;
  overflow: hidden;
}
.glp-two-column-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  display: grid;
}
.glp-left-column {
  background: linear-gradient(
    #e1ebfd 0%,
    #e4eefd 25%,
    #e7f2fd 50%,
    #eaf5fd 75%,
    #ecf8fc 100%
  );
  padding: 0px var(--two-col-inner-gap) 40px var(--two-col-left-space) !important;
}
.glp-right-column {
  background: #fff;
  padding: 0px var(--two-col-right-space) 40px var(--two-col-inner-gap) !important;
}
.glp-benefits,
.glp-disadvantages,
.glp-handle-side-effects,
.glp-left-column p,
.glp-right-column p,
.custom-list-one,
.custom-list-right-column-one,
.custom-list-right-column-second {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.glp1-container p {
  text-align: justify;
}
@media (min-width: 1400px) {
  .heros {
    min-height: clamp(580px, 42vw, 720px);
    padding-top: clamp(20px, 2vw, 45px);
  }
  .heros .row {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
  }
  .heros h1,
  .heros p {
    margin-left: 0;
  }
  .heros h1 {
    font-size: clamp(40px, 2.8vw, 54px);
  }
  .heros p {
    max-width: 645px;
  }
  .heros-image-wrapper {
    justify-content: center;
    display: flex;
  }
}
