.start-selling-section {
    background-color: var(--ced-white-color);
    }
    .start-point:not(:last-child),
    .start-point:not(:first-child){
        margin:1.5rem 0
    }
    .howto-start {
    margin-top: 140px;
    }
    .start-point {
    background-color: var(--ced-bg-gray);
    font-family: var(--ced-montserrat-m);
    color: var(--ced-grey-60);
    position: relative;
    }
    .start-point::before {
    content: "";
    position: absolute;
    top: 24px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/01/blue-check.svg);
    background-repeat: no-repeat;
    }
    .hover-line-link {
    font-family: var(--ced-montserrat-sb);
    padding: 0px 3px;
    }
    .hover-line-link::before {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.5s;
    background-color: var(--ced-blue-60);
    opacity: 0.12;
    }
    .hover-line-link:hover::before {
    height: 5%;
    }
    .hover-line-link.white::before{
    background-color: var(--ced-white-color);
    }
    /* Responsive start  */

    @media screen and (min-width: 768px) {
    .start-point {
        line-height: 28px;
        border-radius: 20px;
    }
    }
    @media screen and (min-width: 576px) and (max-width: 767px) {
    }
    @media screen and (max-width: 767px) {
    .start-point {
        font-size: 15px;
        line-height: 26px;
        border-radius: 15px;
    }
    }
    @media screen and (min-width: 576px) {
    .start-point {
        padding: 20px 30px 20px 60px;
    }
    .start-point::before {
        left: 20px;
    }
    }
    @media screen and (max-width: 575px) {
    .start-point {
        padding: 15px 15px 15px 50px;
    }
    .start-point::before {
        background-size: 20px;
        left: 15px;
    }
    }
    .start-selling-section .section-subhead a,
    .start-selling-section .start-point a{
        font-family: var(--ced-montserrat-sb);
        padding: 0px 3px;
        position: relative;
        display: inline-block;
    }
    .start-selling-section .section-subhead a::before,
    .start-selling-section .start-point a::before {
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 90%;
        content: "";
        position: absolute;
        transition: all 0.5s;
        background-color: var(--ced-blue-60);
        opacity: 0.12;
    }
    .start-selling-section .section-subhead a:hover::before,
    .start-selling-section .start-point a:hover::before {
        height: 5%;
    }