.section{position:relative;display:flex;justify-content:center;background:var(--color-white-2)}.section--withPadding{padding:40px 0 50px}.section--backgroundBlack{background:var(--color-black-3)}.section--background1{background-image:url(/images/background/1.svg)}.section--background1,.section--background2{background-repeat:no-repeat;background-size:cover;background-position:50%}.section--background2{background-image:url(/images/background/2.svg)}.section--background3{background-image:url(/images/background/3.svg);background-repeat:no-repeat;background-size:cover;background-position:50%}.section__element__card1{position:absolute;z-index:2;width:600px;top:-30px;left:-170px;transform:rotate(0deg);transition:.2s}.section:hover{.section__element__card1{transform:rotate(10deg)}}@media (max-width:1400px){.section__element__card1{width:500px;left:-150px}}@media (max-width:1150px){.section__element__card1{left:-250px}}@media (max-width:980px){.section__element__card1{display:none}}.section__element__card2{position:absolute;z-index:2;width:700px;top:30px;left:-130px;transform:rotate(10deg);transition:.2s}.section:hover{.section__element__card2{transform:rotate(16deg)}}@media (max-width:1400px){.section__element__card2{top:80px;width:600px}}@media (max-width:1240px){.section__element__card2{left:-200px}}@media (max-width:850px){.section__element__card2{display:none}}.section__element__phone1{position:absolute;z-index:1;width:295px;top:100px;left:50%;transform:translateX(-400px);transition:.2s}@media (max-width:850px){.section__element__phone1{display:none}}.section__element__phone2{position:absolute;z-index:1;width:350px;top:70px;left:50%;transform:translateX(200px);transition:.2s}@media (max-width:1240px){.section__element__phone2{transform:translateX(150px)}}@media (max-width:1100px){.section__element__phone2{display:none}}.section__container{width:1100px}@media (max-width:1150px){.section__container{width:90%}}.H2{font-weight:700;font-size:32px;color:var(--color-black-1);max-width:max-content;text-align:center}.H2--green{color:var(--color-green-4)}.H2--white{color:var(--color-white-1)}