.upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
    padding-top: 50px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

.upper::before {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 7px solid #F17D3A;
    border-left: 7px solid #F17D3A;
}

.upper::after {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 7px solid #F17D3A;
    border-right: 7px solid #F17D3A;
}

.section-container {
    text-align: left;
    padding: 20px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #48484833;
    background: #fff;
    overflow: hidden;
    word-break: break-word;
}

.section-container::before {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 7px solid #e23b5f;
    border-left: 7px solid #e23b5f;
}


/* 
  .section-container::after {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 7px solid #F17D3A;
    border-right: 7px solid #F17D3A;
  } */

.section-close {
    position: relative;
}


/* .section-close::before {
    content: ' ';
    width: 45px;
    height: 85px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    border-bottom: 7px solid #F17D3A;
    border-left: 7px solid #F17D3A;
  } */

.section-close::after {
    content: ' ';
    width: 45px;
    height: 85px;
    position: absolute;
    right: -24px;
    bottom: -24px;
    border-bottom: 7px solid #e23b5f;
    border-right: 7px solid #e23b5f;
}