#content .bread {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
#content .bread a {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #050B20;
}
#content .bread a:last-child {
  color: #405FF2;
}
#content .text {
  margin-bottom: 8px;
}
#content .text h3 {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}
#content .text p {
  font-family: l;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
#content .text .text-p {
  margin-bottom: 24px;
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .from .btm_box {
    flex-direction: column;
  }
  #content .from .btm_box button {
    width: 100%;
  }
}
