@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap");
img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.main {
  color: #2d3248;
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #19a2ae;
  background-image: url("/dist/img/bg-pattern-top.svg"), url("/dist/img/bg-pattern-bottom.svg");
  background-position: -100% 170%, 190% -180%;
  background-repeat: no-repeat, no-repeat;
  height: 100vh;
}

.main .card {
  position: relative;
  background-color: white;
  border-radius: 20px;
  width: 300px;
  height: 380px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main .card .top img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.main .card .img {
  text-align: center;
  position: absolute;
  top: 74px;
  left: 87px;
}

.main .card .img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid white;
}

.main .card .img h3 {
  padding-top: 10px;
}

.main .card .img p {
  color: #19a2ae;
  padding: 10px 0;
}

.main .card .down {
  padding-top: 160px;
}

.main .card .down hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main .card .down .flex {
  padding-top: 20px;
}

.main .card .down p {
  padding-top: 5px;
  font-size: .81rem;
}
/*# sourceMappingURL=style.css.map */