.under_line_style{height:3px;background-color:var(--secondary_color);position:relative;margin-right:auto;margin-left:auto;margin-bottom:50px}.no-animation .under_line_style{width:100%}.animated .under_line_style{animation-delay:1s;-webkit-animation-delay:1s;animation-name:fullwidth;animation-duration:4s}@keyframes fullwidth{from{width:0}to{width:100%}}.under_line_style:before,.under_line_style:after{content:"";position:absolute;width:10px;height:10px;top:-3.5px;background-color:var(--secondary_color);transform:rotate(45deg)}.under_line_style:before{left:-10px}.under_line_style:after{right:-10px}