
.z-help-title-section {
    font-size: 1.3rem;
    line-height: 1.8rem;
    max-width: 100%;
    margin: 45px 0 18px;
    color: #222;
    text-align: left;
}

.z-help-title {
    font-size: 1.05rem;
    font-weight: 600;
    max-width: 100%;
    margin: 10px 0;
    padding: 14px 0 16px 80px;
    color: #222;
    text-align: left;
    background-color: #f1f1f1;
    background-image: url("../images/icon-app.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: center;
    background-position-x: 30px;
    border-radius: 2px;
    display: flex;
    transition: 0.6s ease;
}

.z-help-title:hover {
    color: #1c459a;
    background-color: #f3f4f6;
}

@media screen and (max-width: 560px) {
    .z-help-title {
        padding: 14px 0 16px 50px;
        background-position-x: 20px;
    }
}



/* Download */

.z-help-download-c {
    display: flex;
    flex-direction: column;
}

.z-help-download-c p {
    margin: 12px 0;
}

.z-help-download-c span {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 400;
}

.z-help-download {
    max-width: 100%;
    padding: 20px 0 20px 80px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222;
    text-align: left;
    transition: 0.6s ease;
}

.pdf {
    background-image: url("../images/icon-f-pdf.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position-y: center;
    background-position-x: 0px;
}

.excel {
    background-image: url("../images/icon-f-excel.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position-y: center;
    background-position-x: 0px;
}

.word {
    background-image: url("../images/icon-f-word.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position-y: center;
    background-position-x: 0px;
}

.img {
    background-image: url("../images/icon-f-img.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position-y: center;
    background-position-x: 0px;
}

.z-help-download:hover {
    color: #1c459a;
    text-decoration: underline;
}



/* Useful Links */

.z-help-useful-c {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.z-help-useful-c div {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.z-help-link {
    max-width: 100%;
    padding: 0 0 0 80px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222;
    text-align: left;
    background-image: url("../images/icon-f-link.png");
    background-repeat: no-repeat;
    background-size: 46px;
    background-position-y: center;
    background-position-x: 0px;
    transition: 0.6s ease;
}

.z-help-link:hover {
    color: #1c459a;
    text-decoration: underline;
}

.z-help-useful-c p {
    margin: 0;
    padding: 4px 0 0 80px;
}



/* Misc */

.z-help-column-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 35px 0;
}

@media screen and (max-width: 1128px) {
    .z-help-column-right {
        width: 100%;
        padding: 25px 0 30px;
    }
}