.SSH{
  text-shadow: rgba(0,0,0,0.3) 0 30px 25px;
}

.title-pst{
z-index: 2;
}

ul {
  list-style-image: url('/images/website/icon-list-2-3.png');
}

.SSH2{
  text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


.SSH3{
  text-shadow: 1px 1px 1px #181b1d,
        1px 2px 1px #181b1d,
        1px 3px 1px #181b1d,
        1px 4px 1px #181b1d,
        1px 5px 1px #181b1d,
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.SSH4{
transform: perspective(500px) scaleY(1) rotateX(20deg);
  
  background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bubbles {
display: inline-block;
position: relative;
}

.individual-bubble {
position: absolute;
border-radius: 100%;
bottom: 10px;
background-color: #fff;
z-index: 100;
}



.full-width-btn a span, 
.full-width-btn a {
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
}