#eeasy-widget {
  margin-top: 32px;
}

.complete_contents h3 {
  color: #0E316A;
  margin-bottom: 16px;
  font-size: 2.2rem;
}

.complete_contents.complete_retail h3 {
  color: #2EB9ED;
  margin-bottom: 16px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  #eeasy-widget {
    margin-top: 24px;
  }
  .complete_contents h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .complete_contents.complete_retail h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}