/* Tablets 992px - 1365px */
@media (min-width: 992px) and (max-width: 1365px) {
body{
    font-size: 16px;
    line-height: 25px;
}
/* BANNER */
.box-banner{
    padding: 11% 0% 0 0rem;
}
span.p1 {
    padding-right: 57%;
    display: block;
}
span.p2 {
    padding-right: 60%;
    display: block;
}
h1.titlebanner {
    padding-right: 43%;
}
p.desc-banner{
    font-size: 14px;
    line-height: 25px;
    padding: 0.5rem 0;
}
/* BANNER */

/* Session Content Service 3 */
section#session-content-service3{
    padding: 5rem 0 5rem;
}
.row.dots-services {
    text-align: left;
}
.space-box-text {
    padding: 2rem 0rem 0rem 2rem!important;
}
/* Session Content Service 3 */
}