#tab-content {
    position: relative;
}
.seo-questions__container {
    position: absolute;
    top: 15px;
    right: -250px;
}
.seo-questions__wrapper {
    background: url(../img/questions-bg.jpg) repeat;
    min-height: 300px;
    min-width: 240px;
    max-width: 830px;
}
.seo-questions__link {
    color: #fff7cc;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.75px;
    padding: 0 30px 37px 30px;
    display: block;
}
.seo-questions__head {
    width: 165px;
    height: 50px;
    background: url(../img/questions-head.png) center center no-repeat;
    margin: 0 auto;
    padding: 36px 0;
}
