.help-section h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 15px;
    text-align: center;
    color: #27283C;
}
.help-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
    color: #092C4C;
}
.cy-archive a.blue-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: #1863DC;
    border-radius: 2px;
    padding: 15px 25px;
    color: #FFFFFF;
    display: inline-block;
    transition: all .2s ease;
}
.cy-archive a.blue-btn:hover{
    opacity: .8;
    transition: all .2s ease;
}