﻿.team-boxes .box-inner{
    background:#fff;
}

.team1 .inner.team{
    padding-top:65px;
}

.team2{
    background:#f3f3f3;
    border-top:3px solid #830041;
    border-bottom:3px solid #830041;
    position:relative;
}

.team2 .t-arrow1 {
display: block;
left: 50%;
border-top: 35px solid black;
border-top-color: #830041;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
position: absolute;
top: 0;
z-index: 5;
margin-left: -35px;
}

.team2 .t-icon1 {
background-image: url(/images/ser_icon_flat_mini_white_reverse.png);
width:17px;
height:30px;
display: block;
left: 50%;
position: absolute;
top: 0;
z-index: 6;
margin-left: -8.5px;
}

.team2 .t-arrow2 {
display: block;
left: 50%;
border-bottom: 35px solid black;
border-bottom-color: #830041;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
position: absolute;
bottom: 0;
z-index: 5;
margin-left: -35px;
}


.team2 .t-icon2 {
background-image: url(/images/ser_icon_flat_mini_white.png);
width:17px;
height:30px;
display: block;
left: 50%;
position: absolute;
bottom: 0;
z-index: 6;
margin-left: -8.5px;
}