.contact_hero_updated {
  margin-bottom: 1.9rem;
  margin-top: 0;
  overflow: hidden;
}

.contact_hero_updated .container {
  width: 100%;
}

.contact_hero_updated .hero.hero--default {
  position: relative;
  max-height: none;
  padding-bottom: 39px;
}

.contact_hero_updated .hero--default .hero__content {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.contact_hero_updated .hero--default .pagetitle {
  width: 100%;
  padding: 0 11px;
  color: #fff;
  text-align: left;
  margin: 0 auto 28px;
}

.contact_hero_updated .hero--default h1.pagetitle {
  letter-spacing: 0;
  font-size: 49px;
  font-weight: bold;
  line-height: 67px;
  margin-top: 88px;
  text-align: center;
  margin-bottom: 99px;
}

.contact_hero_updated .contact_card_wrapper {
  max-width: 58.9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;/
  width: 95%;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}

.contact_hero_updated .contact_card {
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
  font-weight: 600;
  background: #fff;
  line-height: 0.9rem;
  font-size: 0.65rem;
  padding: 0.55rem 2.25rem 0.55rem 3.95rem;
  margin: -65px 36px 0;
  height: auto;
  position: relative;
}




.contact_hero_updated .contact_card .contact_item_text {
  margin: 15px 0px 0px 15px;
  position: relative;
}

.contact_hero_updated .contact_card .contact_item_title {
  position: relative;
  margin: 15px 0px 0px 15px;
}

.contact_hero_updated .contact_card .contact_item_title h2 {
  font-weight: bold;
  color: #211C57;
}

.contact_hero_updated .contact_card .contact_item_title h2.onecloud-text {
  padding-top: 10px;
}

.contact_hero_updated .contact_card .contact_item_text h2 {
  font-weight: bold;
  color: #211C57;
  /* margin-top: -17px; */
}

.contact_hero_updated .contact_card .contact_item_text p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #476282;
}

.contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn {
  color: #634DFF;
  font-size: 18px;
  text-decoration: none;
  margin-top: 35px;
  margin-bottom: 20px;
  display: block;
}

.contact_hero_updated .contact_card_icon {
  position: absolute;
  top: 5px;
  left: -48px;
}

.contact_hero_updated .contact_card_icon img {
  max-width: 2.4rem;
  max-height: 2.4rem;
  width: auto;
  height: auto;
}

.contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn span.arrowlink:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    left: 95px;
    bottom: 0px;
    background-image: url(https://8993966.fs1.hubspotusercontent-na1.net/hubfs/8993966/Resources/Images/left%20arrow.svg);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    transition: left .3s ease-in-out;
}

.contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn:hover span.arrowlink:after {
    left: 105px;
}

@media screen and (max-width: 929px) {
  .contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn {
    /* position: unset; */
    top: 178px;
  }
}

@media screen and (max-width: 785px) {
  .contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn {
    /* position: unset; */
    top: 217px;
  }
}



@media screen and (max-width: 700px) {
  .contact_hero_updated .contact_card_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 100px;
  }
  .contact_hero_updated .contact_card {
    height: auto;
  }

  .contact_hero_updated .contact_card .contact_item_text .contact_item_text-btn {
    position: unset;
  }
}



@media screen and (max-width: 767px) {

  .contact_hero_updated .hero--default h1.pagetitle {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
  }

  .contact_hero_updated .hero.hero--default {
    padding: 0;
    min-height: 265px;
  }
}