.sidebar_pharma_focus_box {
    border: 2px solid #E11757;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 14px;
    background: linear-gradient(135deg, #1a0a12, #2d0d1a);
}

.sidebar_pharma_focus_box_tagline_text {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F5A623, #D92727);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar_pharma_focus_box_title {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}


.sidebar_pharma_focus_box_title span {
    background: linear-gradient(90deg, #F5A623, #D92727);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar_pharma_focus_box_sub_title {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Roboto Slab", serif;
    color: #FFFFFF;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 15px;
}

.sidebar_pharma_focus_box .lp-line {
    height: 2px;
    width: 100%;
    max-width: 250px;
    background: linear-gradient(90deg, #F5A623 0%, #E52B2B 100%);
    margin: 15px 0;
}

.sidebar_pharma_focus_box_presented_text {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Roboto Slab", serif;
    color: #FFFFFF;
    line-height: 1.2;
    font-size: 16px;
}

.sidebar_pharma_focus_box_presented_text span {
    background: linear-gradient(90deg, #F5A623, #D92727);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 20px;
}

.sidebar_pharma_focus_spotify_btn_section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.sidebar_pharma_focus_spotify_btn_section .btn_green {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 16px 20px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all ease 0.5s;
    font-weight: bold;
    color: #000;
    background-color: #edde3e;
    border: none;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.sidebar_pharma_focus_spotify_btn_section .btn_green:hover {
    background-color: #eb5e30;
    color: #000;
}

.sidebar_pharma_focus_about_podcast_btn_section {
    display: flex;
    flex-wrap: wrap;
}

.sidebar_pharma_focus_about_podcast_btn_section .btn_red_with_arrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50rem !important;
    border-width: 1px;
    border-style: solid;
    background-color: #E11757;
    border-color: #E11757;
    width: 100%;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.sidebar_pharma_focus_about_podcast_btn_section .btn_red_with_arrow:hover {
    color: #FFFFFF;
    background-color: #be134a;
    border-color: #b31245;
}