.src-component-micro-SmallLine-___SmallLine-module__smallLine___Sant {
position: relative;
display: block;
overflow: hidden;
border-top: 1px solid #308E89;
padding-top: 0.4em;
max-width: 13.5rem;
margin: 0 auto 2rem;
width: 100%;
font-size: 14px;
}
.src-component-micro-SmallLine-___SmallLine-module__smallLine___Sant {
max-width: none;
font-size: 20px;
}
.src-component-micro-SmallLine-___SmallLine-module__smallLine___Sant:after,
.src-component-micro-SmallLine-___SmallLine-module__smallLine___Sant:before {
content: "";
display: block;
position: absolute;
height: 0.4em;
width: 0.5em;
left: 0;
bottom: 100%;
background: #308E89;
transform-origin: left bottom;
transform: rotate(20deg);
}
.src-component-micro-SmallLine-___SmallLine-module__smallLine___Sant:after {
left: auto;
right: 0;
transform-origin: right bottom;
transform: rotate(-20deg);
}