#inner_pages .sub {
    color: #ee5033;
}
#hero-section { height: 500px;
    background-position: 50% 50%;
}
.free {
    width: 44px;
    position: absolute;
    top: -14px;
    right: 0;
}
.faq-item {
    background: #f5f5f5;
    padding: 5px;
    display: flex;
    align-items: center;
}
.faq-item  a {
    color: #3f2d51;
    letter-spacing: 2px;
}
.pay-btton { width: 100%; text-align: center;}
.pay-btton button { background: #3f2d51;}
@media screen and (max-width: 425px){
    .mobile-view { 
        display: none;
    }
 }

 @media screen and (max-width: 1024px) {
    .responsive {
      width: 100%;
    }
}