.card {
  width: auto;
  height: 420px;
  background: #f7f3f0;
  border-radius: 1.25rem;
  padding: 3.5rem 1.2rem 1.2rem 1.2rem;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
}

.iconContainer {
  position: absolute;
  top: -1.5rem;
  left: 1.2rem;
  background: #ce0135;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 4px solid #f7f3f0;
}
.iconImg {
  width: 60px;
  height: 60px;
}

.title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: "Libre Franklin", Arial, sans-serif;
}
.description {
  font-weight: 400;
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 1.2rem;
  font-family: "Libre Franklin", Arial, sans-serif;
}
.bottomImageWrapper {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.bottomImage {
  width: 247.1px;
  height: 188.17px;
  border-radius: 0.75rem;
}

@media (min-width: 900px) {
  .card {
    width: 407px;
    height: 558px;
    margin-top: 1rem;
  }
  .iconContainer {
    width: 90px;
    height: 90px;
    top: -2.5rem;
    left: 1.2rem;
  }
  .iconImg {
    width: 90px;
    height: 90px;
  }
  .title,
  .description {
    font-size: 1.5rem;
  }
  .title {
    margin-top: 1.5rem;
  }
  .bottomImage {
    width: 370.5px;
    height: 282px;
  }
}
