аа, не заметил что у вас 3 треугольника должно быть, вот код:
.cms-home .main .col-main .std .hero .hero-title-row-2:before {
border-bottom: 15px solid #62B3F7;
border-left: 15px solid rgba(0, 0, 0, 0);
content: "";
height: 10px;
position: absolute;
right: 0;
top: -24.5px;
width: 49.5%;
}
.cms-home .main .col-main .std .hero .hero-title-row-2:after {
border-bottom: 15px solid #62B3F7;
border-right: 15px solid rgba(0, 0, 0, 0);
content: "";
height: 10px;
left: 0;
position: absolute;
top: -24.5px;
width: 48.5%;
}