.organization-card {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #363636;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  box-shadow: 0px 8px 22px -2px rgba(0, 0, 0, 0.5);
}

.organization-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.organization-card-title {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
}

.organization-card-btn {
  background: #FFAF2E;
  border-radius: 50px;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.organization-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flexbox {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.file-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(154.49deg, #FF858A 6.61%, #F04148 89.72%);
  box-shadow: 0px 8px 22px -2px rgba(248, 87, 94, 0.3);
  border-radius: 15px;
}

.sub-title-color {
  color: #FFAF2E;
}

.img-fluid.is-50x50 {
  height: 50px;
  width: 50px;
}

.img-fluid.is-220x220 {
  height: 220px;
  width: 220px;
}

.img-fluid.is-140x110 {
  height: 140px;
  width: 110px;
}

.card-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.organization-about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 14px;
  box-shadow: 0px 8px 22px -2px rgba(0, 0, 0, 0.5);
}

.organization-about-menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 147.4%;
  /* or 35px */
  letter-spacing: 0.02em;
  color: #0A093D;
}

.organization-about-menu-sub {
  font-weight: 300;
  font-size: 16px;
  line-height: 147.4%;
  /* or 29px */
  letter-spacing: 0.02em;
  color: #A3A3A3;
}

.organization-btn {
  width: 98px;
  height: 32px;
  right: 28px;
  bottom: 31px;
  color: #DF142D !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  background: rgba(223, 20, 45, 0.1);
  border-radius: 180px;
}

.organization-btn:hover {
  width: 98px;
  height: 32px;
  right: 28px;
  bottom: 31px;
  color: #DF142D !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  background: rgba(223, 20, 45, 0.3);
  border-radius: 180px;
}

.about.card-text {
  color: #939393;
}

.detail-btn {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

.document-btn {
  position: absolute;
  bottom: 2rem;
  right: 0rem;
}

.about-us-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #212529;
}

.about-us-sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #FFAF2E;
}

.about-us-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #656464;
}

.about-us-card {
  background: linear-gradient(208.18deg, #F9D25D 9.05%, #C89600 76.74%);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-us-card-box {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.about-us-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.about-us-card-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #363636;
}

.about-us-card-text {
  padding-left: 8rem;
  padding-right: 8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
