.items {
  position: relative;
  z-index: 300;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 20px;
}

.mt {
  margin-top: 30px;
}

.item {
  position: relative;
  /*flex: 1 1;*/
  padding-right: 15px;
  margin-top: 15px;
}

.cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col2 {
  width: 47%;
}

.fl11 {
  flex: 1 1;
}

.fl11:last-child {
  padding-right: 0;
}

.w2 {
  width: 50%;
}

.w2:nth-child(2n) {
  padding-right: 0;
}

.w3 {
  width: 33%;
}

.w3:nth-child(3n) {
  padding-right: 0;
}

.w4 {
  width: 25%;
}
/*
.w4:nth-child(4n) {
  padding-right: 0;
}
*/
.w5 {
  width: 20%;
}
/*
.w5:nth-child(5n) {
  padding-right: 0;
}
*/
.item {
  text-decoration: none;
}

.item h6 {  
  text-transform: uppercase;
}

.itbr .item-block {
  box-shadow: none;
  border: 1px solid #72bec2;
}

.itbr .item-block:hover {
  background: #72bec2;
}

.mt0 {
  margin-top: 0;
}

@media (max-width: 1260px) {
  .item {flex: none;width: 33%;}
  .item:nth-child(3n) {padding-right: 0;}
  .w2 {width: 50%;}
}

@media (max-width: 961px) {
  .item {width: 50%;}
  .item:nth-child(3n) {padding-right: 15px;}
  .item:nth-child(2n) {padding-right: 0;}
}

@media (max-width: 767px) {
  .item {width: 100%;padding-right: 0 !important;}
  .item:nth-child(3n) {padding-right: 0;}
}

.item-block {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px rgb(0 0 0 / 25%);
  padding: 30px 20px;
}

.item h6 {text-align: center;}

.item img, .item svg {
  /*height: 75px;*/
  margin: 0 auto;
}

.item svg .cls-1, .item svg .cls-2 {
  fill: #4e7879;
}

.itbr .item-block:hover h6 {
  color: #fff;
}

.itbr .item-block:hover svg .cls-1, .itbr .item-block:hover svg .cls-2 {
  fill: #fff;
}

.item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin-top: 25px;
  /*margin-bottom: 25px;*/
}

.item-text {
  margin-top: 22px;
}

.item-icon:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.item-icon:last-child {
  margin-bottom: 10px;
}

.hauto {
  height: auto;
}

.dollar {
  position: absolute;
  height: 10px;
}

.itbr .item-block:hover .dollar {
  color: #fff;
}

.fs25 h6 {
  font-size: 20px;
  margin-top: 25px;
}