@charset "UTF-8";
@import url("./style.css");

section .inner p {
}

section .inner p.cv {
	margin-bottom: 50px;
}

section .inner p.btn {
	width: 90%;
	margin: 0 auto 150px;
}

section .inner p img {
	width: 100%;
	display: block;
}

section .inner p.map iframe {
	width: 100%;
	display: block;
}

.map iframe {
	width: 100%;
}

.cv {
	margin: 0 auto;
    padding: 0 7%;
    background-color: #191919;
}

.cv li:nth-child(1) {
	margin-bottom: 7%;
}

.cv li img {
	display: block;
 	width: 100%;
}

.headers {
	position: relative;
}

.headers a {
    position: absolute;
    top: 0.7%;
    left: 2.2%;
    width: 49.2%;
    height: 6.2%;
}

@media screen and (max-width:764px) {
section .inner p {
	margin-bottom: 0px;
}

section .inner p.cv {
	margin-bottom: 20px;
}
section .inner p.btn {
	margin: 0 auto 50px;
}

}