.demo{  width: 100%;
    padding-top: 15px;border-radius: 10px; }

   .our-team {
    text-align: center;
    position: relative;
    margin-left: 1%;
    margin-bottom: 1%;    margin-right: 8%;

}


.our-team .pic{
       width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #ead9c9;
    margin: 0 auto;
    overflow: hidden;

}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team:hover .social li a{ transform: scale(1); }
.our-team:hover .social li a:hover{ background: #7a4b94; }
.our-team .team-content{
       padding: 10px 15px 9px;
    background: #f0e0d2;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #065b8e;
}
.our-team .title{
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team .number{
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.our-team .description{
    padding: 9px;
    background: #fff;
    border-radius: 20px;
    font-size: 15px;
    color: #b80303;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: bold;
}


/*second for dynamic*/

 .our-team1 {
    text-align: center;
    position: relative;
    margin-left: 3%;
    margin-right: 2%;

}
.our-team1 .pic{
       width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #ead9c9;
    margin: 0 auto;
    overflow: hidden;

}
.our-team1 img{
    width: 100%;
    height: auto;
}
.our-team1 .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team1 .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team1:hover .social li a{ transform: scale(1); }
.our-team1:hover .social li a:hover{ background: #7a4b94; }
.our-team1 .team-content{
       padding: 10px 15px 9px;
    background: #f0e0d2;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #065b8e;
    height:76px;
}
.our-team1 .title{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team1 .post{
    display: block;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team1 .number{
    display: block;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.our-team1 .description{
    padding: 9px;
    background: #f5f4f4;
    border-radius: 20px;
    font-size: 15px;
    color: #b80303;
    line-height: 21px;
    margin-bottom: 16px;
    font-weight: bold;
    height: 175px;
}








@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team .pic{
        width: 150px;
        height: 150px;
    }
    .our-team .social{ top: 20px; }
}
.entrance { font-family: Oswald;
    font-size: 50px;
    padding-top: 18px;
    color: #ffee03 !important;
    text-shadow: 1px 2px 3px #000;}
    
.aspira { padding-top: 7px;
    background: #f3f3f3;
    width: 23%;
    margin-left: 2%; margin-top:0%;}
@media screen and (max-width: 480px) and (min-width: 320px) {
	
.aspira { padding-top: 7px;
    background: #f3f3f3;
    width: 100%;
    margin-left: 2%; margin-top:0%;}	
	
.entrance {
	font-family: Oswald;
    font-size: 39px;
    padding-top: 23px;
    color: #ffee03 !important;
    text-shadow: 1px 2px 3px #000; }		
}



@media only screen and (max-width: 990px){
    .our-team1{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team1 .pic{
        width: 150px;
        height: 150px;
    }
    .our-team1 .social{ top: 20px; }
}