:root {
  /* Colors */
  --primary-color: #f22727;
  --secondary-color: #459ef7;
  --third-color: #0d6efd;
  /* Headers */
  --xl-header: 64px;
  --l-header: 54px;
  --m-header: 32px;
  --s-header: 28px;
  --xs-header: 24px;
  /* Paragraphs */
  --xl-prg: 20px;
  --l-prg: 18px;
  --m-prg: 16px;
  --s-prg: 14px;
  --xs-prg: 12px;
  /* Font Weights */
  --xl-weight: 700;
  --l-weight: 500;
  /* Border Radius */
  --xl-br: 50px;
  --l-br: 20px;
  --m-br: 15px;
  --s-br: 10px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
button {
  border: none;
}
/*! GENERAL CLASSES */
.ll-section {
  margin: 0;
  padding: 100px 0;
}
.ll-container {
  max-width: 1240px;
  margin: 0 auto;
}
.ll-flex__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ll-flex__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.primary-btn {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
}
/* Typography */
.xl__header {
  font-size: var(--xl-header);
}
.l__header {
  font-size: var(--l-header);
}
.m__header {
  font-size: var(--m-header);
  line-height: 1.2;
  color: rgb(62, 62, 62);
}
.s__header {
  font-size: var(--s-header);
  color: #212529;
  font-weight: 500;
}
.xs__header {
  font-size: var(--xs-header);
}
.xl__prg {
  font-size: var(--xl-prg);
  line-height: 26px;
  color: rgba(11, 27, 103, 1);
}
.l__prg {
  font-size: var(--l-prg);
  line-height: 24px;
  color: rgb(62, 62, 62);
}
.m__prg {
  font-size: var(--m-prg);
  line-height: 24px;
  color: rgb(62, 62, 62);
}
.s__prg {
  font-size: var(--s-prg);
}
.xs__prg {
  font-size: var(--xs-prg);
}
.bold {
  font-weight: var(--xl-weight);
}
.light {
  font-weight: var(--l-weight);
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.ll-container {
  align-items: flex-start;
}
.ll-section {
  background-color: #ebf2f4;
}
a:hover {
  filter: brightness(0.8);
  transition: all 0.2s ease;
}
.one-col {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px;
}
.logo {
  height: 48px;
  width: auto;
}
.link {
  color: var(--third-color);
}
.italic {
  font-style: italic;
}
.red-text {
  color: #dc3545;
}
.body-text {
  color: #6c757d;
}
.primary-btn {
  width: 100%;
  border-radius: 5px;
  padding: 25px 38px;
  font-size: 18px;
  font-weight: 600;
}
.link-wrap {
  gap: 16px;
}
.link-wrap .link {
  color: #005496;
}
.topBanner {
  padding: 20px;
}
.topBanner-container {
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
.bg-grey {
  background-color: #ebf2f4;
  padding: 20px;
  align-items: flex-start;
  gap: 12px;
}
.bg-grey .logo {
  border-radius: 50%;
}
.content-img {
  width: 20%;
  margin: 0 auto;
}
.comment-block {
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  padding-block: 15px;
  gap: 20px;
}
.comment-block:last-child {
  border-bottom: none;
}
.comment-block .logo {
  border-radius: 3px;
}
.comment-text {
  gap: 10px;
  text-align: left;
  width: 70%;
}
.comment-name {
  color: #196182;
}
.comment-text {
  align-items: flex-start;
}
.comment-img {
  border-radius: 3px;
  width: 50%;
}
.footer-section {
  padding: 20px;
}
.footer-container {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .ll-section {
    padding-inline: 2%;
  }
}
@media screen and (max-width: 992px) {
  .ll-section {
    padding: 70px 4%;
  }
  .l__header {
    font-size: 38px;
  }
  .m__header {
    font-size: 22px;
    line-height: 32px;
  }
  .xl__prg,
  .l__prg {
    font-size: 16px;
    line-height: 24px;
  }
  .topBanner,
  .footer-section {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l__header {
    font-size: 28px;
  }
  .one-col {
    width: 100%;
  }
  .topBanner {
    padding: 20px;
  }
  .one-col {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .ll-section {
    padding: 50px 4%;
  }
  .topBanner,
  .footer-section {
    padding: 20px;
  }
  .m__header {
    font-size: 25px;
    line-height: 32px;
  }
  .s__header {
    font-size: 20px;
    line-height: 30px;
  }
  .l__prg {
    font-size: 16px;
    line-height: 24px;
  }
  .comment-text {
    width: 75%;
  }
  .topBanner-container {
    flex-wrap: wrap;
  }
  .primary-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .content-img {
    width: 50%;
  }
  .comment-block {
    flex-wrap: nowrap;
  }
}
