.content-with-side-map .content-wrapper {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1206px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content-with-side-map .content-wrapper .left-wrapper {
  width: 62%;
}
.content-with-side-map .content-wrapper .left-wrapper h2 {
  color: #f88730;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}
.content-with-side-map .content-wrapper .left-wrapper p {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 23px;
}
.content-with-side-map .content-wrapper .left-wrapper .button-group {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-with-side-map .content-wrapper .left-wrapper .button-group a {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 0;
  width: auto;
  max-width: inherit;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "lato",sans-serif;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: -webkit-linear-gradient(#f88730 0%,#d57429 100%);
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.content-with-side-map .content-wrapper .left-wrapper .button-group a .btn-inn {
  background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%);
  background: linear-gradient(#ffb277 0%,#f88730 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.content-with-side-map .content-wrapper .left-wrapper .button-group a:not(:first-child) {
  margin-left: 20px;
}
.content-with-side-map .content-wrapper .left-wrapper .button-group a:hover .btn-inn {
  opacity: 1;
}
.content-with-side-map button {
  border-radius: 0;
  font-weight: inherit;
}

@media(max-width: 1100px){
  .content-with-side-map .content-wrapper .left-wrapper .button-group a {
    padding: 0 13px;
  }
  .content-with-side-map .content-wrapper .left-wrapper .button-group a:not(:first-child) {
    margin-left: 15px;
  }
}

@media(max-width: 1024px){
  .content-with-side-map .content-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-with-side-map .content-wrapper .left-wrapper {
    width: 100%;
  }
  .content-with-side-map .content-wrapper .left-wrapper h2 {
    color: #f88730;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .content-with-side-map .content-wrapper .left-wrapper p {
    font-size: 14px;
    margin: 0 0 13px;
    line-height: 20px;
  }
  .content-with-side-map .content-wrapper .left-wrapper .button-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-with-side-map .content-wrapper .left-wrapper .button-group a {
    width: auto;
    max-width: inherit;
    padding: 0 15px;
    margin-top: 20px;
  }
  .content-with-side-map .content-wrapper .left-wrapper .button-group a:not(:first-child) {
    margin-left: 20px;
  }
}

@media(max-width:767px){
  .content-with-side-map .content-wrapper .left-wrapper .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-with-side-map .content-wrapper .left-wrapper .button-group a {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 250px;
  }
}















