.section-title3::after {
    content: "";
    background: url(../imgs/section-divider2.png) no-repeat 0 0;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 65px auto;
}

.section-title2::after {
    content: "";
    background: url(../imgs/section-divider2.png) no-repeat 0 0;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 57px auto;
}

.bg-triangle.bg-triangle-top-left {
    transform: scaleX(-1) scaleY(-1);
    top: 0;
    bottom: auto;
}

.bg-triangle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 300px;
    bottom: 0;
    left: 0;
    background: none !important;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}