.otsr-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 95px;
}
@media screen and (max-width: 840px) {
  .otsr-content {
    gap: 80px;
    margin-top: 60px;
  }
}
.otsr-section {
  max-width: 557px;
}
@media screen and (max-width: 840px) {
  .otsr-section {
    max-width: 100%;
  }
}
.otsr-section:nth-of-type(n+2) {
  margin-top: 70px;
}
.otsr-section-tit {
  color: #fb6322;
  border-bottom: 1px solid #fb6322;
  font-size: 22px;
  letter-spacing: 0.05em;
  display: table;
}
.otsr-section-txt {
  font-size: 16px;
  line-height: 2.5;
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
  margin-top: 15px;
}
.otsr-section-btn {
  width: 215px;
  height: 55px;
  background-color: #fb6322;
  color: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  .otsr-section-btn {
    margin: 20px auto 0;
  }
}
.otsr-right {
  max-width: 317px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 24px;
  border: 4px solid #fb6322;
  padding: 20px 30px;
}
@media screen and (max-width: 840px) {
  .otsr-right {
    max-width: 100%;
  }
}
.otsr-right-tit {
  font-size: 28px;
  font-feature-settings: "palt";
  font-family: "fontEnglish";
}
.otsr-right-tit:nth-of-type(2) {
  margin-top: 50px;
}
.otsr-right-list {
  margin-top: 40px;
}
.otsr-right-item {
  font-size: 14px;
  font-weight: 500;
}
.otsr-right-item a {
  text-decoration: none;
}
.otsr-right-item:nth-of-type(n+2) {
  margin-top: 35px;
}/*# sourceMappingURL=otsr.css.map */