.elementor-258 .elementor-element.elementor-element-4f7aa8b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-258 .elementor-element.elementor-element-299feca{--display:flex;}.elementor-258 .elementor-element.elementor-element-299feca.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-258 .elementor-element.elementor-element-08a053d{--display:flex;--padding-top:268px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-258 .elementor-element.elementor-element-299feca{--width:75%;--margin-top:0;--margin-bottom:0;--margin-left:auto;--margin-right:auto;}}@media(min-width:768px){.elementor-258 .elementor-element.elementor-element-299feca{--width:25%;}}/* Start custom CSS */#tca_content_conteiner {
    positio: relative;
    margin-top: -174px;
}

.tca-badge-block {
    background-color: #ccc;
    text-align: center;
    overflow: hidden;
    height: 424px;
}
.tca-badge-block img {
    width: 327px;
    height: 424px;
    object-fit: cover;
}

.tca-badge-block .tca-badge-text {
   position: absolute;
   height: 154px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 44px;
   font-family: "Inter";
   background-color: var(    --e-global-color-accent);
}

.tca-section-content-container {
    display: flex;
}
.tca-section-logo {
    width: 169px;
    min-width: 169px;
    margin-right: 20px;
}
.tca-section-logo img {
    width: 169px;
    
}
.tca-section-content-container {
    margin-bottom: 30px;
}
.tca-section-content {
    font-family: Roboto;
    color: var(--e-global-color-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    border-left: solid 1px black;
}
.tca-section-content-title {
    font-family: Roboto;
    color: var(--e-global-color-secondary);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    #tca_content_conteiner {
        positio: relative;
        margin-top: 0;
    }
    
    #div_content .e-con-inner {
        --padding-block-start: 0px;
    }
    
    .tca-section-content-container {
        flex-direction: column;
    }
    
    .tca-section-content {
        border-top: solid 1px black;
        border-left: none;
        padding-top: 15px;
    }
    
    .tca-section-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    .tca-section-content-title {
            font-size: 20px;
    }
    .tca-section-content {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
    }
}/* End custom CSS */