* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 100%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.msg-icon{
  height:80px;
  width:80px;
  padding: 10px;
}
.column p{
  margin-left:80px;
  margin-top:-60px;
  color: #333;
  font-size:20px;
  
}
.site-more-features-color{
   background: rgba(12,206,188,1);
    background: linear-gradient(135deg, rgb(230 171 69) 0%, rgb(47 32 7) 100%);
    background-image: linear-gradient(135deg, rgb(210 200 184) 0%, rgb(210 200 184) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.site-more-features-heading{
 padding:50px;
 font-size:35px;
 color: rgb(149 99 63);
}
.site-more-features-sub-heading{
 font-size:25px;
 color: rgb(149 99 63);
}
.site-more-feature-image{
  border-radius:10% 10% 10% 10%;
  margin-top: 45px;
}