.page-content-header {
    position: relative;
    margin-top: 84px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.page-content-header>.title {
    font-weight: 400;
    font-size: 70px;
    color: #fe5000;
}

.page-content-header>.go-back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 95px;
    bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    color: #adadad;
}

.page-content-header>.go-back>img {
    margin-right: 11.52px;
}

.section-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 29px;
    color: #545454;
    width: 220px;
}

.section-title>.top-line {
    width: 61px;
    border-top: 5px solid #003da5;
    margin-bottom: 21px;
    border-radius: 40px;
}