/* Hopscotch Vinery custom css starts */
.hopscotch-aboutus {
  width: 100%;
  float: left;
  margin-top: 20px;
  min-height: 200px;
  font-family: PTSansRegular;
  font-size: 16px;
}
.hopscotch-aboutus-left-div {
  width: calc(100% - 340px);
  float: left;
  padding-right: 20px;
}
.hopscotch-aboutus-left-div h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.hopscotch-aboutus-left-div p {
  width: 100%;
  float: left;
  font-family: PTSansRegular;
  font-size: 16px;
}
.hopscotch-aboutus-right-div {
  width: 340px;
  padding-left: 20px;
  float: left;
}
.hopscotch-aboutus-right-img {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.hopscotch-aboutus-right-img .img-responsive {
  width: 100%;
  background-color: #eee;
  padding: 8px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* Hopscotch Vinery custom css starts */
  /* Hopscotch Vinery custom css ends */
  .hopscotch-aboutus-left-div {
    width: calc(100% - 280px);
  }
  .hopscotch-aboutus-right-div {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  /* Hopscotch Vinery custom css starts */
  /* Hopscotch Vinery custom css ends */
  .hopscotch-aboutus-left-div {
    width: 100%;
  }
  .hopscotch-aboutus-right-div {
    width: 100%;
    padding-left: 0;
  }
  .hopscotch-aboutus-right-img .img-responsive {
    width: 100%;
    max-width: 500px;
    display: table;
    margin: 0 auto;
    float: none;
  }
}
/*# sourceMappingURL=custom.map */