.main {
    margin-bottom: 50px;
}
.top {
    margin-top: 30px;
    margin-bottom: 0;
}
.faq-title h2 {
    position: relative;
    margin-bottom: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    color: #2C3340;
    font-size: 35px;
    font-weight: 800;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 2px;
    background: linear-gradient(301deg, rgba(71,175,236,1) 0%, rgba(96,99,217,1) 100%);
    bottom: -15px;
}
.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    background-color: #d3d3d36b;
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #2C3340;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(301deg, rgba(71,175,236,1) 0%, rgba(96,99,217,1) 100%);
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #2C3340;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #5092e4cc;
    margin: 0 10px ;
}

.win7Url,
.win7Url:focus {
    text-decoration: underline;
    color: blue;
    font-weight: 500;
}

@media (max-width: 991px) {
    .faq {
    margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    }
}
