/*===== Blog Sidebar Widget Banner =====*/

.upstudy_banner-widget.upstudy_widget {
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 60px;
    background-color: var(--upstudy-primary-color);
    position: relative;
}
.upstudy-banner-widget_img {
    mask-repeat: no-repeat;
    mask-position: bottom center;
    mask-size: cover;
}
.upstudy-banner-widget_img-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.upstudy-shape-img {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 0;
}
.upstudy-banner-widget_text_sub {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2cf49;
    border-radius: 50%;
    top: 110px;
    left: 10px;
    z-index: 2;
    transform: rotate(-25deg);
    font-size: 16px;
    margin-bottom: 0;
}
.upstudy-banner-widget__link.upstudy-btn {
    background: var(--upstudy-color-secondary);
    border-color: var(--upstudy-color-secondary);
}
.upstudy-banner-widget__link.upstudy-btn:hover {
    background: var(--upstudy-color-white);
    color: var(--upstudy-color-secondary);
}
.upstudy-banner-widget_text {
    color: #fff;
    padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
    .upstudy-banner-widget_text {
        font-size: 28px;
    }
    .upstudy-banner-widget_text_sub {
        top: 90px;
        left: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .upstudy-banner-widget_text {
        font-size: 42px;
    }
}
@media only screen and (max-width: 575px) {
    .upstudy-banner-widget_text {
        font-size: 28px;
    }
}