.immagine-float {
    margin-left: 10px;
    margin-top: 5px;
}
.caption-float {
    font-weight: 800;
}
body .brxe-text * + p,
body .brxe-post-content:not([data-source="bricks"]) * + p,
body .oxy-rich-text * + p,
body .oxy-stock-content-styles * + p,
body [class*="woocommerce"] * + p,
body .form--light * + p,
body .form--dark * + p {
    margin-top:0.2rem;
}

.secdiv-float {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}

.div-float {
    display: flex;
    justify-content: space-between;
    align-items:stretch;
}

.par-float {
    max-width: 70%;
}

@media screen and (max-width:599px)
{
  .par-float {
    max-width: 100%;
}  
.div-float {
    width:100%!important;
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.immagine-float {
    margin-top:10px;
}
}