.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
}

.navbar-no-shadow {
  z-index: 9999;
  width: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .4);
  position: fixed;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #19a5e6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.btn-main {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#0e8bc7, #66b6db);
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.btn-main:hover {
  opacity: .85;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 8px 13px rgba(25, 165, 230, .5);
}

.btn-main:active {
  background-color: #43464d;
}

.btn-main.hero {
  margin-top: 32px;
  margin-bottom: 32px;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.above-fold {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 90px;
  position: static;
  top: 90px;
}

.above-fold-2 {
    background-image: url('../images/ccm-banner-bg.png');
    background-position: 0 0;
    background-size: cover;
    margin-top: 90px;
    position: static;
    top: 90px;
}

.above-fold-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-heading {
  color: #d93511;
  text-align: center;
  margin-top: 72px;
  font-size: 48px;
}

.subheading {
  width: 780px;
  color: #07547b;
  text-align: center;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.text-span, .text-span-2 {
  background-color: #f7dd13;
}

.paragraph1 {
  color: #282c36;
  text-align: center;
  margin-top: 32px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.text-span-3 {
  color: #04547b;
}

.whatf {
  background-image: linear-gradient(#daeef8, #fff 48%);
}

.whatif-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.heading2 {
  color: #07547b;
  margin-bottom: 40px;
}

.whatif-containers {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}
@media (max-width: 768px) {
  .whatif-containers {
    padding: 0 15px;
  }
 }
 @media (max-width: 620px) { 
  .whatif-containers {
    grid-template-columns: 1fr;
  }
 }

.objection {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  padding: 20px 10px;
}

.image {
  width: 80px;
  margin-top: 0;
}

.title {
  width: 80%;
  color: #07547b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.copy {
  width: 80%;
  text-align: center;
  margin-top: 10px;
}

.heading3 {
  width: 75%;
  color: #07547b;
  text-align: center;
  margin-bottom: 80px;
}

.text-span-4, .text-span-5 {
  background-color: #f7dd13;
}

.call-to-action {
  margin-bottom: 140px;
position: relative;
}

.bg1 {
    height: 200px;
    background-image: linear-gradient(to right, #19a4e6, #1acde5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cta {
    width: 100%;
    grid-column-gap: 20px;
    padding-left: 0;
    display: flex;
    position: relative;
    align-items: start;
    padding-top: 39px;
}

.cta-heading {
    z-index: 2;
    width: 100%;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
}

.text-container {
  width: 50%;
}

.image-2 {
  z-index: 1;
  width: 150px;
  position: relative;
  top: -313px;
  right: -277px;
}

.text-block {
    color: #575A65;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    padding-left: 24px;
}

.form {
  width: 50%;
}

.title-form {
  color: #07547b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field, .text-field-2 {
  border: 1px solid #1acde5;
  border-radius: 8px;
  font-size: 16px;
}

.text-field-2.additional {
  height: 170px;
}

.textarea {
  height: 110px;
  border: 1px solid #1acde5;
  border-radius: 8px;
  font-size: 16px;
}

.submit-button {
  height: 50px;
  background-color: #fe8b00;
  border-radius: 8px;
  width: 100%;
}

.cred-wrapper {
    border: 1px solid #19a5e6;
    border-radius: 8px;
    padding: 20px 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    margin-top: 35px;
    border-radius: 79.5px;
    background: #F5F5F6;
}

.cred-top {
  grid-column-gap: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cred-bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.html-embed {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.text-span-6 {
  color: #07547b;
  background-color: #f7dd13;
}

.footer-dark {
  background-color: #282c36;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  height: 48px;
}

.image-4 {
  width: 229px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
    .cta-heading {
        font-size: 35px !important;
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .subheading {
    width: 75vw;
  }

  .heading3 {
    margin-bottom: 60px;
  }

  .call-to-action {
    height: auto;
    position: relative;
    padding: 0;
    margin-bottom: 48px;
  }
  .bg1 {
    position: absolute;
    width: 100%;
    height: 230px;
  }

  .cta {
    top: 0px;
  }

  .cred-top {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-4 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }
}

#w-node-fd69a98c-40e1-b370-1761-7a27ea08ad41-5a4f91c2, #w-node-_41e0896c-68c0-af0a-b4b4-d4e4fb281d76-5a4f91c2, #w-node-e6bc97e0-d57f-045d-51c7-d585f369b203-5a4f91c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#your-practice.w-node-_2ab6d4fa-0f92-0e60-6600-2133948ed159-5a4f91c2 {
  grid-area: Area;
}

#your-info.w-node-_1efd15e1-e28b-3b8c-c370-b4a1a2f03de0-5a4f91c2 {
  grid-area: Area-2;
  resize: none;
}

@media (max-width: 768px) {
    h1.cta-heading, .cta-heading-2, .text-block, .line-check {
        padding: 0;
    }
  .cta {
    flex-wrap: wrap;
  }
  .text-container {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.cred-wrapper {
  max-width: 349px;
  margin: 0 auto;
}
.form {
  width: 96%;
  margin: 30px auto 0;
}
.bg1 {
        height: 140px;
    }

}
.w-container:before, .w-container:after {
  display: none;
}
.aspNetHidden {
    display: none;
}
@media (max-width: 685px) {
    .bg1 {
        height: 180px;
    }
}
    @media (max-width: 578px) {
        .form-2 {
            display: block;
        }
    }

    .formError {
        border: solid 1px red !important;
    }

    /* Modal */
    div#mymodal {
        z-index: 99999999999;
    }

    .modal-backdrop.show {
        z-index: 999999999;
        background-color: rgba( 14, 139, 199, 1 );
    }

    #mymodal .title {
        font-size: 48px;
        color: #04547B;
        line-height: 38px;
        margin: 0;
        width: 100%;
    }

    #mymodal .line {
        height: 1px;
        background: #FF8C00;
        width: 103px;
        border-bottom: solid 1px #0E8BC7;
    }

    .modal-body {
        line-height: 100%;
    }

    .w-video {
        width: 100%;
        position: relative;
        padding: 0;
        max-width: 650px;
    }

.cta-heading-2 {
    color: #FF8C00;
    font-family: Roboto;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    margin-top: 48px;
    padding-left: 24px;
}
    .cta-heading-2 strong {
        color: #04547B;
    }
.text-block strong {
    color: #04547B;
}
.line-check {
    padding-left: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
    .line-check p {
        margin-bottom: 0;
    }
    .line-check img {
        margin-right: 10px;
    }
@media screen and (max-width: 685px) {
    .bg1 {
        height: 155px;
    }
}
@media screen and (max-width: 659px) {
    .bg1 {
        height: 195px;
    }
}
@media screen and (max-width: 450px) {
    .bg1 {
        height: 233px;
    }
}
@media screen and (max-width: 380px) {
    .cta-heading {
        font-size: 32px !important;
    }
}
.gray-box {
    background: #F5F5F6;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 16px;
    padding: 12px;
}
@media (min-width: 768px) {
     .lined-r {
        border-right: solid 2px #FF8C00;
    }
}
.lined-l span a {
    color: #04547B;
    font-weight: bold;
    padding-left: 10px;
    font-size: 24px;
    text-decoration: none;
}
.white-form-box {
    border: solid 1px #19CDE6;
    padding: 24px 0;
    border-radius: 18px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    background-color: white;
}
    .white-form-box .request-form h2 {
        margin: 0 0 16px;
    }
.request-form h2 {
    color: #04547B;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 16px;
}
.white-form-box p {
    margin-bottom: 0;
}
.white-form-box label {
    font-weight: 300;
    color: #575A65;
    margin-bottom:0;
}
input[type=text], input[type=tel], input[type=email], input[type=url] {
    background: #F5F5F6;
    border: solid 1px #F5F5F6;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 10px;
    width: 100%;
}
.request-form input[type=text], .request-form input[type=tel], .request-form input[type=email], .request-form input[type=url] {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.white-form-box input[type=text], .white-form-box input[type=tel], .white-form-box input[type=email], .white-form-box input[type=url], .white-form-box textarea {
    border: solid 1px #19CDE6;
    background: #F5F5F6;
}
.request-form .wpcf7-checkbox label {
    display: flex;
    align-items: center;
    color: #04547B;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.white-form-box input[type="checkbox"] {
    width: 23px;
    height: 23px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
}
.request-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.white-form-box input[type="checkbox"]:checked {
    background-color: #19A5E6;
}
.white-form-box input.wpcf7-form-control.has-spinner.wpcf7-submit {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
input.wpcf7-form-control.wpcf7-submit {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0E8CC7), color-stop(1, #19A5E6) );
    background-image: -o-linear-gradient(bottom, #0E8CC7 0%, #19A5E6 100%);
    background-image: -moz-linear-gradient(bottom, #0E8CC7 0%, #19A5E6 100%);
    background-image: -webkit-linear-gradient(bottom, #0E8CC7 0%, #19A5E6 100%);
    background-image: -ms-linear-gradient(bottom, #0E8CC7 0%, #19A5E6 100%);
    background-image: linear-gradient(to bottom, #0E8CC7 0%, #19A5E6 100%);
    padding: 15px 50px !important;
    border-radius: 16px;
    color: #fff;
    border: 1px solid transparent;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
}
.request-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: linear-gradient(180deg, #FF8C00 0%, #DE7A00 100%);
    border-radius: 16px;
}
    .request-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
        color: #fff;
        background: linear-gradient(to bottom,#0E8CC7 0%,#19A5E6 100%);
    }
.fs-12 {
    font-size: 12px;
    line-height: 14px;
}
input:focus-visible {
    outline: none !important;
}

.ccm-pc {
    border-bottom: solid 85px #F5F5F6;
}
.ccm-pc-bg {
    background-image: url(../images/ccm-pc-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.ccm-pc h1 {
    color: #04547B;
    text-align: center;
    font-size: 48px;
}
    .ccm-pc h1 strong {
        color: #FF8C00;
    }
.ccm-pc img {
    transform: translateY(80px);
}
.bg-lg {
    background-color: #F5F5F6;
    padding-bottom:50px;
}
.bg-lg h3 {
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 67px;
    font-weight: 400;
}
.box-shadow {
    box-shadow: 0px 0px 94px rgba(14, 139, 199, 0.42);
    border-radius: 32px;
    background: white;
    border-radius: 32px;
    padding: 21px;
    text-align: center;
    margin-bottom: 48px;
    height: 100%;
}
.box-shadow img {
    margin-bottom: 24px;
}
    .box-shadow h4 {
        color:  #04547B;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0 0 24px;
    }
    .box-shadow div {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
.benefits {
    background: #F5F5F6;
}
.bg-main-top {
    background: linear-gradient(268deg, #19CDE6 13.32%, #19A5E6 90.28%);
    height: 1px;
    display: block;
    margin-top: -1px;
}
.bg-main-bottom {
    background: linear-gradient(268deg, #19CDE6 13.32%, #19A5E6 90.28%);
    height: 1px;
    display: block;
    margin-bottom: -1px;
}
.benefits h1 {
    color: #04547B;
    text-align: center;
    font-size: 48px;
    margin: 48px 0 32px;
}
    .benefits h1 b {
        color: #FF8C00;
    }
.benefits .container, .description .container, .footer-landing .container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.benefits .benefit-b {
    color: #04547B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.benefits .discl {
    color:  #282C36;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 48px 0;
}
.description {
    background-image: url(../images/gr-bg.png);
    background-position: center;
    background-repeat: repeat-x;
    padding-bottom: 72px;
}
.desc-item {
    padding-top: 72px;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
    .desc-item h2 {
        font-size: 36px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        font-family: Roboto Condensed, sans-serif;
        color: #04547B;
    }
        .desc-item h2 b {
            color: #FF8C00;
        }
.footer-landing {
    background-image: url(../images/footer-img.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 100px 0;
}
    .footer-landing h2 {
        font-family: Roboto Condensed, sans-serif;
        font-size: 36px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        color: #04547B;
    }
    .footer-landing p {
        color:  #282C36;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; 
    }
@media (max-width: 1007px) {
    .footer-landing {
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .footer-landing-text {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, .4);
    }
}