@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* detail product css start */

.detail-product {
    flex-direction: column;
    font-family: 'poppins';
    margin-bottom: 3rem;
}

.detail-product-word {
    background-color: #2758A7;
    display: flex;
    justify-content: center;
}

.detail-product-word h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.body-product {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.product-banner {
    flex-direction: column;
    align-items: center;
}

.product-banner h3 {
    color: #2758A7;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.product-banner img {
    width: 750px;
}

.product-desc {
    width: 925px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.product-desc li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.call-us-product {
    display: flex;
    width: 170px;
    padding: 5px;
    background-color: #EB4526;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.call-us-product a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* detail product css end */

/* Responsive */

@media (max-width: 858px) {
    .product-banner img {
        max-width: 350px;
    }

    .product-desc {
        width: auto;
        text-align: justify;
        padding: 10px;
    }
}

/* Responsive End */
