.target_content {
    margin: 0px;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.details-content img {
    max-width: 100%;
}

/*.layout1 {*/
/*    display: flex;*/
/*    width: 1200px;*/
/*    justify-content: space-between;*/
/*}*/