.entry__table{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
width: 100%;
margin: 10px 0;
border: 5px solid #fff5b5;
}
.entry__table>.entry__table-header{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.entry__table>.entry__table-header>.entry__table-header-item-1{
width: 20%;
display: flex;
justify-content: center;
background: rgba(0,0,0,0.05);
padding: 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
border-right: 1px solid rgba(0,0,0,0.1);
}
.entry__table>.entry__table-header>.entry__table-header-item-2{
width: 60%;
display: flex;
justify-content: center;
background: rgba(0,0,0,0.05);
padding: 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
border-right: 1px solid rgba(0,0,0,0.1);
}
.entry__table>.entry__table-header>.entry__table-header-item-3{
width: 20%;
display: flex;
justify-content: center;
background: rgba(0,0,0,0.05);
padding: 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.entry__table>.entry__table-content{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
transition: 0.3s;
}
.entry__table>.entry__table-content:hover{
transition: 0.3s;
}
.entry__table>.entry__table-content>.entry__table-content-item-1{
width: 20%;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
justify-content: center;
-ms-align-items: center;
align-items: center;
border-right: 1px solid rgba(0,0,0,0.1);
padding-bottom: 10px;
}
.entry__table>.entry__table-content>.entry__table-content-item-2{
width: 60%;
display: flex;
align-items: center;
border-right: 1px solid rgba(0,0,0,0.1);
}
.entry__table>.entry__table-content>.entry__table-content-item-2 ul{
padding-left: 30px;
font-size: 16px;
margin-bottom: 0px;
}
.entry__table>.entry__table-content>.entry__table-content-item-2 li{
 margin-bottom:0px;
}
.entry__table>.entry__table-content>.entry__table-content-item-3{
width: 20%;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
justify-content: center;
-ms-align-items: center;
align-items: center;
border-right: 1px solid rgba(0,0,0,0.1);
}
.entry__table>.entry__table-content>.entry__table-content-item-3 a{
text-decoration: none;
color: rgba(255,255,255,1);
padding: 10px 20px;
background: #82b335;
border-radius: 5px;
transition: 0.3s;
}
.entry__table>.entry__table-content>.entry__table-content-item-3 a:hover{
background: #449d44;
color: #fff!important;
transition: 0.3s;
}
@media screen and (max-width: 767px) {
 .entry__table>.entry__table-header{
 display: none;
 }
 .entry__table>.entry__table-content{
 -webkit-flex-direction: column;
 -moz-flex-direction: column;
 -ms-flex-direction: column;
 -o-flex-direction: column;
 flex-direction: column;
 }
 .entry__table>.entry__table-content>.entry__table-content-item-1{
 width: 100%;
 }
 .entry__table>.entry__table-content>.entry__table-content-item-2{
 width: 100%;
 }
 .entry__table>.entry__table-content>.entry__table-content-item-3{
 width: 100%;
 }
}
@media screen and (max-width: 767px) {.span__name{display:none!important;}.breadcrumbs{display:none!important;font-size:12px!important;}.breadcrumbs span{padding:0!important;}}
.breadcrumbs span{display:flex;align-items:center;}
.breadcrumbs a{display:flex;align-items:center;}
.span__name {display:none!important;}