.professional {
	position: relative;
	background: #fff;
}

.professional-about {
	margin-bottom: 4rem;
}

.professional-about > .title {
	display: block;
	margin-bottom: 1.5rem;
}

.professional-about > .button {
	margin-bottom: 3rem;
}

.professional-about-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
}

.professional-about-image > .img {
	max-height: 400px;
	border-radius: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.professional-about-image > .rating {
	margin-top: 2rem;
	filter: brightness(50%);
}

.professional-about-content > .title {
	margin-bottom: .5rem;
}

.professional-about-content > .text {
	margin-bottom: 3rem;
}

.professional-specs > .title {
	margin-bottom: 3rem;
}

.professional-specs > .swiper {
	margin: 0 -1rem;
}

.professional-specs > .swiper > .grid > .grid-item {
	padding: 0 1rem;
	height: auto;
}

.professional-specs-item {
	height: 100%;
	padding: 2rem;
	border-radius: 1rem;
}

.professional-specs-item > .title {
	margin-bottom: 2rem;
}

.professional-specs-item > p {
	margin: 1.5rem 0;
}

.professional-specs-item > p:last-child {
	margin-bottom: 0;
}

.professional-specs .swiper-bullets {
	margin-top: 2rem;
}

@media (min-width: 600px) {
	.professional-about > .wrapper {
		display: flex;
		align-items: flex-start;
	}
	.professional-about-image {
		flex-shrink: 0;
		width: 35%;
		margin-bottom: 0;
	}
	.professional-about-content {
		padding-left: 3rem;
	}
}

@media (min-width: 800px) {
	.professional-about {
		position: relative;
		margin-bottom: 4.5rem;
	}
	.professional-about > .title {
		margin-bottom: 4rem;
	}
	.professional-about > .button {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	.professional-about-content {
		padding-left: 3.5rem;
	}
	.professional-about-content > .text {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1000px) {
	.professional-about-image {
		width: 30%;
	}
}

@media (min-width: 1200px) {
	.professional-about {
		margin-bottom: 5rem;
	}
	.professional-about-content {
		padding-left: 4rem;
	}
	.professional-about-content > .text {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1400px) {
	.professional-about-image {
		width: 25%;
	}
}

.appointment {
	position: relative;
}

.appointment > .wrapper > .title.is-large {
	margin-bottom: 1.5rem;
}

.appointment > .wrapper > .title.is-small {
	margin-bottom: 3rem;
}

.appointment-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.appointment-form > .wrapper {
	width: 100%;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
}

.appointment-form > .wrapper > .grid {
	margin: -1rem;
}

.appointment-form > .wrapper > .grid > .grid-item {
	padding: 1rem;
}

.appointment-form > .button {
	width: 100%;
	max-width: 18rem;
	margin-top: 2rem;
}

.appointment-form > .text {
	margin-top: 1.5rem;
	font-weight: 600;
	color: #64C378;
}

@media (min-width: 1000px) {
	.appointment-form > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
}
