.ssg-quote1 {
    border: none !important;
    position: relative;
    max-width: 300px;
    margin: 5px auto !important;
    padding: 10px 50px !important;
    color: #b2b2b2;
    text-align: center;
}

.ssg-quote1:before {
    content: "";
    background: url("svgs/quote1bef.svg") no-repeat center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.ssg-quote1:after {
    content: "";
    background: url("svgs/quote1aft.svg") no-repeat center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ssg-quote2 {
    border: none !important;
    position: relative;
    margin: 5px auto !important;
    padding: 10px 50px !important;
    color: #b2b2b2;
    text-align: center;
}

.ssg-quote2:before {
    content: "";
    background: url("svgs/quote2bef.svg") no-repeat center;
    display: block;
    width: 96px;
    height: 35px;
    margin: 10px auto;
}

.ssg-quote2:after {
    content: "";
    background: url("svgs/quote2aft.svg") no-repeat center;
    display: block;
    width: 96px;
    height: 35px;
    margin: 10px auto;
}

.ssg-quote3 {
    border: none !important;
    position: relative;
    max-width: 300px;
    margin: 5px auto !important;
    padding: 10px 50px !important;
    color: #b2b2b2;
    text-align: center;
}

.ssg-quote3:before {
    content: "";
    background: url("svgs/quote3bef.svg") no-repeat center;
    display: block;
    width: 1px;
    height: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ssg-quote3:after {
    content: "";
    background: url("svgs/quote3aft.svg") no-repeat center;
    display: block;
    width: 1px;
    height: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ssg-quote4 {
    border: none !important;
    position: relative;
    margin: 5px auto !important;
    padding: 10px 50px !important;
    color: #b2b2b2;
    text-align: center;
}

.ssg-quote4:before {
    content: "";
    background: url("svgs/quote4bef.svg") no-repeat center;
    display: block;
    width: 29px;
    height: 23px;
    margin: 10px auto;
}

.ssg-quote4:after {
    content: "";
    background: url("svgs/quote4aft.svg") no-repeat center;
    display: block;
    width: 29px;
    height: 23px;
    margin: 10px auto;
}

.ssg-quote5 {
    border: none !important;
    position: relative;
    max-width: 300px;
    margin: 5px auto !important;
    padding: 10px 50px !important;
    color: #b2b2b2;
    text-align: center;
}

.ssg-quote5:before {
    content: "";
    background: url("svgs/quote5bef.svg") no-repeat center;
    display: block;
    width: 21px;
    height: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ssg-quote5:after {
    content: "";
    background: url("svgs/quote5aft.svg") no-repeat center;
    display: block;
    width: 21px;
    height: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.se-dropdown[name=ssgQuote] .ssg-quote-item {
    padding: 0 !important;
}

.se-dropdown[name=ssgQuote] .ssg-quote-item.ssg-quote1,
.se-dropdown[name=ssgQuote] .ssg-quote-item.ssg-quote5 {
    line-height: 40px;
}

.se-dropdown[name=ssgQuote] .ssg-quote-item:after,
.se-dropdown[name=ssgQuote] .ssg-quote-item:before {
    transform: scale(0.7);
}