.help_main_container a{
    cursor: pointer;
}

.help_section_row {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: flex;
    flex-wrap: wrap;
}

.help_section_x_container {
    height: 70px;
}

.help_section_x {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 70px;
    cursor: pointer;
    color: #DA1984;
}

.help_section_x:hover {
    color: #813F98;
}

.help_header {
    font-weight: bold;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.search_help_row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.search_help_text {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px
}

.help_search_icon {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #813F98;
}

.help_topics_item {
    border: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.help_topics_row {
    margin-bottom: 50px;
}

.help_contact_us_row {
    margin-bottom: 50px;
}

.help_topics_icon {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center
}

.help_topics_text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.help_topic_bottom_text {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #813F98;
    color: white;
}

.help_topics_bottom_button:hover .help_topic_bottom_text {
    color: #813F98;
    background-color: white;
    /*border: 1px solid #813F98;*/
    box-shadow: inset 0 0 0 1px #813F98;
}

.help_topics_bottom_button:hover .help_topics_button_icon {
    color: #813F98;
}

.help_topics_button_icon {
    position: absolute;
    color: white;
    padding-top: 5px;
    right: 30px;
}

.help_topics_bottom_button {
    cursor: pointer;
}

.help-contacts-item-links {
    border: 1px solid #D6D6D6;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 50px;
}

.help_section_header {
    margin-bottom: 40px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #813F98;
}

.help-contacts-item-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 17px;
}

.help-contacts-item-links:hover .help-contacts-fa-container {
    color: #813F98;
}

.help-contacts-item-links:hover {
    box-shadow: inset 0 0 0 2px #813F98;
}

.help-contacts-fa-container {
    text-align: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}