.company{
    min-height: 1300px;
}

.company-content{
    margin-top: 15px;
  overflow-x: hidden;
    display:none;
}
.company-content:after{
   height: 42px;
background-color: #d3d400;
content: 'zwiń';
color: #fff;
display: block;
text-align: right;
padding-top: 10px;
padding-right: 10px;
margin-top: 10px;
cursor: pointer;

}
.company-field{
    cursor: pointer;
    min-height: 90px;
}

.company-field.overlay{
    opacity:0.2;
}
.company-field.overlay:hover{
     opacity:0.8;
}
.company .header-line{
    color: #404040;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
position: relative;
background-color: #fff;

}
.company .header-line:before{



}
@media (max-width: 767px) {

}