.prod-intro {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-intro .prod-text, .prod-intro .prod-img {
    width: 50%;
}

.prod-specs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.spec {
    width: 20%;
    margin: 0 20px;
}

.more-info {
    margin: 50px;
}