.contact-us-section {
  background: linear-gradient(90deg, rgba(222,122,0, .8) 0%, rgba(208,132,0, .8) 100%);
  padding: 53px 0px 60px;
	border-radius: 8px;
	margin-left: 40px;
	margin-right: 40px;
}
.contact-us-section .contact-us__wrapper h2 {
  padding: 0px;
  margin: 0px auto 32px;
  font-weight: bold;
  font-size: 34px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  border: none;
}
.contact-us-section .contact-us__bg--white {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}
.contact-us-section .contact-us__bg--white .first-col {
  border-right: 1px solid #D9DCDE;
  padding-right: 7%;
}
.contact-us-section .contact-us__bg--white .second-col {
    padding-left: 59px;
}
.contact-us-section .contact-us__buttons {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
}
.contact-us-section .contact-us__buttons p {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin: 0px;
}
.contact-us-section .contact-us__buttons .btn a {
  width: 220px;
  display: grid;
  position: relative;
  justify-content: center;
}
.contact-us-section .contact-us__buttons .btn {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-gap: 20px;
}
.contact-us-section .contact-us__bg--white p {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 150% !important;
    text-align: center;
    color: #202020 !important;
}
.contact-us-section .contact-us__bg--white p span {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #DE7A00;
    background: #FFFFFF;
    border: 1px solid #DE7A00;
    box-sizing: border-box;
    padding: 2px 8px;
    margin-right: 12px;
}
.contact-us-section .contact-us__bg--white p a {
    display: block;
    position: relative;
}
.contact-us-section .contact-us__bg--white .first-col a {
  padding-left: 60px;
  font-weight: bold;
  font-size: 44px;
  line-height: 150%;
  text-align: left;
  text-decoration-line: underline;
  color: #DE7A00 !important;
  margin-top: 21px;
}
.contact-us-section .contact-us__bg--white .first-col p {
  text-align: left;
}
.contact-us-section .contact-us__bg--white .second-col a {
    margin-top: 19px;
    margin-right: auto !important;
    margin-left: auto !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF !important;
    max-width: 100%;
    background: #DE7A00;
    border-radius: 6px;
    text-decoration: none;
		height: 74px;
    line-height: 74px;
    padding: 0;
    box-sizing: border-box !important;
}
.contact-us-section .contact-us__bg--white .second-col a:hover {
		border: 1px solid #de7a00;
    background: #fff;
    color: #de7a00 !important;
}
{#.contact-us-section .contact-us__bg--white .second-col p {
  text-align: right;
}#}
.contact-us-section .contact-us__bg--white .first-col a::before {
  height: 44px;
  width: 44px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 22px);  content: '';
  background-size: contain;
  background-image: url('https://f.hubspotusercontent30.net/hubfs/8328535/Top%20page/phone%20icon.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.contact-us-section .contact-us__bg--white .second-col a::after {
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 0;
    width: 0;
    position: absolute;
    right: 22px;
    top: calc(50% - 4px);
    content: '';
}
.contact-us-section .contact-us__bg--white .second-col a:hover::after {
    border: solid #de7a00;
    border-width: 0 2px 2px 0;
		right: 21px;
}
@media screen and (max-width: 1084px) and (min-width: 1000px) {
	.contact-us-section .contact-us__bg--white .first-col a {
		font-size: 34px;
	}
}
@media only screen and (max-width: 999px) {
  .contact-us-section .contact-us__bg--white {
    grid-auto-flow: row;
    grid-template-columns: unset;
    align-items: center;
    padding: 28px 20px 40px;
    margin-bottom: 28px;
    justify-content: unset;
  }
  .contact-us-section .contact-us__bg--white .first-col {
    border-right: 0px;
    border-bottom: 1px solid #d9dcde;
    padding-right: 0px;
    padding-bottom: 25px;
  }
  .contact-us-section {
    padding: 43px 0 48px;
		margin-left: 15px;
		margin-right: 15px;
  }
  .contact-us-section .contact-us__bg--white .second-col {
    text-align: center;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .contact-us-section .contact-us__bg--white .first-col a {
    font-size: 30px;
    text-align: center;
  }
  .contact-us-section .contact-us__wrapper h2 {
    font-size: 26px;
  }
  .contact-us-section .contact-us__bg--white p {
    font-size: 16px !important;
  }
  .contact-us-section .contact-us__bg--white .first-col a {
    margin-top: 11px;
  }
  .contact-us-section .contact-us__bg--white .second-col p {
    margin: 35px 0 0;
    text-align: center;
		width: 100%;
  }
  .contact-us__bg--white .second-col a {
    font-size: 18px;
  }  
  .contact-us-section .contact-us__bg--white p span {
    display: table;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 12px;
    padding: 3px 9px;
  }
  .contact-us-section .contact-us__buttons {
    grid-auto-flow: row;
    grid-gap: 20px;
  }
  .contact-us-section .contact-us__buttons .btn {
    grid-auto-flow: row;
    grid-gap: 16px;
  }
  .contact-us-section .contact-us-section {
    padding: 43px 0 48px;
  }
  .contact-us-section .contact-us__buttons {
    justify-content: unset;
  }
  .contact-us-section .contact-us__buttons .btn a {
    width: 100%;
  }
  .contact-us-section .contact-us__buttons .btn {
    grid-template-columns: 1fr;
  }
  .contact-us-section .contact-us__bg--white .first-col p.SP {
    display: table !important;
  }
  .contact-us-section .contact-us__bg--white .first-col p {
    text-align: center;
    margin: 0 auto;
  }
  .contact-us-section .contact-us__buttons p {
    font-size: 16px;
  }
  .contact-us-section .contact-us__bg--white .second-col a {
    font-size: 18px;
		height: 70px;
		line-height: 70px;
		padding: 0;
  }
	 .contact-us-section .contact-us__bg--white .second-col a::after {
		right: 18px;
	}
	.contact-us-section .contact-us__bg--white .second-col a:hover::after {
		right: 17px;
	}
}