
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #ffffff;
}

a {
    outline: none;
    text-decoration: none;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}


h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    
}


h2{
  font-size: 20pt !important;
}
h3{
  color: #6da794;
  font-size: 13pt !important;
}
h4{
color: #c4302b;
font-style: italic; 
font-size: 12pt !important;
float: inline-end !important;
}
img {
    width: 400px;
    height: auto;
    float: left;
    padding-bottom: 30px;
    padding-right: 20px;

}



/* .team-1 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  transition: all .3s;
}

.team-1 .team-social a.social-tw {
  background: #00acee;
}

.team-1 .team-social a.social-fb {
  background: #3b5998;
}

.team-1 .team-social a.social-li {
  background: #0e76a8;
}

.team-1 .team-social a.social-in {
  background: #3f729b;
}

.team-1 .team-social a.social-yt {
  background: #c4302b;
}

.team-1 .team-social a:last-child {
  margin-right: 0;
}

.team-1 .team-social a:hover {
  background: #222222;
} */