 #tvsmart-section {
    background: #fff;
    padding-top:48px;
    padding-bottom:48px;
}

.stb-smart-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap-reverse;
}
.stb-smart-box .stb-smart-box-desc, 
.stb-smart-box .stb-smart-box-img  {
    width: 50%;
}

.stb-smart-box .stb-smart-box-img img {
    width: 100%;
    height: auto;
    max-width: 550px;
}
.stb-smart-box .stb-smart-box-desc h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
}

.stb-smart-box .stb-smart-box-desc p {
    line-height: 1.7;
    font-size: 16px;
}

.stb-smart-box .stb-smart-box-desc img {
    width: 260px;
    height: auto;
    margin-bottom: 32px;
}

.stb-smart-box .stb-smart-box-desc a.button-sprawdz {
    width: 170px;
    font-weight: 700;
    padding: 14px;
    background: #ffcd04;
    text-align: center;
    color: #000000;
    border-radius: 9px;
    display: block;
}

.stb-smart-box .stb-smart-box-desc a.button-sprawdz:hover, 
.stb-smart-box .stb-smart-box-desc a.button-sprawdz:focus {
    background-color: #f8b120;
}

@media (max-width: 839px) {
    #tvsmart-section {
        padding-left: 24px;
        padding-right: 24px;
    }
    .stb-smart-box .stb-smart-box-desc, 
    .stb-smart-box .stb-smart-box-img  {
        width: 100%;
    }
    .stb-smart-box .stb-smart-box-desc {
        text-align: center;
    }

    .stb-smart-box .stb-smart-box-desc a.button-sprawdz {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .stb-smart-box .stb-smart-box-img img {
        max-width: 450px;
    }
    .stb-smart-box .stb-smart-box-img {
        text-align: center;
    }
}

/* możliwości */
#tvsmart-mozliwosci {
    background: #f5f5f5;
    padding-top:48px;
    padding-bottom:48px;
}

.stb-smart-box-mozliwosci {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    align-items: stretch;
}

.stb-smart-box-mozliwosci > div {
    width: 32%;
}

.tvsmart-mozliwosci-element {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    height: 100%;
}

.tvsmart-mozliwosci-element img {
    width: 200px;
    height: auto;
}

.tvsmart-mozliwosci-element h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}

    .tvsmart-mozliwosci-element p {
    line-height: 1.7;
    text-align: left;
    }

    @media (max-width: 839px) {
    .stb-smart-box-mozliwosci > div {
        width: 100%;
        padding:16px 24px;
    }

    .stb-smart-box-mozliwosci > div:first-of-type {
        padding-top:0;
    }

    #tvsmart-mozliwosci {
    padding-top:32px;
    padding-bottom:32px;
    }

    .tvsmart-mozliwosci-element h3,
    .tvsmart-mozliwosci-element p {
        text-align: center;
    }

 }

 /* TV SMART GO */

#tvsmart-go { 
    background: #ffffff;
    padding-top:64px;
    padding-bottom:64px;
}

#tvsmart-go .tvsmart-go-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
#tvsmart-go .tvsmart-go-box .smart-go-box-desc {
    width: 51%;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-img  {
    width: 45%;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-img img {
    width: 100%;
    height: auto;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc p.opis-krotki {
    margin-top: 16px;
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.7;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc .tv-smart-go {
    height: 40px;
    width: auto;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc ul {
    line-height: 1.7;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc ul li {
    padding-bottom:16px;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

#tvsmart-go .tvsmart-go-box .smart-go-box-desc ul li {
    background: url('/theme/icon/chevron-right-circle_2.svg') top left no-repeat;
    padding-left: 36px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
    background-size: 18px 18px;
    background-position-y: 7px;
}


@media (max-width: 839px) {

    #tvsmart-go {
        padding-left: 24px;
        padding-right: 24px;
    }

    #tvsmart-go .tvsmart-go-box .smart-go-box-desc, 
    #tvsmart-go .tvsmart-go-box .smart-go-box-img   {
        width: 100%;
    }

    #tvsmart-go .tvsmart-go-box .smart-go-box-img img {
        max-width: 450px;
    }

    #tvsmart-go .tvsmart-go-box .smart-go-box-img, 
    #tvsmart-go .tvsmart-go-box .smart-go-box-desc {
        text-align: center;
    }

    #tvsmart-go .tvsmart-go-box .smart-go-box-desc ul {
        text-align: left;
    }

}