.jet-services {

	.jet-services__icon {
		color: white;
		font-size: 40px;
		text-align: center;
		margin: 10px 0;

		.inner {
			width: 80px;
			height: 80px;
			background-color: #6ec1e4;
			border-radius: 50%;
		}
	}

	.jet-services__title {
		font-size: 20px;
		color: black;
		margin: 10px 0;
	}

	.jet-services__desc {
		text-align: center;
		font-size: 16px;
		color: #54595f;
		margin: 10px 0;
	}
}
