@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

body .container-fluid {
  color: #ffffff;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container-fluid .body {
  background-color: var(--bg-dark);
}

body .container-fluid .section-center {
  padding: 13% 5% 20% 5%;
  margin: 0 auto;
}

body .container-fluid .section-center .security {
  background-color: var(--bg-dark);
  border-radius: 25px;
  padding: 50px 24px 40px;
  /* width: 17em;
                height: 144px; */
  background-size: cover;
  /* margin: 0 auto; */
  -webkit-box-shadow: 1px 6px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 6px 10px 2px rgba(0, 0, 0, 0.5);
}

body .container-fluid .section-center .security .card-image {
  padding-bottom: 22px;
}

body .container-fluid .section-center .security .c-1 {
  background-image: url(/assets/images/guides-icon.svg);
  width: 106px;
  height: 103px;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

body .container-fluid .section-center .security .title-c1 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

body .container-fluid .section-center .security .sub-title-c2 {
  color: var(--h-extra-light-blue);
  font-size: 9px;
  margin: 0;
}

body .container-fluid .section-center .security .c-2 {
  background-image: url(/assets/images/support-icon.svg);
  width: 106px;
  height: 103px;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

body .container-fluid .section-center .security .title-c2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

body .container-fluid .section-center .security .sub-title-c2 {
  color: var(--h-extra-light-blue);
  font-size: 18px;
  margin: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body .container-fluid .section-center {
    padding: 15% 5% 45% 5%;
  }
}

@media screen and (max-width: 768px) {
  body .container-fluid .section-center .cards {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 576px) {
  body .container-fluid .section-center {
    padding: 15% 5% 15% 5%;
  }
}

@media screen and (min-width: 1180px) {
  body .container-fluid .section-center {
    padding: 10% 5% 20% 5%;
  }
  body .container-fluid .section-center .cards {
    padding: 20px 15px;
  }
}
/*# sourceMappingURL=welcome.css.map */