.content h2 {
    font-size: 34px;
}

.product-main {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 64px;
}

.product-main h3 {
    margin-top: 24px;
}

.product-main a {
    color: inherit;
}

.products {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 32px;
}

.product {
    display: flex;
    flex-direction: column;
    width: 48%;
    align-items: center;
    border: 2px solid gray;
}

.product h1 {
    padding: 8px 0;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid gray;
    color: #231202;
    font-family: "Crimson Text", serif;
    font-size: 30px;
}

.shipping {
    font-size: 12px;
}

.payment {
    display: flex;
    margin-top: 32px;
}
.payment form {
    margin-top: 4px;
    margin-left: 12px;
}


.img-container {
    width: 75%;
    height: 220px;
    margin-top: 32px;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product h2{
    //margin-top: 32px;
    color: #231202;
}

.product-text {
    margin-top: 40px;
    width: 85%;
    margin-bottom: 24px;
}

.product-text h2 {
    color: #231202;
    font-family: "Crimson Text", serif;
    font-size: 24px;
}

.product-text p {
    padding-left: 1px;
    padding-top: 4px;
    font-size: 14px;
}


.main-text {
    margin-top: 8px;
    font-size: 14px;
}

.main-text a {
    color: inherit;
}

@media only screen and (max-width: 768px) {
    .products {
        flex-direction: column;
    }

    .product {
        width: 100%;
    }

    #product-two {
        margin-top: 30px;
    }

    #image-one {
        height: auto;
    }

    .img-container {
        max-height: 220px;
    }

}
