﻿.section-before {
    position: relative
}

.space-bottom-shape-plus {
    padding-bottom: 0;
}

.vs-btn.style-1 {
    width: 100%;
}

.star-wrapper {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    width: 5.5em;
    height: 1.2em;
}

.stars-back, .stars-front {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.stars-back {
    color: #e0e0e0;
    z-index: 1;
}

.stars-front {
    color: #ffc107;
    z-index: 2;
}
