﻿.section-help {
    padding-bottom: 28px;
}

.section-help .card-header {
    align-items: flex-start;
    background-color: #FAFAFA;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    padding: 15px;
}

.section-help .card-header[aria-expanded="true"] {
    border: none;
}

.section-help .collapse.show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.section-help .card-body {
    background-color: #FAFAFA;
    color: #3E3E3E;
    font-size: 13px;
    line-height: 18px;
    padding: 15px;
    padding-top: 0;
}

.section-help .card-body ol{
    padding-inline-start: 20px;
}

.section-help .card-body ol li{
    margin-bottom: 5px;
}

.section-help .card {
    border: none;
}

.section-help .card-header-title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0px;
}

.section-help .card-header-text {
    font-size: 13px;
    color: #3E3E3E;
    line-height: 18px;
}

.section-contact .bg-wrap {
    background-color: #F8F9FA;
    padding: 20px 25px;
}


.section-contact .text-wrap .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
}

