/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
body {
    line-height: 1.2;
    letter-spacing: -0.025em;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
    word-break: break-all;
    -ms-word-break: break-all;
}
ol, ul {
    list-style: none;
    padding: 0;
}

.first_sec {
    height: 800px;
    overflow: hidden;
}
.aspect_1_1{
    aspect-ratio: 1/1;
}
.num_step {
    width: 88px;
    height: 88px;
    margin: auto;
    border-radius: 100%;
    background: #f7f0e8;
}

.num_step strong {
    display: block;
    padding-top: 10px;
    font-size: 28px;
    color: #00594d;
    font-weight: 700;
}

.num_step span {
    display: block;
    font-size: 15px;
    color: #a6a6a6;
    font-weight: 500;
}
.wbka p {
    word-break: keep-all;
    -ms-word-break: keep-all;
}
@media screen and (max-width: 1024px) {
    .first_sec {
        height: auto;
        aspect-ratio: 1/1;
        background-size: auto 102%;
        background-position: 45% bottom;
    }
}
/* Add your custom styles here */
