.historyBlog{margin:30px 0}.historyBlog h3{font-size:15px;margin-bottom:2px}.historyBlog h3 strong{font-size:34px;color:#78bc1d;font-weight:700}.historyBlog__description{display:flex;justify-content:space-between}@media only screen and (max-width:480px){.historyBlog__description{flex-direction:column}}.historyBlog__description .text{margin:0;font-size:12px!important;line-height:normal}.historyBlog__description a{font-size:12px!important;line-height:normal;font-weight:700;color:#231f20;text-decoration:underline!important}.historyBlog__cards{margin-top:20px}@media only screen and (max-width:480px){.historyBlog__cards{flex-direction:column}.historyBlog__cards img{max-width:100%!important;margin-bottom:10px}}.historyBlog__cards{display:flex;justify-content:space-between;align-items:center}.historyBlog__cards--item{background-color:#ccc;background-position:50%;background-size:100%;width:100%;max-width:620px;height:250px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;transition:all .5s ease-in-out;position:relative}@media only screen and (max-width:480px){.historyBlog__cards--item{background-size:cover;height:360px;margin-bottom:15px}}.historyBlog__cards--item:hover{background-size:105%}.historyBlog__cards--item .overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);z-index:1;transition:all .4s ease-in-out}.historyBlog__cards--item:hover .overlay{background:rgba(0,0,0,.3)}.historyBlog__cards--item .text{color:#fff;line-height:1.3;font-size:26px;font-weight:400;margin-bottom:30px;position:relative;z-index:2}.historyBlog__cards--item span{background:#fff;color:#232323;font-size:12px;padding:5px 26px;border-radius:5px;font-weight:500;transition:all .5s;position:relative;z-index:2}.historyBlog__cards--item:hover span{color:#78bc1e}