.content-block-section {
    padding: 30px 0 40px
}
@media only screen and (min-width:768px) {
    .content-block-section {
        padding: 60px 0 80px
    }
}
.content-block-section+.content-block-section {
    padding-top: 0
}
.content-block-section__title {
    margin-bottom: 15px
}
@media only screen and (min-width:768px) {
    .content-block-section__title {
        margin-bottom: 20px
    }
}
.content-block-section__text h5 {
    font-weight: 700;
    line-height: 24px;
    margin: 0
}
@media only screen and (min-width:1920px) {
    .content-block-section__text h5 {
        font-size: 20px
    }
}
.content-block-section__text a {
    color: #ec6f23;
    font-weight: 700;
    font-size: 14px
}
@media only screen and (min-width:768px) {
    .content-block-section__text a {
        font-size: 16px
    }
}
.content-block-section__text a:hover {
    color: #d2216a
}
.content-block-section__text img {
    margin-top: 20px;
    margin-bottom: 20px
}
.content-block-section__button {
    margin-top: 15px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
@media only screen and (min-width:768px) {
    .content-block-section__button {
        margin-top: 30px
    }
}
#intern-program, #ionis-innovation-content-block, #working-at-ionis {
    padding-bottom: 0
}
@media only screen and (min-width:768px) {
    #post-doctoral {
        padding-bottom: 50px
    }
}
#working-at-ionis .content-block-section__title {
    line-height: 1
}
@media only screen and (min-width:768px) {
    #content-block-smaller-padding {
        padding-bottom: 40px
    }
}