﻿.row {
  width: 1050px;
}
.page__content {
  min-height: 800px;
}
.tool_download {
  background: #068fe9;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  width: 500px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.tool_download .info {
  padding: 20px;
}
.tool_download .info h5 {
  font-size: 40px;
  line-height: 55px;
  margin-top: 0;
}
.tool_download .info span {
  font-size: 14px;
  line-height: 20px;
}
.tool_download .download {
  border-top: 1px solid #2c77ba;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background: #068fe9;
  display: block;
  color: #fff;
}
.tool_download .download:hover {
  background: #ff3029;
}