.contentbg {
	background-image: url(images/justgreen_10.jpg);
	background-repeat: no-repeat;
}
.buttonbg {
	background-image: url(images/justgreen_05.jpg);
	background-repeat: no-repeat;
}
.quotationbg {
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
}
.formstyling {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 240px;
	text-align: left;
	vertical-align: middle;
}
.formstylingtextarea {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 70px;
	width: 655px;
}

.formstylingbutton {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #666666;
	height: 20px;
	width: 80px;
	background-color: #428301;
	margin-right: 10px;
}

    .full-width-row {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 20px;
    }

    .left-div {
      width: 60px;
      height: 60px;
      margin-right: 10px;
    }

    .left-div img {
      width: 100%;
      height: 100%;
      object-fit: cover; 
    }

    .right-div {
      text-align: center;
    }
	
	.wa {
      margin: 0;
      font-family: Arial, sans-serif;
		font-size: 30px;
		color: #161d0d;
		font-weight: bold;
    }