/*.margin-vertical-3rem {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.margin-vertical-2rem {
    margin-top: 0rem;
    margin-bottom: 0rem;
}*/
h1{
	margin: 0;
}
#product-info{
	padding-top:40px ;
}
.icon {
    width: 100px;
    height: 100px;
}
.card {
     box-shadow: none; 
}
.header{
	padding-left: 5%;
}
.cpts{
	margin: 60px 0;
    width: 100%;
}
.cpts.wrapper{
	padding: 0;
}
.cpts h1{
	text-align: center;
	margin-bottom: 30px;
}
.cpts_img{
	background-image: url(../img/sbdt.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 300px;
	width: 100%;
	position: relative;
}
.cpts_img p{
	position: absolute;
	color: #1586e6;
	font-size: 16px;
}
.cpts_img p:nth-child(1){
	top: 12%;
	left: 3%;
}
.cpts_img p:nth-child(2){
	top: 1%;
	right: 3%;
}
.cpts_img p:nth-child(3){
	bottom: -10%;
	left: 10%;
}
.cpts_img p:nth-child(4){
	bottom: -10%;
	right: 10%;
}
.start{
	text-align: center;
}
.content {
    padding: 8px;
}