div.column-container {
  position: absolute;
  left: 25%;
  width: 512px;
  overflow-y: scroll;
}
.container {
  position: absolute;
  top: 0px;
  left: 0px;
  word-wrap: break-word;
}

.box {
  position: absolute;
  bottom: 20px;
  left: 10px;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 4px;
  padding: 10px;
}

.row {
  display: flex;
  flex-direction: row;
}

div {
  width: 200px;
  word-break: break-all;
  white-space: normal;
}
p {
 margin: 0px;
 padding: 0px;
}
p.text-large {
  font-size: 16px;
  padding-bottom: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

p.text-small {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  line-height: 13px;

}

p.text-desc {
  font-size: 12px;
  display: table-cell;
  padding-left: 4px;
  padding-top: 3px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  color: #D7D7D7;
}

div.button{
  width: 104px;
  height: 30px;
  background: #24935B;
  border-radius: 3px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
}
p.text-button {
  font-size: 12px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  padding-left: 4px;
  padding-top: 9px;
}
img.icon {
  width: 16px;
  height: 16px;
  padding-top: 1px;
}
img.icon-button {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
  padding-top: 5px;
}

p.first-text {
  padding-top: 260px;
  font-size: 18px;
  color: black;
  padding-left: 16px;
}

p.second-text {
  padding-top: 8px;
  font-size: 18px;
  padding-left: 16px;
  color: black;
}


p.text-header-note {
  font-size: 15px;
  color: #626262;
  padding-top: 8px;
  padding-left: 16px;
  width:496px;
  display: flex;
  word-wrap: normal;
  justify-content: space-between;
  word-break: break-all;
}

.row-footer {
  width: 496px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  row-gap: 16px;
  padding-left: 16px;

}

p.footer-text-medium {
  padding-top: 18px;
  font-size: 14px;
  color: black;
}

p.footer-text-regular {
  padding-top: 18px;
  font-size: 14px;
  color: #626262;
}