.anthemeblocks-staticblockcategory {
  margin-bottom: 74px;
  margin-top: 30px;
}

.staticblockcategory-item{
  position: relative;
  overflow: hidden;
}
.staticblockcategory-item.staticblockcategory-item-big {
  max-width: 370px;
  position: relative;
  margin-bottom: 30px;
  float: right;
}
.anthemeblocks-staticblockcategory .staticblockcategory-item-big:first-child {
  float: left;
}
.staticblockcategory-item.staticblockcategory-item-small {
  position: relative;
  margin: 0 auto 30px;
  max-width: 370px;
}
.staticblockcategory-item img {
  transition: opacity .35s;
}
.staticblockcategory-item .anthemeblocks-staticblockcategory-desc { 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 38px 37px;
  justify-content: flex-end;
}

.anthemeblocks-staticblockcategory-desc h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.143;
  color: #000;
  max-width: 250px;
}

.anthemeblocks-staticblockcategory-content p {
  max-width: 320px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  
}
.satitblock-image {
  background: #fff;
}
.anthemeblocks-staticblockcategory-desc .btn-primary {
  margin-top: 18px;
  line-height: 46px;
  min-width: 140px;
}

.anthemeblocks-staticblockcategory-desc .an_link-block span {
  font-size: 16px;
}
.staticblockcategory-item:hover .an_link-block span {
  color: #070707;
}

/*** effects ***/
.anthemeblocks-staticblockcategory-desc h2 {
  transition: transform 0.35s;
  transform: translate3d(0,28px,0);
  margin-bottom: 30px;
}
.anthemeblocks-staticblockcategory-desc .an_link-block {
  opacity: 0;
  margin-left: 3px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0,28px,0);
}

.staticblockcategory-item:hover .anthemeblocks-staticblockcategory-desc .an_link-block,
.staticblockcategory-item:hover .anthemeblocks-staticblockcategory-desc h2 {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.staticblockcategory-item:hover img {
  opacity: .7;
}

@media (max-width: 1200px) {
  .anthemeblocks-staticblockcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .staticblockcategory-item.staticblockcategory-item-big,
  .staticblockcategory-item.staticblockcategory-item-small {
    margin: 0 15px 30px;
  }
}
@media (max-width: 480px) {
  .staticblockcategory-item img {
    width: 100%;
  }
  .anthemeblocks-staticblockcategory-desc h2 {
    font-size: 28px;
  }
}