.takeaways {
padding: 0 1.5rem 1.5rem 1.5rem;
margin-bottom: 1rem;
}
.wrap-takeaways {
position: relative;
}
.wrap-takeaways:before {
    content: '';
    border-top: 2px solid #fa621c;
    border-left: 2px solid #fa621c;
    display: inline-block;
    width: 10rem;
    height: 3rem;
    position: absolute;
}

.wrap-takeaways:after {
    content: '';
    border-bottom: 2px solid #fa621c;
    border-right: 2px solid #fa621c;
    display: inline-block;
    width: 10rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
}