/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* START - Heading design */

h1::before {
content: "";
position:absolute;
left: -55px;
top: 10px;
width: 100px;
height: 100px;
background-image: url('https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-5.svg');
background-size: contain;
background-repeat: no-repeat;
}

h2::before {
content: "";
position:absolute;
left: -35px;
top: 10px;
width: 22px;
height: 54px;
background-image: url('https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-6.svg');
background-size: contain;
background-repeat: no-repeat;
}


/* Tablet */
@media only screen and (max-width: 768px) and (min-width: 426px) {
h1::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 10px;
    width: 25px;
    height: 50px;
    background-image: url(https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-5.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

h2::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 10px;
    width: 20px;
    height: 40px;
    background-image: url(https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
}

/* Mobile*/
@media only screen and (max-width: 425px) and (min-width: 320px) {
h1::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 20px;
    height: 50px;
    background-image: url(https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-5.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

h2::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    width: 22px;
    height: 40px;
    background-image: url(https://transcan-translit.eu/wp-content/uploads/2023/05/Vector-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
}	
}

/* END - Heading design */