.details {
    max-width: 550px;
    font-size: 1.3rem !important;
    font-family: sans-serif;
    padding: 0 2% !important;
    line-height: 140%;
    left: 0;
    right: 0;
    margin: auto;
}

/* Colorbox User Style: */
#colorbox {
    border-radius: 12px;
    box-shadow: 0 0 5px 5px #ddd !important;
}


@media (max-device-width:768px) {
    .details {
        font-size: 1rem !important;
             }

}



