section.cta-here-landing-section {
    padding: 70px 20px ;
}

.hero-landing-container {
    max-width: 708px;
    margin: auto;
    /* padding: 26px 20px; */
}

.hero-landing-box {
    background: #fff;
    /* max-width: 708px; */
    padding: 26px 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    margin: 0 auto;
    padding: 26px 20px;
    text-align: center;
}

.kicker-text h3 {
    font-size: 15px !important;
    color: rgb(0 0 0 / 60%) !important;
    margin: 0 !important;
    margin-bottom: 9px !important;
    font-family: Barlow, sans-serif;
}

.hero-btn-two-column {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.hero-heading h2 {
    font-size: 20px;
    color: rgb(0 0 0 / 87%) !important;
    margin: 0;
    margin-bottom: 16px;
    font-family: Barlow, sans-serif;
}

.short-text h5 {
    font-size: 12px;
    color: rgb(0 0 0 / 60%) !important;
    margin: 0;
    font-family: Barlow, sans-serif;
}

.hero-btn-one a {
    background-color: #d62561;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    min-width: 212px;
    color: #fff;
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .35s;
}
.hero-btn-two a {
    background-color: #d62561;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    min-width: 212px;
    color: #fff;
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .35s;
}

.hero-btn-two a:hover{
    background-color: #ba2d5f;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-1px);
}

.hero-btn-one a:hover{
    background-color: #ba2d5f;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-1px);
}


@media (max-width: 600px){

    .hero-btn-one {
    width: 100%;
    overflow: hidden;
}
.hero-btn-two {
    width: 100%;
    overflow: hidden;
}
.hero-btn-one a {
    background-color: #d62561;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    min-width: 212px;
    color: #fff;
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 100% !important;
    transform: translateY(0);
    transition: .35s;
}
.hero-btn-two a {
    background-color: #d62561;
    border: 0;
    width: 100% !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    min-width: 212px;
    color: #fff;
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: .35s;
}

.hero-btn-two-column {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

}

