.content-section-imagecardcontent {
  width: 100%;
  height: auto;
  padding: 24px 16px 0px 16px;
  gap: 24px;
}

.imagecard-padding {
  padding-right: 0px !important;
}

.remove-shadow {
  box-shadow: unset !important;
}

.card-subtitle {
  color: var(--gray-text-strong, #2c3059);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.data {
  width: 100%;
  height: auto;
  padding: 24px 0px 24px 0px;
  gap: 24px;
  border-radius: 4px 0px 0px 0px;
}

.col-md-3-data {
  width: 100%;
  height: auto;
  margin-bottom: 4%;
  padding: 24px 0px 24px 0px;
  gap: 24px;
  border-radius: 4px 0px 0px 0px;
  background: var(--gray-surface-invert, #ffffff);
  box-shadow: 0px 16px 32px 0px #10182814;
}

.imagePart img {
  width: 100%;
}

.imagePart {
  width: 100%;
  height: auto;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  /* background: var(--gray-surface, #F2F2FA); */
  margin-bottom: 15px;
}
.imagePart-md-4 {
  width: 100%;
  height: auto;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  /* background: var(--gray-surface, #F2F2FA); */
  margin-bottom: 15px;
}

.imageContent {
  width: 100%;
  height: auto;
  gap: 8px;
}

.heading h4 {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  margin-bottom: 8px;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: var(--gray-text-strong, #2c3059);
}

.highlightedcontent {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #6a6d87;
}

.four-card-content {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: var(--gray-text, #6a6d87);
}

.content {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: var(--gray-text, #6a6d87);
}

.highlightedcontent ol {
  padding-left: 1rem;
}

.imagecardwithdesc.card-container {
  width: 100%;
  /* padding: 0px 16px;
      display: flex;
      gap: 16px; */

  padding: 0px 16px 48px 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;

  /* flex-shrink: 0;
      flex-wrap: wrap; */
}

@media (max-width: 767px) {
  .imagecardwithdesc.card-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
}

.card {
  /* width: 30%; */
  /* max-width: 100% !important;
      min-height: 392 !important; */

  border: none !important;
  box-shadow: 0px 8px 16px 0px #1018281a;
}

.card-img-top {
  object-fit: cover;
  width: 100%;
  height: 243px;
}

.small-card-body {
  /* height: 113px !important; */
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  padding: 16px !important;
}

.card-title {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.small-card-title {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}
.card-body-link {
  height: auto !important;
  flex-direction: row;
  justify-content: space-between;
  gap: 4px !important;
  padding: 4px 4px 0px 8px !important;
}
.card-title-link {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.card-img-top-link {
  object-fit: cover;
  width: 100%;

  height: 163.073px;
  align-self: stretch;
  border-radius: 6.759px;
  background: var(--gray-surface, #f2f2fa);
}

/* other screen */
@media (min-width: 360px) {
  .content-section-imagecardcontent {
    width: auto !important;
    height: auto !important;
  }
  #nav1 {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-section-imagecardcontent .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content-section-imagecardcontent {
    padding: 56px 150px 0px 150px;
    gap: 32px;
    width: auto !important;
  }
  .imagePart img {
    width: 80%;
  }
  .imagePart-md-3 img {
    width: 100%;
  }
  #nav2 {
    display: flex;
  }

  #nav1 {
    display: none;
  }

  .head-section {
    width: 800px;
  }
  .imagecardwithdesc.card-container {
    width: 100%;
    padding: 0px 150px 64px 150px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .card-img-top {
    min-height: 380px !important;
    background-size: cover !important;
    object-fit: fill;
  }
  .small-card-img-top {
    background-size: cover !important;
    object-fit: fill;
  }
  .card-img-top-link {
    background-size: cover !important;
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  .vision-body-height {
    height: auto !important;
  }
  .vision-container-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .vision-card-box-shadow {
    box-shadow: none;
  }
  .elderlycardgap {
    gap: 60px !important;
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .vision-body-height {
    height: auto !important;
  }
  .vision-container-card {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
  .vision-card-box-shadow {
    box-shadow: none;
  }
}

.mice-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}

.card-padding {
  padding: 5px;
}
.mice-title-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .complement-journey {
    width: 76%;
  }
  .para-position {
    position: absolute;
    bottom: 5px;
  }

  .mice-card-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  .removePadding {
    padding-right: 0px;
  }

  .mice-border {
    height: auto;
    border-top-right-radius: 6.759px;
    border-top-left-radius: 6.759px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .mice-body {
    gap: 15px;
  }
  .mice-border {
    height: auto;
  }
  .mice-gap {
    gap: 32px;
  }

  .removePadding {
    padding-right: 0px;
  }
}

.cardAlignment {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.content-section-imagecardcontent {
  width: 100%;
  height: auto;
  padding: 24px 16px 0px 16px;
  gap: 24px;
}

.imagecard-padding {
  padding-right: 0px !important;
}

.remove-shadow {
  box-shadow: unset !important;
}

.card-subtitle {
  color: var(--gray-text-strong, #2c3059);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.data {
  width: 100%;
  height: auto;
  padding: 24px 0px 24px 0px;
  gap: 24px;
  border-radius: 4px 0px 0px 0px;
}

.col-md-3-data {
  width: 100%;
  height: auto;
  margin-bottom: 4%;
  padding: 24px 0px 24px 0px;
  gap: 24px;
  border-radius: 4px 0px 0px 0px;
  background: var(--gray-surface-invert, #ffffff);
  box-shadow: 0px 16px 32px 0px #10182814;
}

.imagePart img {
  width: 100%;
}

.imagePart {
  width: 100%;
  height: auto;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  /* background: var(--gray-surface, #F2F2FA); */
  margin-bottom: 15px;
}
.imagePart-md-4 {
  width: 100%;
  height: auto;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  /* background: var(--gray-surface, #F2F2FA); */
  margin-bottom: 15px;
}

.imageContent {
  width: 100%;
  height: auto;
  gap: 8px;
}

.heading h4 {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  margin-bottom: 8px;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: var(--gray-text-strong, #2c3059);
}

.highlightedcontent {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #6a6d87;
}

.four-card-content {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: var(--gray-text, #6a6d87);
}

.content {
  width: 100%;
  height: auto;
  gap: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: var(--gray-text, #6a6d87);
}

.highlightedcontent ol {
  padding-left: 1rem;
}

.imagecardwithdesc.card-container {
  width: 100%;
  /* padding: 0px 16px;
      display: flex;
      gap: 16px; */

  padding: 0px 16px 48px 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;

  /* flex-shrink: 0;
      flex-wrap: wrap; */
}

@media (max-width: 767px) {
  .imagecardwithdesc.card-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
}

.card {
  /* width: 30%; */
  /* max-width: 100% !important;
      min-height: 392 !important; */

  border: none !important;
  box-shadow: 0px 8px 16px 0px #1018281a;
}

.card-img-top {
  object-fit: cover;
  width: 100%;
  height: 243px;
}

.imagecardwithdescription .card-body {
  height: auto !important;
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  padding: 16px 16px 24px 16px !important;
}
.small-card-body {
  /* height: 113px !important; */
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  padding: 16px !important;
}

.card-title {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.small-card-title {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}
.card-body-link {
  height: auto !important;
  flex-direction: row;
  justify-content: space-between;
  gap: 4px !important;
  padding: 4px 4px 0px 8px !important;
}
.card-title-link {
  color: var(--gray-text-strong, #2c3059) !important;
  font-family: "InterBold";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.card-img-top-link {
  object-fit: cover;
  width: 100%;

  height: 163.073px;
  align-self: stretch;
  border-radius: 6.759px;
  background: var(--gray-surface, #f2f2fa);
}

/* other screen */
@media (min-width: 360px) {
  .content-section-imagecardcontent {
    width: auto !important;
    height: auto !important;
  }
  #nav1 {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-section-imagecardcontent .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content-section-imagecardcontent {
    padding: 56px 150px 0px 150px;
    gap: 32px;
    width: auto !important;
  }
  .imagePart img {
    width: 80%;
  }
  .imagePart-md-3 img {
    width: 100%;
  }
  #nav2 {
    display: flex;
  }

  #nav1 {
    display: none;
  }

  .head-section {
    width: 800px;
  }
  .imagecardwithdesc.card-container {
    width: 100%;
    padding: 0px 150px 64px 150px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .small-card-img-top {
    background-size: cover !important;
    object-fit: fill;
  }
  .card-img-top-link {
    background-size: cover !important;
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  .vision-body-height {
    height: auto !important;
  }
  .vision-container-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .vision-card-box-shadow {
    box-shadow: none;
  }
  .elderlycardgap {
    gap: 60px !important;
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .vision-body-height {
    height: auto !important;
  }
  .vision-container-card {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
  .vision-card-box-shadow {
    box-shadow: none;
  }
}

.mice-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}

.card-padding {
  padding: 5px;
}
.mice-title-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .complement-journey {
    width: 76%;
  }
  .para-position {
    position: absolute;
    bottom: 5px;
  }

  .mice-card-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  .removePadding {
    padding-right: 0px;
  }

  .mice-border {
    height: auto;
    border-top-right-radius: 6.759px;
    border-top-left-radius: 6.759px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .gridSize {
    width: 100%;
    padding: 0px 150px 64px 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .imageSize {
    object-fit: cover !important;
    background-size: cover !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .mice-body {
    gap: 15px;
  }
  .mice-border {
    height: auto;
  }
  .mice-gap {
    gap: 32px;
  }

  .removePadding {
    padding-right: 0px;
  }
}

.cardAlignment {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
