/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
box-sizing: border-box;
}
body {
margin: 0px;
}
/**Typeo CSS End**/
img {
max-width: 100%;
}
.team-scn *, .team-scn {
--base-fm: 'Rubik', sans-serif;
--bnr-cont-w: 550px;
--base-size: 16px;
--theme-clr: #0c52a1;
--title: 40px;
--base-clr: #999999;
--white-clr: #ffffff;
--black-clr: #000000;
--bg-clr: #5b7695;
}
.team-scn {
background-color: var(--bg-clr);
text-align: center;
font-family: var(--base-fm);
padding: 40px 0px;
font-size: var(--base-size);
}
h2 {
margin-top: 0px;
font-size: var(--title);
font-family: var(--base-fm);
color: var(--white-clr)
}
.desc {
max-width: 900px;
width: 100%;
margin: auto;
color: var(--white-clr);
font-size: var(--base-size);
font-family: var(--base-fm);
line-height: 1.5;
padding: 0px 15px
}
.team-list {
width: 100%;
padding: 20px 15px;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
min-height: 310px;
font-family: var(--base-fm);
max-width: 1260px;
margin: auto;
}
.profile-card {
background: #fff;
padding: 30px 20px;
border-radius: 4px;
box-shadow: 0 0 22px #3336;
transition: .6s;
flex: 0 0 280px;
margin: 10px 10px;
}
.profile-card .img {
border-radius: 50%;
box-shadow: 0 0 22px #3336;
transition: .6s;
width: 80px;
height: 80px;
overflow: hidden;
margin: auto;
}
.profile-card .img img {
object-fit: cover;
height: 100%;
width: 100%;
}
.profile-card .tm-name {
margin: 15px 0px 5px 0px;
font-weight: 500;
display: inline-block;
width: 100%;
}
.profile-card .designation {
color: var(--theme-clr);
margin: 2px 0 9px 0;
display: inline-block;
width: 100%;
font-size: calc(var(--base-size) - 2px)
}
.social-links {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 5px;
}
.social-links a {
width: 18px;
margin: 0px 6px;
height: 18px;
transition: 0.5s all;
}
.social-links a:hover {
opacity: 0.7;
margin-top: -4px;
}
.social-links a img {
border: none;
box-shadow: none;
width: 100%;
border-radius: 0px;
}
@media(max-width:767px) {
h2 {
font-size: calc(var(--title) - 10px);
margin-bottom: 10px;
}
}