/*
Theme Name: BRDO
Theme URI: https://brdo.com.ua/
Description:
Author: Honcharuk Oleh
Version: 2.0
*/
.elementor .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor .elementor-section.elementor-section-full_width > .elementor-container {
    width: 100%;
    max-width: 100%;
}

.banner_content .banner_logo img {
    box-shadow: 0 10px 20px rgb(222 224 232);
}

.section_title_h {
    margin-bottom: 64px;
    padding-top: 20px;
    position: relative;
    font-weight: 400;
    line-height: normal;
}

.section_title_label:before {
    width: 48px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-radius: 8px;
    background: #357fed;
}


