* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "open-sans", sans-serif;
}

.igg4-home #banner-container {
    padding-inline: 0;
}

/* .igg4-home #banner-container img{
    width: 100%;
} */

.igg4-home #banner-container .banner-container {
    overflow: hidden;
    height: 500px;
    width: 100%;
    /* position: absolute; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    left: 0;
    top: 0;
    background-image: url(/-/media/Themes/Horizon/Igg4related/Igg4related/Images/Content/Dekstop/Banner/banner-home.png);
}

.igg4-home #banner-container img{
    width: 100%;
}

.igg4-home #banner-container .text-over-img {
    position: relative;
    bottom: 24px;
}

.igg4-home #banner-container .s-heading-text {
    max-width: 965px;
    margin: auto;
    color: #1C1A00;
    text-align: center;
    font-family: 'Rubik Dirt', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.igg4-home #banner-container .s-heading-text p{
    font-family: 'Rubik Dirt', sans-serif;
}

.igg4-home #banner-container p {
    margin-bottom: 0;
}

.igg4-home #banner-container {
    margin-bottom: 60px;
}

.igg4-home #text-container,
.igg4-home #cards-container {
    max-width: 1208px;
    padding-inline: 20px;
}

.igg4-home .igg4-heading-text {
    color: #1C1A00;
    font-family: "open-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-inline: 55px;
    margin-bottom: 60px;
}

.igg4-home #text-container .igg4-heading-text sup{
    font-size: 65%;
    top: -8px;
}

.igg4-home #cards-container>.component-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
}

.igg4-home #cards-container .promo {
    width: 33.33%;
    max-width: 376px;
    text-align: center;
    background: #F8F6F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 376px;
    display: flex;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.igg4-home #cards-container .promo img {
    mix-blend-mode: multiply;
}

.igg4-home #cards-container .promo .component-content {
    padding: 67px 0 68px;
}

.igg4-home #cards-container .promo .promo-title {
    color: #424038;
    font-family: "open-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 15px auto;
}

.igg4-home #cards-container .promo .promo-description {
    color: #1C1A00;
    font-family: "open-sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    max-width: 269px;
}

.igg4-home #cards-container .promo .field-promolink{
    border-radius: 25px;
    /* background: #BF4D18;
    padding: 16px 31px;
    max-width: 230px; */
    margin: auto;
}


.igg4-home #cards-container .promo a {
    text-decoration: none;
    border-radius: 25px;
    background: #BF4D18;
    padding: 15px 30px;
    color: #FFF;
    font-family: "open-sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    max-width: 230px;
    height: 47px;
}

.igg4-home #cards-container .promo a::after{
    content: " ";
    border: 2px solid #fff;
    transform: rotate(314deg);
    display: inline-block;
    height: 10px;
    position: relative;
    left: 8px;
    top: 0px;
    z-index: 1;
    font-size: 2px;
    width: 10px;
    padding: 3px;
    border-width: 0 2.5px 2.5px 0;
}

/* .igg4-home #cards-container .promo .field-promolink {
    margin-top: 26px;
} */

.igg4-home #text-ref-container {
    max-width: 1236px;
    padding-inline: 20px;
    margin: auto;
    margin-bottom: 60px;
}

.igg4-home #text-ref-container>.component-content .footnote {
    /* padding-inline: 55px; */
    color: #1C1A00;
    font-family: "open-sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 1098px;
    padding-inline: 20px;
    margin-inline: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.igg4-home #text-ref-container li{
background-color: transparent;
color:  #1C1A00;
font-family: "open-sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 23px;
}

.igg4-home #text-ref-container li p{
    color:  #1C1A00;
font-family: "open-sans";
font-size: 12px;
font-weight: 400;
line-height: 20px;
}

.igg4-home #text-ref-container .accordion .toggle-header{
    padding: 0;
}

.igg4-home #text-ref-container .col-12{
padding: 0;
}

.igg4-home #text-ref-container .accordion .toggle-content{
    padding: 0;
}


.igg4-home #cards-container .promo a:hover{
    background-color: #8a3812;
}

@media (min-width: 769px) and (max-width: 1025px) {
    .igg4-home #banner-container img{
        width: 100%;
    }
    .igg4-home #banner-container .text-over-img{
        bottom: 0;
    }
    .igg4-home #banner-container .s-heading-text{
        font-size: 40px;
    }
}






/* CSS for About Igg4 RD */

