#solutions-last {
	position: relative;
	background: #1C3144;
	background-image: url(../img/calendly-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.solutions-third-section {
	padding: 20px;
	background: #fff;
	color: #444;
	max-width: 500px;
	width: 80%;
	margin: auto;
}
.calendly-link {
	background: #fff;
	border: 2px solid #FF8100;
	color: #444;
	letter-spacing: 1px;
	font-size: 16px;
	transition: background-color 0.3s ease;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.calendly-link:hover {
	background-color: #FF8100;
	color: #fff;
}
#solutions-last .h3 {
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.get-to-know-time {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.twenty-min {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
}
.twenty-min span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
	background: #66ccff;
}
.sixty-min {
    display: none;
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
}
.sixty-min span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
	background: #ffff00;
}
.solutions-third-section p {
	text-align: left;
	margin: auto;
	margin-bottom: 30px;
	font-size: 17px;
	letter-spacing: 1px;
	max-width: 350px;
}
@media only screen and (max-width: 600px) {
	.twenty-min, .sixty-min {
		width: 100%;
		float: none;
		margin: auto;
	}
	.twenty-min {
		margin-bottom: 10px;
	}
}