.promo-bs {
    position: relative;
    padding: 140px 0 120px;
    overflow: hidden;
}
.promo-bs__box {
    position: absolute;
    left: calc(50% - 468px);
    top: 142px;
    width: 168px;
    height: 232px;
    background: url("../png/boost-speed-2.png") 0 0 / 168px 232px no-repeat;
    z-index: 1;
}
.promo-bs__bg {
    position: absolute;
    left: calc(50% - 772px);
    top: 60px;
    width: 1596px;
    height: 365px;
    background: url("https://www.auslogics.com/includes/software/_promo-bs/img/bg.svg") 0 0 no-repeat;
    z-index: 4;
}
.promo-bs__wrapper {
    position: relative;
    margin: auto;
    width: 1000px;
    padding: 0 0 0 288px;
    z-index: 7;
}
.promo-bs__title {
    color: #1B222F;
    font: 800 36px/46px Inter, sans-serif;
}
.promo-bs__text {
    margin: 32px 0;
    font: 400 20px/32px Inter, sans-serif;
    color: #333333;
    letter-spacing: -0.031em;
}
.promo-bs__button {
    display: block;
    width: fit-content;
    padding: 16px 41px;
    background: #089BDB;
    font: 700 15px/24px Inter, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
