body { color: #000; }
h2 { font-weight: 500; }
h3 { font-weight: 500; }
.navbar { padding-top: 1rem; padding-bottom: 1rem; }
footer { border-top: none; }
span.nowrap { text-wrap: nowrap; }
.content ul { padding-left: 20px; }
#hero ul li::marker { color: #fcba2e; font-size: 22px; line-height: 1; }
#hero .content {background: rgba(255, 255, 255, .9);}
#hero .btn { position: relative; z-index: 1;}
.days-left-sentence { font-weight: 700; display: flex; align-items: center; flex-wrap: wrap; }
.days-left { min-width: 36px; height: 32px; font-size: 20px; font-weight: 500; margin: 0 8px; display: inline-flex; align-items: center; justify-content: center; text-align: center; border-radius: 8px; }
.days-left.red { background-color: #D92231; color: #fff; }
.days-left.yellow { background-color: #F7DD9F; color: #000; }
.days-expired { color: #D92231; display: flex; align-items: center; }
.days-expired::before { content: ""; display: inline-block; width: 24px; height: 24px; margin-right: 6px; mask: no-repeat center / contain; mask-image: url(/static/wz/images/pages/winzip-suite-info-3/icon-expire-black.svg); background-color: #D92231; }
@media (min-width: 768px) {
    #hero.info-3 { background-image: url(/static/wz/images/pages/winzip-suite-info-3/hero.png); background-position: left 0px top 0; background-size: contain; }
    .days-left-sentence { font-size: 20px; }
    .days-left { min-width: 44px; height: 40px; font-size: 24px; }
    .days-expired::before { width: 28px; height: 28px; }
}
@media (min-width: 1400px) {
    .content .title { margin-bottom: 16px;  }
    .content ul li { padding-top: 8px; font-size: 18px; }
}
@media (max-width: 767px){
	#hero.info-3 .hero-image { background-image: url(/static/wz/images/pages/winzip-suite-info-3/hero.png); }
}

#features { background-color: #fff; padding: 40px 0; }
#features .section-intro h2 { margin-bottom: 16px; }
#features .section-intro p { margin-bottom: 0; }
#features .sec-block { padding: 40px 0 0; }
.row.sec-block p:last-child { margin-bottom: 0; }
.img-bordered { border: 1px solid #CBCBCB; border-radius: 12px; }
.content-middle-icon-wrapper { display: none; }
#features span.new { font-size: 14px; margin-bottom: 4px !important; background-color: #F7DD9F; border-radius: 4px; }
#features h3 { margin-bottom: 12px; }
@media(min-width: 768px) {
    #features { padding: 80px 0 40px; }
    #features .section-intro { margin-bottom: 24px; }
    #features .sec-block { padding: 40px 0 40px; }
    .row.sec-block.align-items-center { position: relative; }
    .row.sec-block.align-items-center:before { content: ""; position: absolute; height: 100%; width: 2px; left: calc((var(--bs-gutter-x) / 2)  + 32px - 1px); background: #BAEAFF; }
    .row.sec-block.align-items-center:first-child:before { height: 50%; bottom:0; z-index: 0; }
    .row.sec-block.align-items-center:first-child .text-holder { position: relative; }
    .row.sec-block.align-items-center:first-child .text-holder::before { content: ""; position: absolute; width: 2px; top: 10px; bottom: 0; left: 31px; background: #BAEAFF; }
    .row.sec-block.align-items-center:last-child:before { height: 50%; top:0; }
    .row.sec-block.align-items-center:last-child .text-holder { position: relative; }
    .row.sec-block.align-items-center:last-child .text-holder::before { content: ""; position: absolute; width: 2px; top: 10px; bottom: 0; left: 31px; background: #fff; }
    .text-holder { display: flex; align-items: flex-start; }
    .content-middle-icon-wrapper { flex-shrink: 0; display: block; position: relative; width: 64px; background: #fff; border: 2px solid #8EC7F5; border-radius: 50%; padding: 5px; z-index: 3; margin-right: var(--bs-gutter-x);}
    img.content-middle-icon { padding: 5px; }
}
@media(min-width: 1200px) { 
    .row.sec-block.align-items-center { --bs-gutter-x: 28px; }
    .content-middle-icon-wrapper { margin-top: -16px; }
}

#last { background-color: #005699; color: #fff; padding: 40px 0; }
#last p:last-child { margin-bottom: 0; }
#last h3 { margin-bottom: 12px; }
.btn-custom { color: #000; background: #fff; border: 2px solid #fff; }
.btn-custom:hover,.btn-custom:active,.btn-custom:focus { color: #fff; background: transparent; border-color: #fff; }
@media (min-width: 992px) {
    #last { padding: 80px 0; }
}