.top-service-header-section {
    background: url(/template/c73e5a0b/images/top-bg-service-bg.png) no-repeat;
    padding: 100px 0;
    background-size: cover;
    margin-bottom: 80px;
    margin-left: -30px;
    margin-right: -30px;
}
.top-service-header-section .service-container {
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.top-service-header-section .left-service-content {
    width: 52%;
    padding-right: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-service-header-section .right-service-content {
   width:48%;
   text-align: right;
}
.top-service-header-section .right-service-content img{
   transform: scale(1.4);
  margin-right: -100px;
}
.top-service-header-section .service-title{
  margin:0;
  padding: 0 0 26px 0;
  color:#fff;
  font-size:62px;
  line-height:66px;
  font-weight:bold;
}

.top-service-header-section .left-service-content p{
  font-size:16px;
  line-height:28px;
  font-weight:400;
  color:#fff;
}
.top-service-header-section a {
    max-width: 225px;
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    height: 52px;
    font-family: 'Sora';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 70px;
    margin-top:10px;
}
.top-service-header-section a:hover {
  color: #fff;
  background: #2D9FAB;
  border: 1px solid #2D9FAB;
}
