.startkit-btn .slide-content p {
    color: #fff;
    background: black;
	  background: rgba(0, 0, 0, 0);
    padding: 6px 12px;
    border-radius: 2px;
}


.startkit-btn .slide-content h1 {
    letter-spacing: 0.7px;
    background: black;
    background: rgba(0,0,0,0);
    border-radius: 2px;
    padding: 6px 12px;
    color: white;
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}