@charset "UTF-8";

p {
  margin: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.container,
.col-md-4,
.col-md-6,
.col-md-8 {
  padding-right: 0;
  padding-left: 0;
}

.col-md-4,
.col-md-6,
.col-md-8 {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}