body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    background-color: #F5F5F5;
}
.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.maincontent_wrapper {
    padding-top: 0;
}
.myButton {
    margin-top: 20px;
    background-color: #DA291C;
    border-radius: 3px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}
.myButton:hover {
    background-color: #fff;
    border: 1px solid #DA291C;
    color: #DA291C;
    text-decoration: none;
    transition: .3s;
}
.myButton a:active {
    position: relative;
    top: 1px;
    color:#fff;
}
h4 {
    text-decoration:underline;
  }
.myButton2 {
        margin-top:20px;
	background-color:transparent;
	border-radius:3px;
	border:1px solid white;
        color:white;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
}
.myButton:hover2 {
	background-color:transparent;
}
.myButton2 a {
  color:white;
}

.myButton:active2 {
	position:relative;
	top:1px;
}

.product-image-mobile {
   display:none;
}

.product {
   background-color:#333333;
   color:white;
   padding:40px;
}


.header-box {
  padding:40px 20px;
}

.product-wrapper {
  margin-top:50px;
}

.product-text-box {
  text-align:left;
  padding:20px;
  position:relative;
  z-index:1;
  margin-top:-50px;
  background-color:white;
  max-width:90%;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.19); 
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.19);
}

.product-text-box img {
  max-width:40px;
}

.product-text-box a {
  color:black;
}

.product-text-box a:hover img {
  max-width:50px;
}

@media only screen and (max-width: 992px) {
   .product-image-mobile {
    display:block;
  }
}

@media only screen and (max-width: 768px) {
   .product-text-box {
   margin-top:0px;
  }
}