/* .Spece{
    height: auto;
    width: 500px;
    position: relative;
    right: 290px;
    bottom: 10px;
} */
/* .ImgTreatment{
    height:auto;
    width: 500px;
    position:absolute;
    top:280px;
    left:320px;

} */
 .InnerSection h4{
    margin-top:15px;
    margin-left:20px;
    position: absolute;
    left:430px;
 }

 figure{
    flex-basis: 0;
    width: 50%;
 }

 @media screen and (min-width: 769px), print {
    .column.is-3, .column.is-3-tablet {
        -webkit-box-flex: 0;
        width: 25%;
        flex: auto;
    }
}

.ImgTreatment{
    text-align: center;
    display:table-cell;
}