.slick-counter
{
position:absolute;
top:5px;
left:5px;
background:yellow;
padding:5px;
opacity:0.8;
border-radius:5px;
}
.slick-wrapper 
{
width: 100%;
}
.slide-item 
{
background-color: white;
color: aqua;
margin: 0 auto;
display: flex !important;
justify-content: center;
align-items: center;
text-align: center;
height: 350px;
max-width: 350px;
margin-bottom: 30px;
border: 1px solid white;
}
.slide-item h3 
{
font-family: Lato, sans-serif;
font-size: 40px;
}
.slick-prev 
{
left: 100px;
z-index: 1;
}
.slick-next 
{
right: 100px;
}
.h2_txt 
{
color: #103182;
font-family: "Avenir", Sans-serif;
font-weight: 900;
margin: 0px;
float: left;
}
.lft, .rgt
{
color: #103182;
font-size: 30px;
}
.lft
{ }
.slider__counter, .slider__counter2
{
font-weight: bold;
font-size: 18px;
color: #103182;  
}
.arrow_block
{
display: flex;
justify-items: flex-end;
justify-content: end;
margin-right: 6%;
margin-bottom: 2%;
opacity: 0;
}    
@media screen and (max-width: 480px) 
{
.arrow_block {
display: inline-flex;
align-items: center;
margin-left: 40%;
text-align: center;
}
.h2_txt {
float: none !important;
font-size: 1.5rem;
text-align: center;
}
}