@charset "UTF-8";

div.minimally p{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.minimally div.minimally_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

div.minimally div.text{
    width: 50%;
}

div.minimally div.img{
    width: 50%;
}

div.minimally div.img img{
    width: 100%;
}

div.minimally h4{
    background:  linear-gradient(#ffffff, #80bde3);
    box-shadow: 2px 2px 4px;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 40px 0px;
}

div.minimally h5{
    background:  linear-gradient(#ffffff, #cae7f8);
       box-shadow: 2px 2px 4px;
    border-radius: 10px;
    padding: 7px 5px;
    margin: 30px px;
}

div.minimally .width_img{
    width: 60%;
    margin: 0 auto;
}

div.minimally .width_img img{
    width: 100%;
}

@media screen and (max-width: 769px) {
    
    
    div.minimally div.minimally_row{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
    
    div.minimally div.text{
    width: 100%;
}

div.minimally div.img{
    width: 100%;
}
    
    }