﻿.product-details-card {
    box-shadow: 0 0 45px rgba(0, 0, 0, .04);
    border-radius: 10px;
    padding: 50px;
}

.quote-form h2 {
    font-size: 24px;
    border-bottom: 2px solid #DFDFDF;
    padding-bottom: 15px;
    color: #1b4962;
}

.quote-form .btn-primary {
    background-color: #1b4962;
    border-color: #1b4962;
    font-size: 18px;
    padding: 10px;
    color: #fff;
}

.quote-form textarea {
    min-height: 100px;
    max-height: 120px;
}

.product-description h2 {
    font-size: 32px;
}

.product-description img {
    max-width: 60%;
    height: auto;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .product-details-card {
        padding: 15px;
    }

    .product-description {
        padding: 15px;
        font-size: calc(75%);
    }

    .quote-form {
        padding: 20px 15px;
    }

    .quote-form h2 {
        font-size: 20px;
    }

    .quote-form .btn-primary {
        font-size: 16px;
    }

    .product-description img {
        width: 100%;
    }
}
