.homepage-main .inner {
	padding: 100px 30px 60px;
}
.homepage-main .inner h2.main-section-title{
	text-align: center;
	font-family: baskerville-display-pt, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
}
.homepage-main .inner .inner-content{
	text-align: center;
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
}
ul.homepage-gallery{
	width: 100%;
	list-style: none;
	margin:0;
	padding: 60px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.homepage-gallery li{
	width: calc(25% - 30px);
	max-width: calc(300px - 30px);
	margin:15px;
}
ul.homepage-gallery li img{
	width: 100%;
	height: auto;
}
section.service-section{
	background:#791ea9;
	color: #fff;
}
section.service-section .inner{
	padding: 80px 40px;
}
.service-section-opening{
	width: 100%;
	padding-bottom:30px;
}
.service-section-opening h2{
	text-align: center;
	font-size: 1.9rem;
}
.service-section-opening p{
	text-align: center;

}
ul.service-section-list{
	list-style: none;
	margin:0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.service-section-list li{
	width: calc(25% - 20px);
	margin: 10px;
	padding: 5px;
}
ul.service-section-list li a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	border:1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.12);
	transition: all ease-in-out 0.4s;
	border-radius: 20px;
}
ul.service-section-list li a:hover{
	background: rgba(255,255,255,0.2);
}
ul.service-section-list li a img{
	width: 100%;
	max-width: 130px;
}
ul.service-section-list li a span{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	height: 70px;
	border-top:1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width:600px){
.homepage-main .inner .inner-content{
	width: 100%;
}
}