body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.container-wrapper {
  display: flex;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.light-blue-bg {
  width: 100%;
  display: flex;
  background-color: #e5eef6;
  margin-top: 16px;
}

a,
a:visited {
  color: #0756a5;
  font-weight: 700;
}

.text-blue {
  color: #0756a5;
  font-weight: 700;
  font-size: 32px;
}

h2 {
  color: #111111;
}

ol {
  padding: 0;
  margin: 10px 0 20px 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol > li {
  font-weight: 700;
}

ol > li > span {
  font-weight: 400;
}

ol li.override-marker {
  list-style: lower-alpha;
  font-weight: 400;
}

li {
  margin-bottom: 10px;
}

p {
  font-size: large;
  font-weight: 400;
}

strong {
  font-size: large;
  font-weight: 700;
}

.vertical-blue {
  border-left: 10px solid #0756a5;
  margin: 15px 0;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.custom-list li {
  color: #0756a5;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 28px;
}

.custom-list li:last-child {
  font-weight: normal;
}

.banner {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  width: 100%;
  height: 442px;
  background-image: url("./assests/images/background.png");
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
  font-weight: 700;
  align-items: center;
  line-height: 56.65px;
  color: white;
  text-align: left;
}

.banner-content {
  width: 60%;
}

.banner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.banner h1 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
}

.banner p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin: 0;
  text-align: left;
  line-height: 46px;
}

.PatrickDocumnetBottom {
  background-color: #e5eef6;
  width: 100%;
}

.content-wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.content-wrapper > img {
  height: auto;
}

.content-wrapper > * {
  width: 50%;
}

.image-container {
  flex: 1;
}

img {
  width: 100%;
  height: 403px;
  max-width: 600px;
}

.text-container {
  flex: 2;
  max-width: 100%;
}

.text-container h1 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #0756a5;
  width: 100%;
  height: 60px;
}

.content-image .text-blue {
  font-weight: 500;
}

@media (max-width: 576px) {
  p {
    font-size: 0.8rem;
    text-align: center;
  }

  .banner-content {
    flex-grow: 1;
  }

  .banner h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .banner p {
    line-height: 32px;
  }

  .text-blue {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .banner-content {
    width: 100%;
  }

  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content-wrapper > * {
    width: 100%;
  }

  .image-container,
  .text-container {
    width: 100%;
    text-align: center;
  }

  img {
    max-width: 100%;
  }

  .text-container h1 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
