    .detail-layout{
        max-width: 1000px;
        display: flex;
        justify-content: center;
        gap: 2%;
    }
    .detail-img{
        width: 38%;
    }
    .detail-img img{
        max-width: 100%;
    }
    .detail-spec{
        width: 45%;
        margin-right: 15%;
    }