@media(min-width:1080px) { 
.column-html-881 { 
display: block; 
background: #ffffff; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 100px; 
padding-right: 100px; 
padding-top: 100px; 
padding-bottom: 100px; 
margin-top: -100px; 
margin-bottom: 20px; 
-webkit-clip-path: polygon(0% 0%, 0% 95%, 50% 100%, 100% 95%, 100% 0%, 50% 10%); 
clip-path: polygon(0% 0%, 0% 95%, 50% 100%, 100% 95%, 100% 0%, 50% 10%); 
transition: clip-path 2s; 
-webkit-transition: clip-path 2s; 
} 
.column-html-881.inClipPath { 
} 
.column-html-881.outClipPath { 
} 
} 
@media(max-width:1079px) { 
.column-html-881 { 
display: block; 
background: #ffffff; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 100px; 
padding-right: 100px; 
padding-top: 100px; 
padding-bottom: 100px; 
margin-top: -100px; 
margin-bottom: 20px; 
-webkit-clip-path: polygon(0% 0%, 0% 95%, 50% 100%, 100% 95%, 100% 0%, 50% 10%); 
clip-path: polygon(0% 0%, 0% 95%, 50% 100%, 100% 95%, 100% 0%, 50% 10%); 
} 
} 
