@charset "UTF-8";
.close-content {
  &,
  &.main {
    background-color: #f4f2ec;
    padding: 60px 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    .main-text {
      font-size: 24px;
      margin-bottom: 24px;
    }
  }
}