#banner-section{
    max-width: 100%;
    margin: 0 auto;
    padding-inline: 0;
    background-image: url(/-/media/Themes/Horizon/Igg4related/Igg4related/Images/Content/Common/symptom-and-flares/Hero-placeholder);
    background-size: 100% 100%;
}

#banner-section h6{
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; 
margin-bottom: 15px;
font-family: "open-sans", sans-serif;
    color: #1C1A00;
    font-weight: 600;
}

#banner-section .s-sub-heading{
font-family: "Rubik Dirt";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 35px;
margin-bottom: 15px;
    color: #1C1A00;
    max-width: 920px;
}

#banner-section .s-sub-description{
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
font-family: "open-sans", sans-serif;
    color: #1C1A00;
    margin-bottom: 0;
    max-width: 873px;
}

#banner-section .column-splitter{
    padding: 30px 190px 30px 75px;
    margin: auto;
    max-width: 1440px;
    column-gap: 40px;
    flex-wrap: nowrap;
}

#banner-section .column-splitter .col-6:first-child{
max-width: 80.7%;
flex: 0 0 auto;
padding-inline: 0;
}

#banner-section .column-splitter .col-6:first-child .plain-html{
    padding-inline: 0;
}

#banner-section .column-splitter .col-6:nth-child(2){
    max-width: 19.3%;
flex: 0 0 auto;
margin-top: 20px;
padding-inline: 0;
}

#banner-section .column-splitter .col-6:nth-child(2) .file-type-icon-media-link{
    padding-inline: 0;
}

#banner-section>.component-content {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /* position: absolute; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    min-height: 320px;
}

#about-igg4-rd #promo-text-section{
    margin: auto;
    margin-top: 60px;
    padding-inline: 0;
    max-width: 1111px;
    padding-inline: 40px;
}

#about-igg4-rd #promo-text-section h2{
    color: #424038;
font-family: "open-sans", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px;
margin-bottom: 30px;
}

#about-igg4-rd #promos-section{
    max-width: 1112px;
    margin: auto;
    padding-inline: 15.5px;
}

#about-igg4-rd #promos-section>.component-content{
    display: flex;
    column-gap: 15px;
}

#about-igg4-rd #promos-section .promo .component-content{
    column-gap: 10px;
}

@media (min-width:992px){
    #about-igg4-rd #promos-section .promo:nth-child(1){
        max-width: 343px;
        width: 100%;
    }
    
    #about-igg4-rd #promos-section .promo:nth-child(2){
    max-width: 237px;
    width: 100%;
    }
    
    #about-igg4-rd #promos-section .promo:nth-child(3){
    max-width: 421px;
    width: 100%;
    }
    
    #about-igg4-rd #promos-section .promo .component-content{
        display: flex;
        column-gap: 15px;
    }
    #about-igg4-rd #promos-section>.component-content{
        display: flex;
        column-gap: 40px;
    }
}


#about-igg4-rd #promos-section .promo .promo-description{
    color: #1C1A00;
font-family: "open-sans", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
margin-top: 5px;
}

#about-igg4-rd #inc-awareness-section{
max-width: 1048px;
margin: 0 auto;
box-shadow: 20px 20px 0 0 #003262 inset;
    margin-top: 88px;
    padding: 20px 0 0 20px;
}
#about-igg4-rd #inc-awareness-section::before{
    content: "";
    display: inline-block;
    height: 22px;
    width: 60%;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
}

#about-igg4-rd #inc-awareness-section::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

#about-igg4-rd #inc-awareness-section .column-splitter{
    margin-inline:0 ;
}

#about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(1){
    padding-inline:0 51px ;
}

#about-igg4-rd #inc-awareness-section .col-6:nth-child(1) h2{
    color: #494833;
font-family: "open-sans", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; 
margin: 59px 0 0 39px;
}

#about-igg4-rd #inc-awareness-section .col-6:nth-child(2) .portrait-title{
    color:  #1C1A00;
    font-family: "open-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    margin-top: 34px;
    margin-bottom: 22px;
}

#about-igg4-rd #inc-awareness-section>.component-content {
    background-color:  #F2EDE5;
    max-width: 1028px;
    margin: 0 auto;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

#about-igg4-rd #inc-awareness-section .portrait-ul, #about-igg4-rd #b-cell-section .portrait-ul{
 color: #1C1A00;
font-family: "open-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
}

#about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(2){
    padding-inline: 0 15px;
}

#about-igg4-rd #inc-awareness-section .portrait-ul{
    margin-left: 20px;
    margin-bottom: 26px;
    /* padding-right: 46px; */
}

