.row.page-width {
  max-width: 1260px;
  margin: auto;
}

body {
  background-image: url("../assets/bg.jpg");
  background-color: #cccccc;
}

h2 {
  color: rgb(115, 114, 115) !important;
  font-weight: 600 !important;
}

h4 {
  color: rgb(66, 65, 63) !important;
  font-weight: 600 !important;
}

/* .info-columns .title {
  text-align: center;
} */

.row.info-columns {
  padding-left: 190px;
}

section {
  padding: 50px 0px 30px;
}

.col-md-12.page-title {
  padding-top: 40px;
}
