#main {
	margin: 100px 0 50px;
}

.attachment-full.size-full.wp-post-image {
	display: block;
}

h2.entry-title {
	margin-top: 0;
	margin-bottom: 14px;
}

.main-info {
	color: #323232;
	font-weight: 600;
	line-height: 27px;
}

.schedule {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
}

.description {
	margin-bottom: 25px;
	color: #000;
}

.description a {
	color: inherit;
	font-weight: 700;
}

.buttons {
	margin-top: 23px;
	row-gap: 23px;
}

.buttons .button {
	width: 100%;
}

.additional-content {
	margin: 100px 0;
	padding: 0 15px;
}

@media (max-width: 768px){
	h2.entry-title {
		margin-top: 20px;
	}
}

@media (max-width: 480px){
	#main {
		margin: 50px 0 10px;
	}

	.half-image-half-content {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.site-footer {
		padding-top: 10px;
	}
}