.about-top-banner {
  background: url('/template/74d6d789/images/about-top-banner-bg.png');
  background-size: cover;
  background-position: right;
  padding: 215px 0 150px;
}
.about-top-banner .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.about-top-banner .inner-content .text-content {
  max-width: 450px;
  margin: 0;
}
.about-top-banner .inner-content .text-content h1 {
  padding: 0;
  margin: 0 0 10px;
  color: rgb(255,255,255,0.9);
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}
.about-top-banner .inner-content .text-content h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  letter-spacing: 0;
}
.about-top-banner .inner-content .text-content p {
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}
.about-top-banner .inner-content .text-content p:last-of-type{
  margin: 0;
}
.about-top-banner .inner-content .text-content a {
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 16px;
  letter-spacing: 0.01em;
  max-width: 235px;
  width: 100%;
  display: block;
  height: 44px;
  padding: 12px 10px;
  text-decoration: none;
  background: transparent;
  border:1px solid #fff;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 35px 0 0;
}
.about-top-banner .inner-content .text-content a:hover{
  background: rgba(255, 113, 0, 1);
   border:1px solid rgba(255, 113, 0, 1);
}
