/*
*{
    margin: 0;
    padding: 0;
} 
body{
    overflow-x: hidden;
}
.card{
    padding:0px !important;
    margin: 0px 0px;
    height:390px;
    box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
  }
.stylish-color-dark {
    background-color: #3e4551 !important;
    color:white;
  }
  .aboutus{
    padding:100px 0 60px;
    height: 400px;
    color: #000;
    top: -155px;
    position: relative;
}
  .ourservices h2 , .aboutus h2{
      font-weight: 50px;
      font-weight: bold;
  }
  .rowsetting{
      margin: 60px 0px !important;
  }
  .imgsetting{
      border-radius: 50%;
      height: 80px;
      width: 80px;
      
  }
  .fa-shopping-cart{
      margin: 15px;
      
  }
  */

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.card {
    box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
    margin-bottom: 8px;
    width: 100%;
}

.about-section {
    padding: 27px;
    text-align: center;
    background-color: #474e5d;
    color: white;
    padding-bottom: 42px;
    margin-top: 7px;
}

.container {
    padding: 0 16px;
}

    .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
    }

.title {
    color: grey;
}



@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}