* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.homeservice {
  float: left;
  width: 50%;
  padding: 10px;
  # height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

.bannercss {

margin-top: -30px;

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .homeservice {
    width: 100%;
  }
  
  .bannercss {

margin-top: 0px;

}



.bodycontenthome p {

 font-size: small;
}
.button1 {

    height: max-content;
   
    }
    
}



.helpbackground {

background-image: url("/images/home-help.jpg");
height: 450px;

}

/* Create two equal columns that floats next to each other */
.homehelp {
  float: left;
  width: 50%;
  padding: 10px;
  # height: 300px; /* Should be removed. Only for demonstration */
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .homehelp {
    width: 100%;
  }
}

.left {
text-align: left;
padding: 32px;

}


.lefthelp {
    text-align: left;
    padding: 70px;
}






.buttonnew {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}



.button1 {
         background-color: white;
    color: black;
    font-size: large;
    padding: 10px;
    border: 2px solid #4CAF50;
}

.buttongreen {
       background-color: white;
    color: white;
    height: 50px;
    width: 200px;
    background-color: #4CAF50;
    border: 2px solid #98a799;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.buttongreen:hover {
  background-color: white;
  color: black;
}