.hero {
position: relative;
padding: 150px 0 100px;
overflow: hidden;
@include desktop {
text-align: center;
}
@include tablet {
padding: 120px 0 80px;
@include mobile {
padding: 100px 0 50px;
&-shape {
position: absolute;
width: 100%;
top: 0;
left: 0;
svg {
&:first-child {
right: 0;
width: 48%;
&:last-child {
width: 10%;
&-content {
&-subtitle {
font-size: 14px;
font-weight: 400;
color: $primary-color;
text-transform: uppercase;
margin-bottom: 10px;
display: inline-block;
letter-spacing: 3px;
h1 {
margin-bottom: 25px;
font-size: 40px;
line-height: 52px;
p {
font-size: 17px;
line-height: 37px;
margin-bottom: 40px;
font-size: 16px;
line-height: 28px;
&-buttons {
padding-left: 0;
margin: 0;
list-style: none;
li {
&:not(:last-child) {
margin-right: 15px;
margin-right: 0;
margin-bottom: 20px;
display: block;
&-image {
margin: -40px;
img {
max-width: 90%;
margin: 0 auto 40px;
width: 70%;
width: 80%;
&-svg-icon {
top: 0px;
right: -505px;
width: 99%;
path {
fill: #ffecee;