.c-info{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    background: #e7f3ff;
    padding: 20px;
    border-radius: 5px;
    border: solid 2px #0066cc;
    width: 80%;
    max-width: 800px;
    line-height: 1.5;
}

.c-info__heading{
    margin-bottom: 15px;
}

.c-info__subtitle{
    line-height: 1.5;
}

.c-info__line{
    display: block;
    border: solid 1px #d0e7ff;
    margin: 20px auto;
}