@media (max-width: 767px) {

div.member {
    width: 100%;
}
	
p.topcenter {
    font-size: 100%;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}
	
img.member {
    width: 60%;
    float: left;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 30px;
    border-radius: 200px;
}
	
img.service {
    width: 60%;
    float: left;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 30px;
}
	
div.topofficeleft {
    width: 100%;
    float: left;
	margin-right: 1%;
    margin-top: 15px;
	    text-align: center;
}
div.topofficeleft img {
    margin-bottom: 10px;
}
div.topofficeright {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;	
}
div.topofficeright img {
    margin-bottom: 10px;
}
	
ul.mission {
    width: 90%;
    text-align: left;
    padding-left: 4%;
    font-size: 18px;
}
	
.vk-mobile-nav-menu-btn {
    border: 1px solid #ddd;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.container td {
    width: 100%;
    display: block;
    background: #fdfcfc;
    font-weight: bold;
    padding: 10px;
}
.container th {
    width: 100%;
    display: block;
}

.media .media-body .media-heading {
    line-height: 1.9em;
}
	
.mainSection-title, h2 {
    background-color: #ffffff;
    padding: 5px;
    font-size: 35px;
    background: no-repeat;
}
	
.subSection-title, h3 {
    text-align: center;
    margin-top: 30px;
}
	
}