.widget-snippet .scapel-content{
  width:100%
}
.widget-snippet .scapel-text {
    max-width: 923px;
    text-align: left;
    padding-bottom: 30px;
}
.widget-snippet .scapel-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0,0,0,0.8);
    margin-bottom: 30px;
    font-family: sans-serif;
}
.widget-snippet .scapel-text b {
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    font-family: sans-serif;
}
.widget-snippet .scapel-text h2 {
    font-size: 22px;
    color: rgba(0,0,0,0.8);
    margin: 28px 0 28px;
}
.widget-snippet .scapel-text a {
    text-decoration: underline;
    color: blue;
    font-size: 18px;
  
}

.widget-snippet .scapel-text a:hover {
    color: red;
    text-decoration: none;
  
}
body.widget-snippet .scapel-content {
    padding: 30px;
    margin-top: 29px;
}
 body.widget-snippet .scapel-text {
    padding: 30px;
}
