.illness-card {
  height: 14rem;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
}
.illness-card .text-subs {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
.illness-card .text-subs a {
  transition: font-family 1s;
}
.illness-card .text-subs a:hover {
  font-family: "Montserrat-Bold", sans-serif;
}
.illness-card .title {
  font-size: 16px;
  font-family: "Montserrat-Medium", sans-serif;
  min-height: 42px;
}
.illness-card img {
  width: fit-content;
  margin-bottom: 16px;
}
.illness-card .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.pink {
  background-color: #F5B9AE;
}

.purple {
  background-color: #D5D8E7;
}

.cream {
  background-color: #F2E7E1;
}

.blue {
  background-color: #B4E1F6;
}

@media (max-width: 1024px) {
  .illness-card {
    width: 100%;
  }
}
.user-engagement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 84rem;
  max-width: 100%;
  padding-inline: 2rem;
  justify-items: center;
}

.block-wrapper {
  position: relative;
}
.block-wrapper .icon {
  width: 3.313rem;
  height: 3.313rem;
  position: absolute;
  top: -2rem;
  left: 2.875rem;
}

.block {
  max-width: 22.5rem;
  height: 21.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 4.063rem;
  padding-inline: 3.125rem;
  padding-bottom: 4.063rem;
}
.block-1 {
  background-color: #fff;
  padding-right: 2.5rem;
}
.block-1 .text {
  color: #052C43;
}
.block-1 .text p:first-of-type {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.block-1 .answers div label {
  cursor: pointer;
}
.block-1 .answers div:first-of-type {
  margin-bottom: 0.75rem;
}
.block-1 .btns {
  display: flex;
  align-items: center;
}
.block-1 .btns button:last-of-type {
  cursor: pointer;
  background-color: transparent;
}
.block-1 .inner-div {
  height: 22rem;
}
.block-2 {
  background-color: #71C5F1;
  color: white;
  display: flex;
  justify-content: space-between;
}
.block-2 p {
  width: 14.563rem;
  margin-bottom: 1rem;
}
.block-2 input {
  width: 16.25rem;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-size: 1rem;
  padding-block: 1rem;
  padding-left: 1.25rem;
  font-family: "Montserrat-Italic", sans-serif !important;
  border-radius: 7px;
  margin-bottom: 1rem;
}
.block-2 input::placeholder {
  color: white;
}
.block-2 .status-text {
  font-size: 0.9rem;
}
.block-2 .success {
  color: #198754;
}
.block-2 .error {
  color: red;
}
.block-2 .btn {
  width: fit-content;
}
.block-3 {
  background-color: white;
  padding: 1rem;
  display: flex;
  overflow-y: scroll;
  align-items: center;
}

.report .percentage {
  height: 0.5rem;
  background-color: #1C629E;
  margin-top: 0.5rem;
}
.report .percentage-text {
  color: #71C5F1;
  font-family: "Montserrat-Italic", sans-serif;
}
.report .answers {
  margin-block: 2rem;
}

.total span {
  color: #71C5F1;
}

@media (max-width: 1024px) {
  .user-engagement {
    grid-template-columns: 1fr;
    padding-block: 4rem;
  }
  .block-wrapper {
    width: 22rem;
    display: flex;
    max-width: 90%;
    justify-content: center;
  }
  .block-wrapper:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .block {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .user-engagement {
    justify-items: unset;
  }
  .block-wrapper {
    justify-content: unset;
  }
  .block {
    width: 90%;
  }
}
@media (max-width: 320px) {
  .block-wrapper, .block {
    width: 100%;
  }
  .user-engagement {
    padding-inline: unset;
  }
}
.services {
  margin-top: 7.813rem;
  position: relative;
}
.services .imgs {
  margin-bottom: 3.125rem;
  padding-inline: 5rem;
}
.services .btn {
  font-size: 15px;
  width: fit-content;
}
.services .divider {
  position: absolute;
  width: 17rem;
  background-color: #D9D9D9;
  height: 1px;
  top: 5rem;
}
.services .divider-1 {
  left: 15rem;
}
.services .divider-2 {
  right: 15rem;
}
.services .card {
  text-align: center;
  width: 18.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.services .card h3 {
  font-size: 1.875rem;
}
.services .card p {
  margin-top: 1.375rem;
  margin-bottom: 1.563rem;
  font-size: 15px;
}
.services .card img {
  margin-bottom: 3.125rem;
}

@media (max-width: 1280px) {
  .services .divider {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .services .divider {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .services .divider-1, .services .divider-2 {
    display: none;
  }
  .services .divider-mobile {
    width: 1px;
    background-color: #D9D9D9;
    height: 17rem;
    display: inline-block;
    margin-block: 2rem;
  }
  .services .text {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .services .divider-1, .services .divider-2 {
    left: 13rem;
  }
}
@media (max-width: 425px) {
  .services .divider-1, .services .divider-2 {
    left: 7rem;
  }
}
@media (max-width: 375px) {
  .services .divider-1, .services .divider-2 {
    left: 5.5rem;
  }
}
@media (max-width: 375px) {
  .services .divider-1, .services .divider-2 {
    left: 4rem;
  }
}
.news-preview {
  margin-block: 10.625rem;
  width: 80rem;
  margin-inline: auto;
  max-width: 100%;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.news-preview h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.375rem;
  margin-bottom: 3.25rem;
}
.news-preview .grid-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 0.813rem;
  max-width: 100%;
}
.news-preview .card {
  position: relative;
  height: 17.813rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  padding-inline: 1.875rem;
  padding-bottom: 1.875rem;
  z-index: 2;
}
.news-preview .card .grad {
  background: linear-gradient(0deg, rgb(250, 255, 0) 0%, rgb(0, 0, 0) 0%, transparent 100%);
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-preview .card:nth-child(3) {
  grid-column: span 2;
}
.news-preview .card:nth-child(4) {
  grid-column: span 2;
}
.news-preview .card .title {
  font-family: "Montserrat-Bold", sans-serif;
  margin-bottom: 0.313rem;
  z-index: 10;
}
.news-preview .card .description {
  margin-bottom: 1.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-preview .card .btn {
  z-index: 10;
}
.news-preview .card p {
  font-size: 0.875rem;
  z-index: 10;
}
.news-preview .card img {
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
}

@media (max-width: 1024px) {
  .news-preview .grid-cont {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-preview .card:nth-child(3), .news-preview .card:nth-child(4) {
    grid-column: unset;
  }
}
@media (max-width: 768px) {
  .news-preview .grid-cont {
    grid-template-columns: 1fr;
  }
  .news-preview .card {
    height: 18.125rem;
  }
  .news-preview .card img {
    object-position: top;
  }
}
.list-of-illnesses {
  margin-top: 4.813rem;
  margin-bottom: 6.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.big-banner {
  background-repeat: no-repeat;
  height: 39.875rem;
  padding-top: 8.25rem;
  padding-left: 7.5rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4.75rem;
}
.big-banner p {
  color: #4F6177;
}
.big-banner .body-text {
  max-width: 32.5rem;
  font-size: 15px;
}
.big-banner .subtitle {
  font-size: 1.125rem;
}
.big-banner .title {
  color: #052C43;
  font-size: 2.375rem;
  max-width: 27.875rem;
  line-height: 2.5rem;
}
.big-banner a {
  text-decoration: none;
  color: white;
  background-color: #1C629E;
  width: 10.25rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
}

.img-mobile {
  display: none;
}

.user-engagement-cont {
  height: 33.75rem;
  background-color: #EDF5F8;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .list-of-illnesses {
    grid-template-columns: repeat(2, 1fr);
  }
  .user-engagement-cont {
    height: auto;
  }
}
@media (max-width: 768px) {
  .list-of-illnesses {
    grid-template-columns: 1fr;
  }
  .banner-cont {
    width: 100%;
    margin-inline: 0 !important;
  }
  .big-banner {
    background-image: none !important;
    background-color: #DBDDDC;
    padding-right: 2rem;
    padding-left: 4.5rem;
  }
  .img-mobile {
    display: block;
    width: 100%;
  }
  .img-mobile img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .big-banner .body-text {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .big-banner {
    padding-left: 2.5rem;
    padding-top: unset;
    padding-bottom: unset;
    padding-block: 4rem;
    height: unset;
  }
  .big-banner .body-text {
    padding-block: 2rem;
  }
  .big-banner .subtitle {
    padding-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .big-banner .title {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=home.css.map */
