.elementor-999 .elementor-element.elementor-element-20dc5be{--display:flex;}/* Start custom CSS for html, class: .elementor-element-733072f */.semco-myaccount-header {
    position: relative;
    overflow: hidden;
    padding: 45px 40px;
    margin-bottom: 35px;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(
        135deg,
        #f8faf9 0%,
        #ffffff 65%
    );
    border-bottom: 1px solid #e5e9e6;
}

.semco-myaccount-header::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -120px;
    top: -170px;
    border-radius: 50%;
    border: 55px solid rgba(0,166,81,.055);
}

.semco-myaccount-header-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.semco-myaccount-label {
    display: block;
    margin-bottom: 8px;

    color: #00a651;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.semco-myaccount-title h1 {
    margin: 0 0 8px;

    color: #171717;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}

.semco-myaccount-title p {
    margin: 0;

    color: #737a76;
    font-size: 15px;
    line-height: 1.6;
}

.semco-myaccount-header-mark {
    width: 74px;
    height: 74px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: #111;
    color: #fff;

    font-size: 15px;
    font-weight: 800;
}

.semco-myaccount-header-mark::before {
    content: "";
    position: absolute;
}

@media (max-width: 767px) {

    .semco-myaccount-header {
        padding: 35px 20px;
    }

    .semco-myaccount-title h1 {
        font-size: 32px;
    }

    .semco-myaccount-header-mark {
        display: none;
    }

}/* End custom CSS */