
img {
  vertical-align: middle;
  border-style: none;
  float: left;
  padding: 10px;
  width: 33%;
}

h3 {
  color: #606060;
  font-size: 18px;
  font-family: Montserrat, Geneva, sans-serif;
  font-weight: 700;
  padding: 8px 0px 4px 0px;
  margin: 0px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height: 1.2;
}

p {
  color: #606060;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 400;
  line-height: 130%;
  margin: 5px 3px;
}

.container {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  margin-bottom: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1236px !important;
}

.row:last-of-type .container {
  margin-bottom: 0px;
}

.col {
  position: relative;
  width: 100%;
}


@media (min-width:768px) {
  .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.details {
  width: 67%;
}
