.elementor-widget-text-block .elementor-widget-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-block-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}


.text-block-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: -1;
}

.text-block-content {
    /* text-align: center; */
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-block-title {
    font-family: 'EuropaBold', sans-serif;
    font-size: 2.5rem;
    color: #1F2E4C;
}

.text-block-title h1,
.text-block-title h2,
.text-block-title h3,
.text-block-title h4,
.text-block-title h5,
.text-block-title h6 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: unset;
    font-weight: unset;
}

.text-block-description {
    font-family: 'EuropaRegular', sans-serif;
    font-size: 1.2rem;
    color: #1F2E4C;
    margin: 0;
}


.text-block-button {
    display: inline-block;
    background-color: #1F2E4C;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 22px;
    font-family: 'EuropaBold', sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
}

.text-block-button:hover {
    background-color: #2C3E50;
    color: #FFFFFF;
}

.text-block-buttons {
    display: flex;
    justify-content: center;
}

.text-block-content .icon-area {
    display: flex;
    font-size: 50px;
    aspect-ratio: 1;
    width: min-content;
    line-height: 0;
    padding: 0 10px;
    /* background: #fff; */
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 100%;
    margin-bottom: 15px;
    color: #1F2F4C;
}

.text-block-content .icon-area span.icon-text{
    width: 25px;
}

.text-block-content .number-area {
    display: flex;
    font-size: 30px;
    aspect-ratio: 1;
    width: min-content;
    line-height: 0;
    padding: 0px 25px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-bottom: 15px;
    color: #1F2F4C;
}