.top-pdt-line {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 20px 0 20px 0;
}

.pro-info-sec {
	padding: 20px;
}



.pro-img-sec {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 350px;
	border-radius: 12px;
	border: 1px solid #7D7D7D;
}

.pro-info-sec {
	height: 500	px;
	position: relative;
}

.pro-cont {
	padding: 33px;
}

.spe-div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.counter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	border-radius: 30px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 0px 10px;
	width: 143px;
}

.counter button {
	background: none;
	border: none;
	font-size: 24px;
	width: 30px;
	cursor: pointer;
	color: #333;
}

.counter input {
	border:none;
	margin: 0 15px;
	font-size: 20px;
	min-width: 20px;
	text-align: center;
}

.pro-addcard {
	width: 143px;
	height: 40px;
	border-radius: 30px;
	background: #2a8080;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	border: transparent;
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	
}

.pro-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.accessPdf{
color: #2A8080;
font-weight: 600;
font-size: 16px;
}
.namePdf{
	display: flex;
	justify-content: space-between;
}
.namePdf h3{
color: #333;
font-size: 16px;
font-weight: 600;
}
.pro-cont{
	display: flex;
	
}

@media (max-width: 768px) {

	.pro-img-sec{
	border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 0.5px solid #c0c0c0;
    height: auto;
    margin-bottom: 15px;
	}
	.pro-img{
	max-width: 100%;
    height: auto;
	}
	.pro-cont{
	padding:10px;
	flex-direction: column;
	}
	.pro-info-sec{
	padding: 0;
	
	}
	.pro-info-sec p{
	font-size: 14px;
	}
	.spe-div p{
	margin: 0;
	}
	.namePdf h3,
	.namePdf a {
    font-size: 14px;
}
	.pro-cont h6{
	font-size: 14px;
	}
	.pro-buttons{
	margin-top:15px;
	justify-content: space-between;
	}
	}