.experience-layouts-text-text_with_top_icon {
    margin-bottom: 0 !important;
}

.text-with-top-icon {
    margin-bottom: var(--margin_bottom_desktop);
    padding-top: 50px;
}

@media screen and (max-width: 600px) {
    .text-with-top-icon {
        margin-bottom: var(--margin_bottom_mobile);
    }
}

.text-with-top-icon-outer {
    position: relative;
    background-color: var(--background_color);
    padding: 70px 0 50px 0;
}

.text-with-top-icon-inner {
    max-width: 850px;
    margin: 0 auto;
}

@media screen and (max-width: 1470px) {
    .text-with-top-icon-inner {
        padding: 0 3%;
    }
}

.text-with-top-icon-text-container {
    text-align: center;
    color: var(--text_color);
    font-size: 18px;
    line-height: 1.5;
}

.text-with-top-icon-icon-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background_color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-with-top-icon-icon-container svg {
    width: 50%;
    height: 50%;
}

@media screen and (max-width: 450px) {
    .text-with-top-icon-outer {
        padding: 50px 0 30px 0;
    }

    .text-with-top-icon-text-container {
        font-size: 15px;
    }
}
