body.widget-snippet .faqs-full-article .faqs-content .faqs-part .faq {
  padding:10px;
}
.widget-snippet .faqs-full-article {
    padding: 70px 0;
    background: linear-gradient(271deg, #BDF3D7 -10.91%, #9BEAEF 49.35%);
}

.widget-snippet .faqs-full-article .faqs-content {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.faqs-content {}

.widget-snippet .faqs-full-article .faqs-content .faqs-part {
    width: 50%;
    padding: 30px;
}

.widget-snippet .faqs-full-article .faqs-content .faqs-part h5 {
    color: #000;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
}

.widget-snippet .faqs-full-article h2 {
    color: #171733;
    text-align: center;
    font-family: Armin Grotesk;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px; /* 132% */
}



@media screen and (max-width: 1200px) {
.widget-snippet .faqs-full-article h2 {
    font-size: 36px;
    line-height: 46px;
	font-weight:700;
	padding:0 15px;
}
.widget-snippet .faqs-full-article {
    padding: 50px 0;
}
}


@media screen and (max-width: 991px) {

.widget-snippet .faqs-full-article {
    padding: 50px 0 20px;
}
.widget-snippet .faqs-full-article .faqs-content .faqs-part {
    padding: 20px;
}
.widget-snippet .faqs-full-article .faqs-content .faqs-part h5 {
    font-size: 20px;
}
}


@media screen and (max-width: 767px) {
.widget-snippet .faqs-full-article h2 {
    font-size: 24px;
    line-height: 32px;
	font-weight:700;
}
.widget-snippet .faqs-full-article .faqs-content {
    flex-direction: column;
}
.widget-snippet .faqs-full-article .faqs-content .faqs-part {
    width: 100%;
    padding: 0 15px;
 }
.widget-snippet .faqs-full-article .faqs-content .faqs-part h5 {
    font-size: 18px;
	line-height: 28px;
}
.widget-snippet .faqs-full-article {
    padding: 40px 0;
}
}
