* {
  font-family: "Manrope", sans-serif;
}

body {
  background-color: #ecf2f8;
}

.images {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
  padding: 0px;
}

.container {
  background-color: white;
  width: 327px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px 40px 40px -10px #c9d5e1;
  margin: 100px auto;
}

.pad {
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 20px;
  padding-bottom: 32px;
}

.pad h3 {
  color: #48556a;
  width: 500px;
  height: 72px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.pad p {
  color: #6e8098;
  width: 263px;
  height: 70px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-bottom: 0px;
  padding-bottom: 22px;
}

.footer {
  background-color: #48556a;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 327px;
  height: 64px;
  float: left;
}

.footer h3 {
  color: #9daec2;
  width: 62px;
  height: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding-right: 21px;
  padding-left: 32px;
  padding-top: 22px;
  padding-bottom: 22px;
  letter-spacing: 5px;
  margin: 0%;
  float: left;
}

.footer img {
  color: #ffffff;
  width: 20px;
  height: 20px;
  padding-top: 22px;
  padding-right: 15px;
}

@media (max-width: 600px) {
  .container {
    width: 90vw;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0px 30px 30px -8px #c9d5e1;
  }

  .pad {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .pad h3 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin-bottom: 10px;
  }

  .pad p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding-bottom: 16px;
  }

  .footer {
    width: 90vw;
    height: 56px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .footer h3 {
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
    letter-spacing: 4px;
    height: auto;
    float: none;
    display: inline-block;
  }

  .footer img {
    width: 18px;
    height: 18px;
    padding-top: 18px;
    padding-right: 12px;
  }

  .images {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: auto;
  }
}
