.banner-heading {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-heading h1 {
    color: #193965;
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    margin: 40px 0;
}

.heading-gap {
    height: 44px;
}

.faq-banner-img {
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/desktop/dogpark_sclc_faq_hero.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1132px;
    margin: 0 auto;
    height: 560px;
}

h2.faq-banner-heading.mobile-device {
    display: none;
}

.faq-banner-content.desktop-device {
    max-width: 474px;
    padding: 140px 0px 147px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

.faq-banner-content.desktop-device h2 {
    color: #fff;
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    text-shadow: 0px 0px 100px #000;
    width: 375px;
    margin: 0;
    padding-bottom: 12px;
    display: none;
}

.faq-banner-content.desktop-device p {
    color: #fff;
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-shadow: 0px 0px 100px #000;
    padding-bottom: 20px;
}

.faq-banner-content.desktop-device p:last-child {
    padding-bottom: 0;
}

.accordion-content {
    background: #1B66F5;
}

.accordion-dropdown {
    max-width: 938px;
    padding: 64px 0;
    margin: 0 auto;
}

.expand-btn {
    border-bottom: 4px solid #fff;
    max-width: fit-content;
    float: right;
    cursor: pointer;
}

.btn-text img {
    width: 24px;
    height: 24px;
}

.btn-text {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 16px;
     padding-bottom: 4px;
}

.btn-text p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.faq-accordion-container {
    background: #fff;
    /*padding: 0 24px 0 24px;*/
    padding:24px;
    border-bottom: 2px solid #1B66F5;
    /*cursor: pointer;*/
}
.faq-accordion-head {
    /*padding: 24px 0;*/
    cursor: pointer;
}

.faq-accordion {
    margin-top: 16px;
}

.faq-accordion-head img {
    width: 32px;
    height: 32px;
    float: right;
    /* width: 5%; */
    transform: rotate(90deg);
    display: block !important;
    transition: .35s;
}

.faq-accordion-head p {
    float: left;
    width: 90%;
    color: #193965;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.learn-more {
    border-bottom: 4px solid #A9C8E7;
    margin-top: 24px;
    max-width: fit-content;
    position:relative;
}

.learn-more-btn a{
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 4px;
    transition: 150ms;
}
.learn-more-btn a:hover {
    gap: 21px;
    transition: 150ms;
}
.faq-accordion-content p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    /*padding: 0 24px;*/
    width: 834px;
    /*letter-spacing: -0.15px;*/
}

.faq-accordion-content p.etoposide {
    padding: 32px 0 8px;
    width: 100%;
}


.faq-accordion-content li {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    width: 834px;
    letter-spacing: -0.15px;
}

.learn-more-btn p {
    color: #1B66F5;
    width: unset;
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.faq-accordion-content ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.txt1 {
    color: #1B66F5;
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    width: unset !important;
    padding-bottom: 13px;
    margin-top: 40px;
}

.potential-text1 {
    display: flex;
    gap: 32px;
	margin-bottom: 40px;
}

.column1,.column2,.left-content,.right-content {
    width: 401px;
}

.column2 ul {
    padding-left: 9px;
}


.left-content li,.right-content li,.column1 li,.column2 li{
    width: unset;
}

.potential-text2 {
    display: flex;
    gap: 11px;
    margin-bottom: 35px;
}

p.text2, p.text3 {
    margin-bottom: 20px;
}

.text4 a {
    color: #1B66F5;
    font-weight: 800;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
.text4 a:hover,.text4 a:focus{
	color: #193965;
}

.faq-accordion-container.active .faq-accordion-content {
    display: block;
}

.faq-accordion-content {
    display: none;
}

.faq-accordion-content {
    padding-top: 24px;
    /*padding-bottom:24px;*/
}



.faq-banner-heading.mobile-device {
    display: none;
}

.faq-banner-content-mobile {
    display: none;
}
p.mb-20{
	margin-bottom: 20px;
 }

.faq-accordion-head img#blueminubtn {
    display: none !important;
}
.faq-accordion-head.active img#blue-plus-btn {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/desktop/blue-minus-icon.svg);
    transform: rotate(0deg);
}

@media screen and (max-width: 991px) {

.heading-gap {
    display: none;
}

.faq-banner-img {
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/mobile/dogpark_sclc_faq_hero_m.webp);
    height: 262px;
    position: relative;
    background-size: cover;
}

.faq-banner-content.desktop-device {
    display: none;
}

.faq-banner-heading.mobile-device {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-banner-heading.mobile-device h2 {
    font-family: "Filson Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 16px 10px;
    position: absolute;
    bottom: 0;
    display: none;
}

.faq-banner-content-mobile {
    display: block;
    background-color: #193965;
    padding: 32px 15px;
}

.faq-banner-content-mobile p {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 425;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.faq-banner-content-mobile p:last-child{
    padding-bottom: 0px;
}

.accordion-dropdown {
    max-width: unset;
    padding: 64px 15px;
}

.faq-accordion-content p {
    /* max-width: 634px; */
    width: 90%;
}

.faq-accordion-head p {
    float: left;
    font-size: 22px;
    line-height: 28px;
    padding-right: 12px;
}

.faq-accordion-head img {
    width: 24px;
    height: 24px;
}

.faq-accordion-head img {
    float: right;
}

.faq-accordion-head {
    /*display: inline;*/
    display:flex;
    align-items: center;
}

.faq-accordion-content li {
    width: 90%;
}

p.txt1 {
    width: 90% !important;
}

.learn-more {
    width: 98%;
}

.learn-more-btn p {
    width: unset !important;
}
}

@media screen and (max-width: 768px) {

.potential-text1 {
    display: block;
}

.column1, .column2, .left-content, .right-content {
    width: 90%;
}

.column2 ul {
    padding-left: 30px;
}

.potential-text2 {
    display: block;
}

.faq-accordion-content ul {
    margin: 0;
}

}


@media screen and (min-width: 992px) {

	.faq-accordion-head p{
		padding: 24px;
    }
        .faq-accordion-head img{
			    margin: 24px;
            }
	.faq-accordion-container{
		padding: 0;
    }     
	.faq-accordion-content{
		padding: 0 24px 24px;
    }

}




@media only screen and (min-width: 992px) and (max-width:1199px) {

	.faq-banner-img{
		background-size: 100% 100%;
    }
}








