.promotion-title {
    color: darkblue;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#testimonials {
    text-align: justify;
}

.promotion-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.product-body h3 {
    font-weight: bold;
    color: black;
    font-size: 30px;
    text-transform: capitalize;
}

.product-body div span {
    font-weight: bold;
    font-size: 25px;
}

.product-body div s {
    color: red;
    font-size: 18px;
    margin-left: 7px;
}

.product-body div span.percent {
    color: red;
    font-size: 18px;
    margin-left: 7px;
}

.promotion-body div span.text-success {
    font-size: 15px;
    padding: 5px 0;
}

.promotion-body a {
    padding: 10px 30px;
    font-size: 12px;
    background-color: #0b7dfd;
    text-transform: capitalize;
}

.product-body {
    width: 65%;
}

.product-image {
    width: 30%;
}

.product-image img {
    border-radius: 5px;
}

@media (max-width: 640px) {
    .promotion-title {
        color: darkblue;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 25px;
    }

    .product-body h3 {
        font-weight: bold;
        color: black;
        font-size: 20px;
        text-transform: capitalize;
    }

    .product-body div span {
        font-weight: bold;
        font-size: 17px;
    }

    .product-body div s {
        color: red;
        font-size: 15px;
        margin-left: 7px;
    }

    .product-body div span.percent {
        color: red;
        font-size: 14px;
        margin-left: 7px;
    }

    .promotion-body div span.text-success {
        font-size: 15px;
        padding: 5px 0;
    }

    .promotion-body a {
        padding: 10px 30px;
        font-size: 12px;
        background-color: #0b7dfd;
        text-transform: capitalize;
    }

    .product-body {
        width: 100%;
    }

    .product-image {
        width: 100%;
    }
}
