.tab-outer{
}
.tab-list ul{
margin-top: 0;
}
.tab-list a{
padding: 0.2rem 1.6rem 0;
height: 3.9rem;
text-decoration: none;
background: #E5E8F1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
}
.tab-list li.active a,
.tab-list li:hover a{
background:  var(--white-color);
}
.tab-list li.active a:after,
.tab-list li:hover a:after{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 0.4rem;
background: #D6001C;
}
.tab-info-outer{
background: var(--white-color);
padding: 2.4rem;
box-shadow: 0px 4px 8px 0px rgba(112, 144, 176, 0.15);
}
.tab-info{
display: none;
}
.tab-info.active{
display: block;
}
.tab-list a h2{
font-size: 16px!important;
font-weight: normal;
font-family: 'Poppins';
}
@media(min-width:1200px) and (max-width:1259px){
}
@media(min-width:992px) and (max-width:1199px){
}
@media(min-width:768px) and (max-width:991px){
.tab-info-outer {
padding: 2.4rem 1.6rem;
}
}
@media(max-width:767px){
.tab-list a {
padding: 0.4rem 1.6rem 0;
height: 4.3rem;
}
.tab-info-outer {
padding: 2.4rem 1.6rem;
}
.tab-info p {
font-size: 1.6rem;
line-height: 2.6rem;
}
}