.wrapper {
    position: relative;
    width: 100%;
}

.padding-1 {
    padding: 100px 0px;
}

.product-bg {
    background: url(../images/product-slider-bg.jpg) no-repeat center center;
    background-size: cover;
}

.about-bg {
    background: url(../images/about-slider-bg.jpg) no-repeat center center;
    background-size: cover;
}

.home-bg {
    background: url(../images/footer-bg.jpg) no-repeat center center !important;
    background-size: cover;
}

.footer-bg {
    background: url(../images/footer-bg.jpg) no-repeat center center !important;
    background-size: cover;
}

.product-bg-1 {
    background: #FFF url(../images/product-slider-bg-2.jpg) no-repeat bottom center;
    background-size: 100%;
}

.product-bg-2 {
    background: #FFF url(../images/product-slider-bg-1.jpg) no-repeat bottom center;
    background-size: 100%;
}

.product-img {
    display: block;
}

.product-img img {
    display: block;
    width: 100% !important;
}

.content-card {
    display: block;
}

.content-card ul {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px;
}

.content-card ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}

.content-card h5 {
    font-weight: 700;
}

.about-card {
    display: block;
    padding: 30px;
    border-radius: 10px;
    background-color: #afcc3e;
    border: 2px solid #FFF;
}

.about-card h2 {
    font-size: 18px;
    font-weight: 900 !important;
}

.about-card h4 {
    font-size: 14px;
    font-weight: 500;
}

.about-card p {
    font-size: 14px;
    line-height: 22px !important;
}

.about-card ul {
    margin: 0px;
    padding: 0px;
}

.about-card ul li {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
}

.d-flex-card {
    display: flex;
    margin: 20px 0px 0px;
    text-align: center;
    justify-content: space-between;
}

.d-flex-card img {
    width: 60px;
    height: 60px;
    object-position: bottom;
    object-fit: contain;
    margin-bottom: 10px;
}

.d-flex-card h4 {
    font-size: 15px;
    font-weight: 500;
}