/* /content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/css/hes-dtc-patient-resources.css */


#patient-resources-hes #whole-content sup{
    line-height:0;
    font-size:60%;
}

#patient-resources-hes desktop-only{
    display:none;
}

#patient-resources-hes .cmp-title__text, #patient-resources-hes h1{
    margin:0;
}

#patient-resources-hes .cmp-text{
    padding:0;
    margin:0;
    font-family:unset;
}

#patient-resources-hes .nowrap{
    white-space:nowrap;
}

#patient-resources-hes .background-header{
    min-height: 102.55px;
    background-size: unset;
    background-repeat:no-repeat;
    margin: 0;
    background-color: #333F48;
    background-position:right;
}


#patient-resources-hes .content-center-sr{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    padding: 0 20px;
    max-width: 1180px;
    margin:0 auto;
}

#patient-resources-hes .content-center-sr h1{
    font-family: "filson-pro", sans-serif;
    font-weight:700;
    font-style:italic;
    font-size:25px;
    line-height:26px;
    max-width:100%;
    color:#fff;
}
#patient-resources-hes #whole-content{
    font-family: "filson-pro", sans-serif;
    color:#333F48;  
    padding:0 20px;
    max-width:1180px;
    margin:0 auto;
}


#patient-resources-hes #whole-content .sub-head{
    font-weight:700;
    text-align:center;
    font-size:23px;
    line-height:24px;
    padding-bottom:25.5px;
    padding-top:52.5px;
    max-width:94%;
    margin:0 auto;
}

#patient-resources-hes #box-container{
    padding:25px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:17px;
    box-shadow: 0px 0px 16px 0px #00000029;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 50px;

}

#patient-resources-hes #box-container a span{
    margin:0 auto;
    text-align:center;
    color: #FFFFFF;
    background-color: #B02576;
    border: 2px solid #B02576;
    font-size: 15px;
    font-weight: 700;
    line-height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 300px;
}

#patient-resources-hes #box-container .button a:hover{
    text-decoration:none;
}

#patient-resources-hes #box-container .button a:active{
    text-decoration:none;
}

#patient-resources-hes #box-container .button a:focus{
    text-decoration:none;
}

#patient-resources-hes #box-container h3{
    font-size:16px;
    line-height:20px;
    font-weight:700;
}

#patient-resources-hes #box-container p{
    font-size:15px;
    line-height:23px;
    font-weight:425;    
}

@media only screen and (min-width: 992px) {
#patient-resources-hes mobile-only{
    display:none;
}

#patient-resources-hes desktop-only{
    display:block;
}
    
    
#patient-resources-hes .background-header {
    min-height: 117px;
    background-size: unset;
    background-repeat:no-repeat;
    margin: 0;
    background-color: #333F48;
    background-position:right;
}  

#patient-resources-hes .content-center-sr h1{
    font-size:52px;
    line-height:61px;
}

#patient-resources-hes #whole-content .sub-head{
    font-weight:700;
    text-align:center;
    font-size:32px;
    line-height:38px;
    padding-bottom:54.5px;
    padding-top:66.5px;
    max-width:75%;
    margin:0 auto;
}

#patient-resources-hes #box-container{
    padding:25px 30px;
    gap:20px;
    max-width:540px;
    margin:0 auto;
    box-shadow: 0px 0px 16px 0px #00000029;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 50px;
}

#patient-resources-hes #box-container a span{
    font-size: 18px;
    line-height:41px;
    width: 480px;
}

#patient-resources-hes #box-container h3{
    font-size:23px;
    line-height:28px;
    font-weight:700;
    max-width:70%;
    margin:0 auto;
}

#patient-resources-hes #box-container p{
    font-size:17px;
    line-height:25px;
    padding: 10px 0;
}


}