.ja-module.box1{
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: 3px solid #2c83c4;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.ja-module.box1:first-child{
  margin-top: 0;
}
.ns2-row.ns2-first.ns2-odd {
    border-top: none;
}
.ns2-row {
    border-top: 1px solid #ccc;
}
.module-title.title1 {
    background-color: #f3f3f3;
    border-bottom: 0!important;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 0!important;
    padding: 16px 20px;
    font-weight: 700;
}
.span3 {
  padding-left: 0;
  padding-right: 0;
}  

.float-pos {
    position: fixed;
    right: 0;
    padding-right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2001;
}

@media (min-width: 992px) {
.blog-items.columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    display: grid;
    grid-auto-flow: row;
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
}
  }

@media (max-width: 480px){
.navbar-brand {
    display: none;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: center;
}
  }

.list-unstyled {
    display: contents;
}

.blog-items .blog-item {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.items-more:before {
    content: "Ещё статьи";
}

h1 {
  font-size: 32px;
  line-height: 1.1;
}