#about-igg4-rd #b-cell-section h2{
    color: #494833;
font-family: "open-sans", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px;
margin: 22px auto 19px 54px;
}

#about-igg4-rd #inc-awareness-section .portrait-wrapper{
max-width: 456px;
}

/* #about-igg4-rd #b-cell-section{
    box-shadow: -20px -20px 0 0 #003262 inset;
    max-width: 1048px;
    margin: auto;
} */


/* #about-igg4-rd #b-cell-section>.component-content{
    max-width: 1038px;
    margin: auto;
    background: #F2EDE5;
    } */

/* #about-igg4-rd #b-cell-section::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 60%;
    background-color: #fff;
    position: absolute;
    left: -1px;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
    transform: rotate(180deg);
} */


/* #about-igg4-rd #b-cell-section::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
} */

#about-igg4-rd #b-cell-section .column-splitter{
    margin: 0;
}

#about-igg4-rd #b-cell-section{
    box-shadow: -26px -30px 0 0 #003262 inset;
    background-color: #f2ede5;
    max-width: 1038px;
    padding-inline: 0;
    padding-bottom: 15px;
    margin-top: 60px;
}

#about-igg4-rd #b-cell-section::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 60%;
    background-color: #fff;
    position: absolute;
    left: -1px;           
    bottom: -1px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
    transform: rotate(180deg);
}

#about-igg4-rd #b-cell-section::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
}

#about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(1){
    padding-inline: 0;
}

#about-igg4-rd  #b-cell-section .portrait-ul{
    max-width: 430px;
    margin: 11px 30px;    
}

#about-text-link-section .footnote{
    color: #1C1A00;
    font-family: "open-sans", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

#symptom-and-flares #refrence-symptom-and-flares.container,
#reference-section-about{
    max-width: 1196px !important;
    margin: auto;
    padding-inline:20px;
    margin-block:40px ;
}

#reference-section-about .accordion .items > .item{
    background-color: transparent;
}
#refrence-symptom-and-flares .component.content.col-12,
#refrence-symptom-and-flares .toggle-header, 
#reference-section-about .toggle-header,  
#reference-section-about .component.content.col-12{
    padding: 0;
}
#refrence-symptom-and-flares .accordion .toggle-content,
#reference-section-about .accordion .toggle-content{
    padding-inline:0 !important;
    padding-bottom: 0 !important;
}
#refrence-symptom-and-flares .accordion .toggle-content p,
#reference-section-about .accordion .toggle-content p{
    margin-bottom: 0 !important;
}
#reference-section-about .accordion .field-heading{
    color: #1C1A00;
    font-family: "open-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 23px; 
}

#reference-section-about p{
    color: #1C1A00;
font-family: "open-sans", sans-serif;
font-size: 12px;
font-style: normal;
line-height: 20px; 
}

#about-text-link-section{
    max-width: 100%;
    padding-inline: 0;
}

#about-text-link-section .plain-html{
    max-width: 1134px;
    margin: 88px auto 60px auto;
}

#about-text-link-section .link, #about-text-link-section .link div{
    height: 58px;
}

#about-text-link-section .link a{
    color:#FFF;
font-family: "open-sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 23px; 
border-radius: 60px 0px 0px 60px;
background:  #BF4D18;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
padding: 18px 28px 18px 28px;
float: right;
position: relative;
}
#about-text-link-section .link a:hover,
#patient-impact .two-col-blocks .component.link .field-link a:hover,
#resources-and-support #CTA-1 .quantum-button.quantum-cta__action:hover, 
#resources-and-support #CTA-2 .quantum-button.quantum-cta__action:hover
{
    background-color: #8a3812;
    color: #fff;
    text-decoration: none;
}
button:focus{
    outline: 0px;
}

#symptom-and-flares #symptom-and-flares-text-link-section .link a::after,
#about-text-link-section .link a::after {
    content: " ";
    border: 2px solid #fff;
    transform: rotate(314deg);
    display: inline-block;
    height: 12px;
    position: relative;
    left: 8px;
    top: 0px;
    z-index: 1;
    font-size: 2px;
    width: 12px;
    padding: 3px;
    border-width: 0 2.5px 2.5px 0;
}
#about-igg4-rd #banner-section h6{
    text-transform:none;
}

sup{
    font-size:60%;
    font-family: inherit;
}
#about-igg4-rd{    
    font-family: "open-sans", sans-serif;
}
/* Banner */
#banner-section .column-splitter{
    padding: 30px 16px;
    column-gap: 20px;
}

