.material-box {    display: flex;    margin: 0 35px;    padding: 20px 0;}.material-box.borders {    border-bottom: 1px solid #dadada;}.material-content {    width: 70%;    display: flex;    padding-left: 5px;    flex-direction: column;}.material-fields {    /*display: flex;*/    /*flex-wrap: wrap;*/}.material-field-name, .material-field-value {    display: inline;    font-weight: bold;    font-size: 14px;}.material-field-name {    margin-right: 10px;}.material-field-value {    color: #cbdc2c;}.material-pic {    width: 30%;    display: flex;    justify-content: flex-end;}.material-img {    height: fit-content;}.material-table-link {    color: #585668;    font-weight: bold;    font-size: 14px;    text-decoration: none;    transition: all .3s ease;}.material-table-link:hover, .material-table-link:focus {    text-decoration: none;    outline: none;    opacity: .7;}.material-table-content {    height: 0;    overflow: hidden;    transition: all .5s ease;}.material-table-content, .material-table-content p {    margin: 0;    font-size: 13px;}.material-table-content.active {    height: 100%;}@media screen and (max-width: 550px) {    .material-box {        padding: 20px 10px;        flex-direction: column-reverse;        margin: 0;    }    .material-content, .material-pic {        width: 100%;        justify-content: center;    }    .material-img {        max-height: 220px;        width: auto;    }    .material-content {        margin-top: 15px;    }}.std-form-wrap input[type="checkbox"] {    opacity: 1 !important;    display: inline-block;}.std-field-wrap .std-email {    height: 100% !important;}