.enquire-btn {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #000;
  padding: 1em 3em;
  margin-top: 1em;
  text-decoration: none !important;
}

.ginput_container_select select {
  font-family: "Brown", sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  background: #e5e5e5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.div-1-2 .left-col {
  width: 100%;
}

.div-1-2 .right-col {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .div-1-2 .left-col {
    width: 35%;
  }

  .div-1-2 .right-col {
    width: 65%;
  }
}

.div-2-1 .left-col {
  width: 100%;
}

.div-2-1 .right-col {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .div-2-1 .left-col {
    width: 65%;
  }

  .div-2-1 .right-col {
    width: 35%;
  }
}

.grid-3-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.grid-3-container .grid-block {
  flex: 1 1 0%;
  text-align: center;
}

.grid-3-container .grid-block .label {
  display: block;
  font-size: 50px;
  line-height: 1.2;
}

.grid-3-container .grid-block .description {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.grid-3-container .grid-block .label sub{
  bottom: 0;
}

.grid-3-container.feat-list .grid-block .label {
  font-size: 28px !important;
}

.grid-3-container.feat-list .grid-block .description {
  font-size: 18px !important;
}

.grid-3-container.feat-list .grid-block {
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .grid-3-container {
    width: 100%;
    flex-direction: column;
  }

  .grid-3-container .grid-block {
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
}
