body.widget-snippet section.about-us-content {
    max-width: 1200px;
    margin: 30px auto;
}

body.widget-snippet .about-us-content{
        padding: 40px;
    }
    .widget-snippet .about-us-content h4 {
        margin-top: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }
.widget-snippet .content-about-khipu {
        margin-left: 20px;
} 
.widget-snippet .content-about-khipu p, .widget-snippet .top-text p {
       font-size:18px;
       line-height:30px;
}
.widget-snippet .top-text {
    margin-bottom: 30px;
}
.widget-snippet  .about-us-picture{
        position: relative;
        overflow: hidden;
        margin: 8px 0;
    }
.widget-snippet .about-us-picture  img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
.widget-snippet  .about-us-picture:hover  img {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.05);
    }
