.hero__big_container{display:grid;grid-template-columns:1fr 1fr;margin:auto;max-width:var(--maxWidth);grid-gap:40px;align-items:center}.hero__big_left_c p+h1,.hero__big_left_c p+h2,.hero__big_left_c p+h3,.hero__big_left_c p+h4{margin-top:0}.hero__big_left_c>p{font-family:var(--secondaryFont);font-size:15px;font-style:italic;margin-bottom:0}.hero__big_left_c h1,.hero__big_left_c h2,.hero__big_left_c h3,.hero__big_left_c h4,.hero__big_left_c h5,.hero__big_left_c h6{padding-left:30px}.hero__big_left_c span{font-family:var(--secondaryFont);font-size:15px;font-style:italic}.hero__big_btns{display:flex;grid-gap:40px}.hero__big_right_c{position:relative}.hero__big_imagebck{padding-bottom:70px}.hero__big_image{bottom:0;left:50%;position:absolute;transform:translateX(-50%);width:70%}@media (max-width:767px){.hero__big_container{grid-template-columns:100%}}