.title-text[data-v-59e279b4] {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.step-style-wrapper[data-v-59e279b4] {
  margin-top: 60px;
}
.frame-type[data-v-59e279b4] {
  padding: 20px 40px;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
.frame-type[data-v-59e279b4] {
    flex-direction: row;
}
}
@media screen and (max-width: 575px) {
.frame-type[data-v-59e279b4] {
    flex-direction: column;
}
}
.frame-type[data-v-59e279b4]:hover {
  border-color: #3847ff;
}
.frame-type .option-title[data-v-59e279b4] {
  font-size: 18px;
  font-weight: 500;
}
.frame-type .option-icons img[data-v-59e279b4] {
  height: 52px;
  width: 52px;
  vertical-align: center;
}
@media screen and (max-width: 575px) {
.frame-type .option-icons img[data-v-59e279b4] {
    margin-top: 10px;
}
}
@media screen and (min-width: 387px) {
.frame-type .option-icons img[data-v-59e279b4]:not(:first-of-type) {
    margin-left: 10px;
}
}
