* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.background-color{
     background-color: #FFFBF0;
 }

 .background-color ul li a{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 20px;
 }
.logo-img img{
    width: 280px;
}
 .card .card-img img{
     width: 250px;
 }

 .card  img{
     width: 300px;
     position: relative;
     left: 52px;
 }

 .button, .button:hover{
    color: #fff;
	text-align: center;
	background: linear-gradient(#A4BC46, #85A019);
	text-decoration: none;
	padding: 16px 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	border-radius: 8px;
	display: inline-block;
  }

  .button{
    margin-right: 5px;
  }

  .heading-color h5{
    color: #363958;
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
    line-height: 1;
  }
  .heading-color h2{
    font-family: 'Bebas Neue', cursive;
    color: #363958;
    font-size: 48px;
}
  .product_card {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 20px;
	max-width: 420px;
	margin: 0 auto;
}

.product-card{
	background: #F1F1F1;
	border-radius: 20px;
	padding: 15px;
	height: 380px;
}
 
.title{
	color: #363958;
	font-weight: 700;
    font-size: 24px;
    margin: 10px 0;
}
 
.img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-wrapper{
    background: #F1F1F1;
    border-radius: 20px;
    height: 380px;
    padding: 10px;
}

.img-size img{
    width: 800px;
}

.heading-3, .three{
    font-size: 50px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
}

.title-prodect h3{
    color: #FABE4C;
    font-weight: 900;
    font-size: 36px;
}

.feature{
    padding: 60px 0;
}

.featureCard{
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.featureImgWrapper img{
    width: 80px;
}
  
.heading-four h4{
    color: rgb(54, 57, 88);
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 1200px){
    .img-wrapper{
        height: 280px;
    }
}

 