.container {
  position: relative;
  border-radius: 35px;
  background: var(--secondary-color);
  padding: 40px 25px 25px 25px;
  cursor: pointer;
}

.name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.row_icon {
  height: 22px;
  width: 22px;
}
.row_content {
  font-size: 12px;
  margin-left: 6px;
  color: #ccc;
  font-weight: 300;
}

.icon_container {
  position: absolute;
  top: -20px;
  height: 40px;
  width: 40px;
  background: var(--component-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
