/* */
.widget.app2 .fascia1 p {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #1c6c33;
}

/* */
.widget.app2 .fascia2 p {
    font-size: 22px;
    color: #1c6c33;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    /* margin-left: 40px;
     margin-right: 40px;*/
}

@media screen and (max-width: 1199px) {
    .widget.app2 .fascia2 p {
        font-size: 16px;
        line-height: 22px;
    }
}

.widget.app2 .fascia2 .block {
    position: relative;
}

.widget.app2 .fascia2 .ico {
    background-image: url('/assets/skuolapp/img/app2/icsep.png');
    background-position: top center;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0px;
}

.widget.app2 .fascia2 .col-clear {
    display: none;
    clear: left;
}

@media screen and (min-width: 992px) {
    .widget.app2 .fascia2 .col-3 {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .widget.app2 .fascia2 .col-2 {
        display: block;
    }
}

/* */
.widget.app2 .fascia3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.widget.app2 .fascia3 .bg {
    background-image: url('/assets/skuolapp/img/app2/demo.jpg');
    background-position: top right;
    background-size: cover;
    height: 500px;
}

.widget.app2 .fascia3 .block {
    background: #f38e34;
    padding: 20px;
    color: #ffffff;

}

.widget.app2 .fascia3 .block h2 {
    margin: 0;
    font-size: 34px;
    font-weight: normal;
}

.widget.app2 .fascia3 .block p {
    font-size: 22px;
}

@media screen and (min-width: 992px) {
    .widget.app2 .fascia3 .block {
        margin-left: -80px;
        margin-top: 140px;
    }
}

@media screen and (max-width: 991px) {
    .widget.app2 .fascia3 .block {
        margin-top: -300px;
    }
}