#banner-section .column-splitter .col-6:first-child,
#banner-section .column-splitter .col-6:nth-child(2) {
    max-width: 100%;
}

#banner-section .column-splitter .col-6:nth-child(2){
    display: none;
}

@media (max-width: 768px) {
    .igg4-home #cards-container{
        padding: 0;
    }
    #reference-section-about {
        margin-top: 30px;
    }
    .igg4-home #banner-container img{
        min-height: 284px;
        max-height: 350px;
    }
    .igg4-home #banner-container .s-heading-text{
        font-size: 30px;
        line-height: 35px;
    }
    .igg4-home .igg4-heading-text{
        font-size: 16px;
        line-height: 25px;
    }
    .igg4-home #cards-container .promo{
        width: 100%;
    }
    .igg4-home .igg4-heading-text{
        padding-inline: 0px;
    }
    .igg4-home #banner-container, .igg4-home .igg4-heading-text, .igg4-home #text-ref-container{
        margin-bottom: 30px;
    }
    .igg4-home #text-ref-container>.component-content .footnote{
        margin: 30px auto;
    }
    .igg4-home #text-ref-container>.component-content .footnote{
        padding-inline: 0;
    }

    .igg4-home #banner-container .banner-container{
        background-image: url("/-/media/Themes/Horizon/Igg4related/Igg4related/Images/Content/Dekstop/Banner/igg4-home-banner-mb");
        background-size: auto;
        height: 284px;
    }
    .igg4-home #banner-container .text-over-img{
        bottom: 20px;
    }
}
@media (min-width:768px){
    #banner-section .column-splitter .col-6:first-child {
        max-width: 70%;
    }
    #banner-section .column-splitter .col-6:nth-child(2) {
        max-width: 30%;
    }
    #banner-section .column-splitter .col-6:nth-child(2){
        display: block;
    }
    #banner-section .s-sub-heading{
        font-size: 42px;
        line-height: 45px;
    }
    #banner-section .s-sub-description{        
        font-size: 24px;
        line-height: 32px; 
    }
}
@media(min-width:1200px){
    #banner-section .column-splitter{
        padding: 35px 190px 35px 75px;        
        column-gap: 40px;
    } 
    #banner-section .column-splitter .col-6:first-child {
        max-width: 80.7%;
    }
    #banner-section .column-splitter .col-6:nth-child(2) {
        max-width: 19.3%;
    }
}

/* promo-text-section */
#about-igg4-rd #promos-section,
#about-igg4-rd #promo-text-section{
 text-align: center;
}

#about-igg4-rd #promo-text-section{
    margin-top: 40px;
}

#about-igg4-rd #promos-section>.component-content,
#about-igg4-rd #promos-section .promo .component-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width:768px){
    #about-igg4-rd #promos-section,
    #about-igg4-rd #promo-text-section{
        text-align: left;
    }
    #about-igg4-rd #promo-text-section{
        margin-top: 60px;
    }
    #about-igg4-rd #promos-section>.component-content,
    #about-igg4-rd #promos-section .promo .component-content{
        flex-direction: row;
    }    
    #about-igg4-rd #promo-text-section h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 42px;
    }
    #about-igg4-rd #promos-section .component.promo {
        flex: 1 0 30%;
    }
}


/* inc-awareness-section */
#about-igg4-rd #inc-awareness-section{
    margin-top:24px;
    box-shadow: 14px 14px 0 0 #003262 inset;
    padding: 14px 0 0 14px;
    margin-inline:auto;
    width: 91%;
}
#about-igg4-rd #inc-awareness-section::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 60%;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
}
#about-igg4-rd #inc-awareness-section::after {
    width: 15px;
    height: 20%;
}
#about-igg4-rd #inc-awareness-section .column-splitter {
    flex-direction: column;
    padding-inline: 12px;
}
#about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(1),
#about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(2){
    max-width: 100%;
}

#about-igg4-rd #inc-awareness-section .col-6:nth-child(1) h2 {
    color: #494833;
    font-family: "open-sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin: 27px 0 0;
}
#about-igg4-rd #inc-awareness-section .col-6:nth-child(2) .portrait-title {
    font-family: "open-sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-block: 20px;
}

