.project-box {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.project-box img {
  width: 360px;
  height: 203px;
  object-fit: cover;
}
.project-box .card {
  width: 100%;
  height: 100%;
  border: none;
}
.project-box .card:hover {
  color: #1339a9;
}
.project-box .card:hover .card-body .btn {
  border: 1px solid #1339a9;
  background-color: #1339a9;
  color: white;
}
.project-box .card .card-title {
  font-size: 18px;
  font-weight: 900;
}
.project-box .card .card-body {
  margin: 1.25rem;
  padding: 0;
  font-size: 14px;
}
.project-box .card .card-body .card-text {
  height: 85px;
  overflow: hidden;
}
.project-box .card .card-body .btn {
  width: 170px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #333333;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  z-index: 99;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0px;
}
.project-box .card .card-body .btn:focus{
  box-shadow: none;
}
