.p-4 {
    padding: 1.5rem !important;
}
section.product-section.py-5 {
    padding: 50px 0;
    border-radius: 16px;
    box-shadow: 0 20px 35px 0 rgba(15, 14, 26, .05);
    background: #fbfbfb;
}
h3.font-weight-bold {
    font-size: 28px;
}
a.extra-product {
    height: 290px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #222;
}
a.extra-product {
    height: 290px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #222;
}
.product-box img {
    margin: 30px;
}
.row .col-lg-4:nth-child(2) .product-box img {
    margin: 50px;
}
.row .col-lg-4:nth-child(1) .product-box img {
    margin: 30px;
}
.row .col-lg-4:nth-child(1) .product-box img {
    width: 43% !important;
}
.row .col-lg-4:nth-child(3) .product-box img {
    width: 43% !important;
}
b.product-title {
    font-size: 18px;
    display: block;
    position: relative;
    text-align: center;
    color: #002d6a;
    margin-top: 15px;
}
h2.font-weight-bold {
    font-size: 28px;
}
