body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #222222;
  padding: 0;
  overflow-x: hidden;
}

a.button-link {
  text-decoration: none;
  cursor: default;
}

h2, h1.sub-heading {
  font-size: 28px;
  line-height: 33px;
}

h3 {
  font-size: 22px;
}

.custom_wrap {
  width: 100%;
  padding: 3rem 1rem;
  background: url(/images/bck.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .custom_wrap {
    background-image: url('/images/bck.webp');
  }
}

.custom_container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.left-content {
  margin-top: 2rem;
  width: 50%;
  color: #0a2463;
  padding: 20px;
  text-align: left;
}

.main-heading {
  font-size: 36px;
  font-weight: bold;
  color: #0A2463;
}

p {
  font-size: 16px;
  margin: 1rem 0;
  letter-spacing: 0.1px;
}

button {
  color: #0a2463;
  border: 1px solid #0a2463;
  border-radius: 27px;
  margin: 2rem 0;
  font-size: 0.9rem;
  background: transparent;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  transition: color 300ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 16px;
}

button:hover {
  background-color: #0a2463;
  color: white;
}

button.last-button:hover {
  background-color: #fff;
  color: #0a2463;
}

.right-content {
  width: 50%;
  align-items: right;
  text-align: right;
}

.right-content img {
  width: 70%;
  height: auto;
}

.contentWrap {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

.content {
  width: 80%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
}

.content .section_heading {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 1rem auto;
}

.content p {
  font-size: 16px;
  font-weight: 100;
  color: #222222;
}

.content button {
  margin: 1rem auto;
}

.content img {
  width: 45%;
  margin: 2rem auto;
}

.contentParts {
  display: flex;
  margin: 5rem auto;
  align-items: center;
  justify-content: space-between;
}

.leftPart {
  width: 60%;
}

.leftPart img {
  width: 60%;
}

.rightPart {
  width: 40%;
  text-align: right;
}

.contentParts .section_heading {
  font-weight: 100;
  font-size: 1.5rem;
}

.contentParts p {
  color: #222222;
  font-size: 16px;
  margin: 0.5rem auto;
}

.leftAlign {
  text-align: left;
  width: 40%;
}

.grid {
  width: 90%;
  margin: 4rem auto;
}

.grid .section_heading {
  font-weight: 100;
  font-size: 1.5rem;
}

.options {
  display: flex;
  margin: 4rem auto;
}

.grid h4 {
  font-size: 1.1rem;
  font-weight: 100;
  color: #0a2463;
}

.grid p {
  font-size: 15px;
  color: #222222;
}

.cta-text {
  color: #fff !important;
}

.foot {
  width: 90%;
  margin: 1rem auto 0;
  background: url(/images/img8.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem;
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .foot {
    background-image: url('/images/img8.webp');
  }
}

.foot h2 {
  font-weight: 100;
  font-size: 1.9rem;
  letter-spacing: 1px;
}

.foot h4 {
  font-size: 1.1rem;
  font-weight: 100;
}

.foot p {
  font-size: 15px;
  font-weight: lighter;
}

.foot button {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .custom_container {
    flex-direction: column;
    width: 100%;
  }

  .left-content {
    width: 90%;
    margin: 1rem auto;
    text-align: center;
  }

  .left-content h1 {
    text-align: left;
  }

  .left-content p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-align: left;
  }

  .custom_container button {
    width: 100%;
    padding: 1rem 1.2rem;
    margin: 2rem auto;
    font-size: 1.4rem;
    font-weight: 100;
  }

  .right-content {
    width: 100%;
    text-align: center;
  }

  .contentWrap {
    text-align: center;
    width: 100%;
  }

  .content {
    width: 90%;
    text-align: center;
  }

  .content .section_heading {
    font-size: 2rem;
  }

  .content p {
    font-size: 1.4rem;
  }

  .content button {
    width: 90%;
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }

  .content img {
    display: none;
  }

  .contentParts {
    flex-direction: column-reverse;
  }

  .rightPart {
    text-align: right;
    width: 90%;
  }

  .rightPart p {
    font-size: 1.4rem;
  }

  .rightPart .section_heading {
    font-size: 2rem;
  }

  .leftPart {
    width: 90%;
    margin: 2rem auto;
  }

  .leftPart img {
    width: 90%;
  }

  .cpReverse {
    flex-direction: column;
  }

  .cpReverse .leftPart {
    text-align: left;
  }

  .cpReverse .leftPart p {
    font-size: 1.4rem;
  }

  .cpReverse .leftPart h2.sub-heading {
    font-size: 5rem;
  }

  .cpReverse button {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }

  .grid {
    width: 90%;
    margin: 1rem auto;
  }

  .grid h2.sub-heading {
    width: 60%;
    margin: 0.5rem auto;
    font-size: 2rem;
    text-align: center;
  }

  .options {
    flex-direction: column-reverse;
  }

  .option {
    margin: 2rem auto;
  }

  .option img {
    width: 30%;
  }

  .optImg {
    width: 20% !important;
  }

  .option h4 {
    font-size: 1.8rem;
  }

  .option p {
    font-size: 1.4rem;
  }

  .foot {
    width: 90%;
    padding: 6rem 3rem;
  }

  .foot h2 {
    font-size: 2.5rem;
  }

  .foot h4 {
    font-size: 1.6rem;
    margin: 0;
  }

  .foot p {
    font-size: 23px;
  }

  .foot button {
    font-size: 1.2rem;
    padding: 0.8rem 8.5rem;
  }
}