.product-cards {

}
.product-cards .product-card {
    width: 50%;
    float: left;
    user-select: none;
}
.product-cards .product-card:nth-child(even) {
    margin-top: 100px;
}
.product-cards .product-card .card {
    width: 600px;
}
.product-cards .product-card:nth-child(even) .card {
    float: right;
}
.product-cards .product-card .card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.product-cards .product-card .card .header h2 {
    width: 150px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
    height: 80px;
    display: inline-flex;
    align-items: center;
    color: #333;
    justify-content: space-between;
}
.product-cards .product-card .card p {
    font-weight: 300;
    color: #666;
    opacity: 0.8;
    line-height: 2;
    font-size: 0.92rem;
    margin-bottom: 30px;
    text-align: justify;
}
.product-cards .product-card .card p > img {
    width: 120px;
    height: 80px;
    float: right;
    margin: 8px 0 0 30px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}
.product-cards .product-card:nth-child(odd) {
    margin-top: -100px;
}
.product-cards .product-card:first-child {
    margin-top: 0;
    padding: 0 100px 0 40px;
}

.product-cards .product-card .card .header.header-support h2 {
    width: auto;
    height: auto;
    padding: 30px 40px;
    width: 100%;
    font-size: 1.1rem;
    cursor: pointer;
}
.product-cards .product-card .card .header.header-support h2:hover {
    font-weight: 500;
}
.product-cards .product-card .card .header-support h2 .sign {
    display: none;
    font-weight: 600;
    color: rgba(58, 58, 58, 0.8);
    font-size: 1.3rem;
    line-height: 1;
}
.product-cards .product-card .card .header-support h2.collapsed .sign-plus {
    display: flex;
}
.product-cards .product-card .card .header-support h2:not(.collapsed) .sign-minus {
    display: block;
}



.section-faqs .product-cards .product-card .card {
    width: 100%;
}
.section-faqs .product-cards .product-card {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.section-faqs .text-content {
    display: flex;
    padding: 10px 40px 40px;
    justify-content: space-between;
}
/* .section-faqs .text-content div{
    width: 100%;
} */
.section-faqs .text-content p:last-child {
    margin: 0;
}
.section-faqs .text-content .faq-video {
    margin-left: 40px;
    padding: 7px 0 0 0;
}
.section-faqs .text-content .faq-video img {
    border-radius: 7px;
}
.section-faqs .text-content .faq-video.video-box a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 90px; */
    overflow: hidden;
}
.section-faqs .text-content .faq-video.video-box a img {
    min-width: 100%;
    max-height: 100%;
    /* width: 100%; */
    object-fit: cover;
}
.section-faqs .text-content .faq-video.video-box a:before {
    content: "\f04b";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: flex;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    background-color: rgba(241,241,241,0.8);
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.section-faqs .text-content .faq-video.video-box:hover a:before {
    background-color: rgba(255,255,255,0.6);
}
.product-cards .product-card .card .header.header-support {
    margin: 0;
}

.section-faqs .product-cards .product-card .card .card-body {
    padding: 0;
}