.home-banner-sec {
    padding:60px 15px 40px 15px;
    background: url('/template/320adc19/images/mobile-bg-image.png') no-repeat;
    background-size: cover;
}

.home-banner-sec .top-content h1 {
  font-size: 30px;
  line-height: 40px;
    color: #fff;
    margin:0 0 15px 0;
    padding:0;
    font-family: ITC Avant Garde Gothic Std;
}
.home-banner-sec .top-content p {
    font-size:16px;
    line-height:26px;
    color:#fff;
    margin:0 0 24px 0;
    padding:0;
    font-family: ITC Avant Garde Gothic Std;
}

.home-banner-sec .top-content .inner-btn {
    display: flex;
    gap: 16px;
    align-items: center;
}
.home-banner-sec .top-content .inner-btn a:first-child{
    margin: 0;
    color: #fff;
    background: #FE5C36;
    border-radius: 60px;
    max-width: 126px;
    height: 45px;
    display: block;
    width: 100%;
    padding: 11px 10px;
    transition: all 300ms ease-out 0s;
    text-align: center;
    font-family: ITC Avant Garde Gothic Std;
    font-size: 16px;
    font-weight:500;
}

.home-banner-sec .top-content .inner-btn a:hover:first-child{
    background: #f72f00;
}

.home-banner-sec .top-content .inner-btn a {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.home-banner-sec .bottom-content {
    margin-top: 44px;
}
