.authority-info-box {
    width: 100%;
    padding: 80px 0 150px 0;
}

.authority-info-item {
    width: 100%;
}

.authority-info-item>p,
.authority-desc>p,
.authority-desc>ul>li{
    margin-bottom: 30px;
}

.authority-qa {
    width: 100%;
    font-family: "Helvetica Neue LT Pro Bd";
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

.authority-qa>span {
    font-family: "Helvetica Neue LT Pro R";
    font-weight: normal;
}

.authority-desc {
    width: 100%;
    font-family: "Helvetica Neue LT Pro R";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

.authority-desc>ul>li {
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.authority-desc>ul>li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 10px;
}

