/* top-image */
.top-image .smb-section__title {
	font-size: 50px;
	line-height: 1.8;
}
.top-image .c-container {
	background-color: rgba(255,255,255,0.8);
	padding: 50px 0 0 0;
	margin: 0px auto;
}

@media screen and (max-width: 730px) {
	.top-image .smb-section__title {
		font-size: 35px;
		line-height: 1.5;
	}
	.about-me .smb-media-text__figure {
		width: 75%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 520px) {
	.top-image .smb-section__title {
		font-size: 25px;
		line-height: 1.3;
	}
	.about-me .smb-media-text__figure {
		width: 80%;
		margin: 0 auto;
	}
	.contact-foot .has-text-align-center {
		font-size: 30px;
	}

}
@media screen and (max-width: 360px) {
	.top-image .smb-section__title {
		font-size: 20px;
		line-height: 1.3;
	}
	.about-me .smb-media-text__figure {
		width: 85%;
		margin: 0 auto;
	}
	.contact-foot .has-text-align-center {
		font-size: 26px;
	}
}

.c-drawer__inner ul {
	color: black;
	font-weight: bold;
}


.smb-btn {
	background-color: #fcb900;
    border-radius: 25px;
}

.head-icon img{
	width: 90%;
}

.about-me img {
	border-radius: 50%;
}


.service .smb-panels__item {
	border-radius: 10%;
}

.service img {
	border-radius: 10%;
}

.service .smb-items__item__title {
	text-align: center;
}

.service .smb-panels__item__content {
	text-align: left;
}

.service p {
	text-align: center;
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer a:hover {
	color: #EAD219;
	cursor: pointer;
}

.footer img {
	margin-left: 30px;
	width: 90%;
}

.footer .has-text-align-right {
	margin-left: 10px;
}