.downloadTemplateSection {
    padding: 37px 20px 32px 20px;
    border-bottom: 1px solid #cccccc;

    &:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.downloadTemplateSection-title {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--main-font-family-2);
    font-weight: normal;
    margin: 0 0 10px 0;
}

.downloadTemplateSection-text {
    margin-bottom: 16px;
}

.downloadTemplateSection-para {
    margin: 0;
}