@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

.info-box {
	background: #f5ecdd;
	position: absolute;
	top: 110px;
	z-index: 999;
}

.info-box span {
	background: #71C7F2;
	color: #fff;
	padding: 10px;
}

.info-box p {
	padding: 10px 20px;
}



.info-btn {
	margin-top: 40px;
	margin-left: 10px;
}

.info-btn button {
	background: #f2f2f2;
	border: 0;
	width: 100%;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	cursor: pointer;
	padding: 5px;
}

.info-btn button i, .info-btn button .info-i-btn {
	border: 2px solid #5f6060;
	border-radius: 50%;
	font-size: 24px;
	height: 35px;
	width: 35px;
}

.info-btn button .info-i-btn {

	font-family: 'Libre Baskerville', serif;
	font-weight: 900;
	padding-top: 1px;
}

.info-btn button i {
	padding-top: 4px;
}