.block h2.block-title {
    color: #14264e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom:0;
}

.teamblock{
  display:block;
  position:relative;
  width:100%;
  height:260px;
}
.teamblock .img,.teamblock .text{
  width:50%;
  position:absolute;
  height: 260px;
}
.teamblock:nth-child(odd)  {
    background-color: #13254D;
}
.teamblock:nth-child(even)  {
  background-color: #00357B;
}
.teamblock:nth-child(odd) .img, .teamblock:nth-child(even) .text {
    display: block;
    right: 0;
}
.teamblock:nth-child(even) .img, .teamblock:nth-child(odd) .text {
    display: block;
    left: 0;
}
.teamblock img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamblock .textinfo{
width: 92%;
    margin: 4%;
    height: 88%;
    border: 1px solid rgba(255,255,255,0.6);
}
.teamblock .textinfo h3 a,.teamblock .textinfo h3{
  padding:20px 20px 5px 20px;
  color:#FFF;
  display:block;
}
.teamblock .textinfo p{
  margin:0 20px;
  color:rgba(255,255,255,0.8);
}