* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.row2coumnlft {
  float: left;
  width: 50%;
  padding: 100px;
 
}


.row2coumnright {
  float: left;
  width: 50%;
  padding: 100px;
  
}

.row2coumnright img {
  width: 400px;
  
}

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

.buttonseoreadmore{

border-radius: 5px;

border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #1a73e8;
}
.box2{

padding-top:50px;
padding-bottom:50px;
background-color: aliceblue;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 999px) {
  .row2coumnlft {
    width: 100%;
    padding: 30px;
    
  text-align: center;
  }
  
    .row2coumnlft h2 {
   color: black;
  }
  
   .row2coumnright {
    width: 100%;
    padding: 30px;
  }
  
  .row2coumnright img {
  width: 100%;
  
}
}