.hip-header-logo{
    width:250px;
}
.hip-hero-down-img{
    position: absolute; 
    bottom: 10px; 
    left: -25%; 
    z-index: -1; 
    width: 2000px;
}
.ax-gallery-txt-title{
    color:#fff;
}
.ax-mesa-img{
    width: 100%;
    max-width: 100%;
}
.ax-mesa-title{
    font-size:1em;
}
.ax-sponsor-img{
    width: 16%;
    max-width: 22%;
    padding: 10px;
}
.aservice-shape1x{
    position: absolute;
    left: 65px;
    bottom: 40px;
    animation: lf 2s linear infinite;
}
.ax-pricing-card-title{
    font-size: .8em;
}
.ax-badge-carde-subtitle{
    font-size: .7em;
}
.price-title{
    font-size: 3em;
}
.pricing-head{
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.ax-txt-negative > h4{
    color: #fff !important;
}
.card-format-assistance-violet{
    background-color: #5f2466;
}
.card-format-assistance-green{
    background-color: #88cf00;
}
.card-format-assistance-gray{
    background-color: #f2f2f2;
}
.ax-ct-card .content > p, .ax-ct-card .content > a{
    color:#fff;
}
.ax-read-more-card:hover{
    color:#fff !important;
}



@media (max-width: 600px) {
    .hip-header-logo {
        width: 150px;
    }
    .hip-hero-down-img{
        display: block !important;
        position: absolute; 
        bottom: 0px; 
        left: -25%; 
        z-index: -1; 
        width: 500px;
    }
}

.default-btn {
    background: linear-gradient(135deg, #ed145b, #ed145b);
    color: #fff !important;
    padding: 15px 32px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 102, 255, 0.3);
}

.banner-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.banner__wrapper {
    overflow: visible;
}

.default-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    white-space: nowrap;
}
