.work {
  width: calc(100% - 30px);
  margin: 2rem auto;
  max-width: 1600px;
}
.work .right-side p {
  padding: 3px 10px;
  border-radius: 20px;
  color: #4b90f7;
  background-color: #e9f1fe;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 10px;
}
.work .right-side h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.work .left-side p {
  font-size: 1rem;
  color: #636060;
  text-align: justify;
}
.work .left-side a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #2277f6;
  border-radius: 15px;
  margin-top: 20px;
}
.card-work {
  margin: 3rem 0 0 0;
}
.card-work .image-work {
  position: relative;
}
.card-work .image-work::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: -2rem;
  right: 0;
  background-color: #e9f1fe;
}
.card-work .image-work span {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #4b90f7;
  background-color: #e9f1fe;
  border-radius: 50%;
  line-height: 50px;
  transition: all ease-in-out 0.3s;
}
.card-work .title {
  margin: 3rem 0 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.card-work .subtitle {
  font-size: 1.1rem;
  color: #636060;
}
.card-work:hover .image-work span {
  color: #ffffff;
  background-color: #2277f6;
}

@media (min-width: 768px) {
  .work .left-side a {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .work {
    width: calc(100% - 8rem);
    margin: 10rem auto 8rem auto;
  }
  .work .right-side h2 {
    font-size: 2.5rem;
  }
}
