/*
html, body {
width: 100%;
height: 100%;
}
*/

/* 
Document   : assan
Author     : Design_mylife
Description:assan Themes kit
Version    : V2.5
*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,600,700,800";
@import url(../pe-icons/Pe-icon-7-stroke.css);
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Poppins", sans-serif;

}


.myRow {
    margin-left: 50px;
    margin-right: 50px;
}

/**team-v2**/
.person-v2 {
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.person-desc-v2 {
    padding: 5px;
}
.person-desc-v2 ul {
    margin: 0;
    padding: 0;
}

.our-team-v-2 {
    padding-top: 70px;
    /**background-color: #f5f5f5;**/
    padding-bottom: 40px;
}

.person-v2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.person-v2 h3 {
    margin: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    font-family: sans-serif;
    color: black;
}

.person-desc-v2 em {
    display: block;
    color: #777;
    margin-bottom: 10px;
}