.start-one {
    padding: 0 40px;
    padding-bottom: 100px;
    padding-top:58px;
    background-color:#FCFCFC;
}

.start-one .bottom-banner-cta {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: center;
    padding:25px;
    border:1px solid #E2E8F0;
    border-radius: 16px;
    justify-content: space-between;
      background-color: #ffffff;

}
.start-one .bottom-banner-cta .cta__title {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.16px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 33px;
}
.start-one .bottom-banner-cta p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.16px;
    color: rgba(0, 0, 0, 0.8);
}
.start-one .bottom-banner-cta p:last-child{
    margin:0;
    padding:0;
}
.start-one .bottom-banner-cta .left-content-cta {
    width: 70%;
}

.start-one a.hyk-bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease; 
    line-height: 1;
    align-self: flex-start;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
    color: #0A0A0A
}
.start-one a.hyk-bn-btn:hover {
    text-decoration: none;
    background: #272727;
    border-color: #272727;
    color: #fff;
}
.start-one a.hyk-bn-btn:hover svg path {
    fill: #fff;
}
.start-one a.hyk-bn-btn-dark {
    background: #111827;
    color: #ffffff;
}
.start-one a.hyk-bn-btn.hyk-bn-btn--dark {
    background: #000;
    color: #fff;
}
.start-one a.hyk-bn-btn svg {
    vertical-align: middle;
    margin-top: 3px;
}
.start-one a.hyk-bn-btn--dark svg path {
    fill: #ffffff;
}
.start-one a.hyk-bn-btn.hyk-btn--outline {
    color: #0A0A0A;
}
