/* reset */

.cst-speaker {
    position: relative;
    z-index: 3;
}

.cst-speaker .lt-block-wrapper {
    padding: 80rem 0 !important;
    background: var(--speakerBackground) !important;
}

.cst-speaker .container,
.cst-speaker .my-container {
    padding: 0 !important;
    max-width: 1200rem !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
}

.cst-speaker .row {
    margin: 0 !important;
}

.cst-speaker .flex-row {
    margin: 0 !important;
}

.cst-speaker .modal-block-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.cst-speaker .builder {
    padding: 0 !important;
}

.cst-speaker [data-path="column2"] {
    width: 490rem !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}

.cst-speaker [data-path="column1"] {
    width: 650rem !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}


.cst-speaker .builder-item,
.cst-speaker .builder-item p {
    margin-bottom: 0 !important;
}

/* custom */

.cst-speaker .f-header {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 36rem;
    line-height: 100%;
    color: var(--speakerColorTitle);

    margin-top: 26rem;
}

.cst-speaker .f-text {
    margin-top: 24rem;

    max-width: 480rem;
}

.cst-speaker .f-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cst-speaker .f-text ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22rem;
    line-height: 140%;
    color: var(--speakerColorListItem);

    margin-bottom: 19rem;
    padding-left: 34rem;

    position: relative;
}

.cst-speaker .f-text ul li:last-child {
    margin-bottom: 0;
}

.cst-speaker .f-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4rem;
    display: block;
    width: 20rem;
    height: 20rem;
    margin: 0;
    border: 2rem solid var(--speakerRoundBorder);
    border-radius: 50%;
    background: var(--speakerRoundBackground);
}

.cst-speaker .image-box {
    overflow: hidden;
    border-radius: 40rem;
}

.cst-speaker .image-box img {
    display: block !important;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .cst-speaker .lt-block-wrapper {
        padding: 32rem 16rem !important;
    }

    .cst-speaker .container,
    .cst-speaker .my-container {
        padding: 0 !important;
        max-width: 100% !important;
        justify-content: center !important;
    }

    .cst-speaker [data-path="column2"] {
        width: 100% !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .cst-speaker [data-path="column1"] {
        width: 100% !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;

        margin-top: 18rem !important;
    }

    .cst-speaker .f-header {
        font-size: 30rem;

        margin-top: 0rem;
    }

    .cst-speaker .f-text {
        margin-top: 24rem;

        max-width: 480rem;
    }

    .cst-speaker .f-text ul li {
        font-size: 18rem;
        line-height: 120%;

        margin-bottom: 16rem;
        padding-left: 30rem;

    }

    .cst-speaker .f-text ul li::before {
        top: 1rem;
    }

    .cst-speaker .image-box {
        overflow: hidden;
        border-radius: 24rem;
    }
}