
.content h2 {
    font-size: 28px;
}

.product-main {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    width: 93%;
}

.product-images {
    margin-top: 32px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.left, .right, .middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    justify-content: center;
}

.left {
    justify-content: center;
}

.button {
    padding: 24px 48px;
    background: linear-gradient(#7f7f7f, #191919);
    border-radius: 4px;
    color: white;
}

.text {
    margin-top: 32px;
}
.text h2{
    padding-bottom: 8px;
    font-size: 30px;
    font-family: "Crimson Text", serif;
    color: #231202;
}
.text p{
    line-height: 1.2;
    margin-top: 4px;
    color: #231202;
    font-weight: bold;
}

.specs {
    color: rgb(130, 98, 74);
    font-weight: normal;
}

.quote {
    margin-top: 32px;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    color: rgb(130, 98, 74);
}

.list ul {
    list-style: disc;
}

.list {
    margin: 40px;
    line-height: 1.2;
    font-size: 18px;
}

.instruction {
    text-align: center;
    margin-bottom: 48px;
}

.instruction a {
    color: inherit;
}

@media only screen and (max-width: 768px) {
    .product-images {
        flex-direction: column;
    }

    .middle, .right {
        width: 100%;
    }

    .right {
        margin-top: 20px;
    }

    img {
        width: 100%;
    }

}