#about-igg4-rd #inc-awareness-section .portrait-ul li{
    font-family: "open-sans", sans-serif;
}
@media (min-width:768px){
    #about-igg4-rd #inc-awareness-section{
        margin-top:88px;
        box-shadow: 20px 20px 0 0 #003262 inset;
        padding: 20px 0 0 20px;
        width: 96%;
        margin-inline: auto;
    }
    #about-igg4-rd #inc-awareness-section::before {
        height: 22px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
    }
    #about-igg4-rd #inc-awareness-section::after {
        width: 21px;
        height: 40%;
    }
    #about-igg4-rd #inc-awareness-section .column-splitter {
        flex-direction: row;
        padding-inline: 0;
        /* column-gap: 3%; */
        flex-wrap: nowrap;
    }
    #about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(1),
    #about-igg4-rd #inc-awareness-section .column-splitter .col-6:nth-child(2){
        /* max-width: 45%; */
        max-width: 50%;
    }
    #about-igg4-rd #inc-awareness-section .col-6:nth-child(1) h2 {
        color: #494833;
        font-size: 30px;
        line-height: 36px;
        margin: 59px 0 0 39px;
    }
    #about-igg4-rd #inc-awareness-section .col-6:nth-child(2) .portrait-title {
        font-size: 24px;
        line-height: 26px;
        margin-block: 34px 22px;
    }
}

@media (min-width:1200px){
    #about-igg4-rd #inc-awareness-section,
    #about-igg4-rd #b-cell-section{
        width: 100%;
    }

}
/* b-cell-section */
#about-igg4-rd #b-cell-section {
    margin-top: 40px;
    margin-inline: 16px;
    box-shadow: -14px -14px 0 0 #003262 inset;
    width: 90%;
}
#about-igg4-rd #b-cell-section>.component-content{
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    background-color: #f2ede5;
    margin-right: 15px;
    padding-bottom: 0;
}
#about-igg4-rd #b-cell-section::before {   
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
    height: 15px;
}
#about-igg4-rd #b-cell-section::after {
    width: 14px;
    height: 0px;
}
#about-igg4-rd #b-cell-section .column-splitter{
    flex-direction: column;
}
#about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(1),
#about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(2){
    max-width: 100%;
}
#about-igg4-rd #b-cell-section h2{
    font-size: 24px;
    line-height: 30px;
    margin: 22px 25px 19px 25px;
}
/*carouseltransitionstart*/
#testing-and-management  #talking-carousel .carousel-inner .wrapper {
    overflow: hidden !important;
    width: 100%; /* Make the width responsive */
}

#testing-and-management  #talking-carousel .carousel-inner .wrapper .slides {
    display: block !important;
    width: 100%; /* This will be set dynamically by jQuery */
    position: relative;
    transition: left 0.5s ease;
    left: 0px;
}

#testing-and-management #talking-carousel .carousel-inner ul.slides li.slide {
    display: block !important;
    width: 100%; /* This will be set dynamically by jQuery */
    float: left;
}
/*carouselend*/


@media (min-width: 768px){
    #about-igg4-rd #b-cell-section {
        margin-top: 60px;
        box-shadow: -26px -30px 0 0 #003262 inset;
        width: 96%;
        margin-inline: auto;
    }
    #about-igg4-rd #b-cell-section>.component-content{
        margin-right: 27px;
    }
    #about-igg4-rd #b-cell-section{
        padding-bottom: 30px;
    }
    #about-igg4-rd #b-cell-section::before {   
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
        height: 32px; 
    }
    #about-igg4-rd #b-cell-section::after {
        width: 28px;
        height: 11px;
    }
    #about-igg4-rd #b-cell-section .column-splitter{
        flex-direction: row;
    }
    #about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(1) {
        padding-inline: 0 51px;
    }
    #about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(1),
    #about-igg4-rd #b-cell-section .column-splitter .col-6:nth-child(2){
        max-width: 50%;
    }
    #about-igg4-rd #b-cell-section h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 22px auto 15px 54px;
    }
    #about-igg4-rd  #b-cell-section .portrait-ul {
        margin: 41px 48px 79px 28px;
    }
}

#about-text-link-section .footnote{
    padding-inline: 30px;
}
#about-text-link-section .plain-html{
    margin-block: 40px;
}

@media (min-width:768px){    
    #about-text-link-section .footnote{
        padding-inline: 30px;
    }
    #about-text-link-section .plain-html{
        margin: 88px auto 60px auto;
    }
}

/* #reference section */

@media (min-width: 768px){
    #symptom-and-flares #refrence-symptom-and-flares.container,
    #reference-section-about{
        margin-block:60px !important;
    }
    #symptom-and-flares #refrence-symptom-and-flares.container{
        padding-inline: 0 !important;
    }
}