.message{
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 44px;
    padding-bottom: 60px;
}
.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.message a{
    color: #002359;
    font-size: 16px;
}
.message a:nth-child(1){
    font-size: 14px;
}

.msg-line{
    width: 100%;
    color: #818181;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}