div.blog-wrapper {
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  width: 750px;
}

div.blog-wrapper div.info {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  width: 100%;
}

div.blog-wrapper div.info a.category {
  background-color: #51adcf;
  border-radius: 4px;
  color: white;
  font-family: "Noto Sans";
  font-size: 12px;
  padding: 5px 10px;
}

div.blog-wrapper div.info p.time {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 14px;
}

div.blog-wrapper img.thumbnail-img {
  border-radius: 5px;
  margin-top: 25px;
  width: 100%;
}

div.blog-wrapper div.share {
  margin-top: 20px;
}

div.blog-wrapper div.share-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}

div.blog-wrapper div.share p {
  color: #555555;
  font-family: "Prompt";
  font-size: 15px;
  margin-bottom: 5px;
}

div.blog-wrapper div.share svg {
  background-color: #888888;
  border-radius: 3px;
  color: white;
  font-size: 20px;
  margin-right: 3px;
  padding: 8px;
  transition: 0.2s;
}

div.blog-wrapper div.share svg:hover {
  opacity: 0.8;
}

div.blog-wrapper div.content p.keyword {
  border-top: 1px solid #ddd;
  color: #666666;
  font-family: "Noto Sans";
  font-size: 16px;
  margin-top: 15px;
  padding-top: 15px;
}

span.msgSuccessCopyLink {
  color: green;
  font-family: "Noto Sans";
  display: none;
  font-size: 13px;
  position: relative;
  top: 3px;
}

footer {
  width: 1200px;
}

footer div.social-media {
  display: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer div.social-media a {
  color: #777777;
  font-size: 20px;
  margin: 0 2px;
}

footer div.main {
  display: flex;
  justify-content: space-between;
}

footer div.main p {
  color: #444444;
  font-family: "Noto Sans";
  font-size: 14px;
}

div.more-articles {
  margin: auto;
  margin-bottom: 100px;
  position: relative;
  width: 1200px;
}

div.more-articles div.articles {
  margin-top: 50px;
  height: auto;
  width: 100%;
}

div.more-articles div.articles h2.title {
  color: #333333;
  font-family: "Nunito Sans";
  font-size: 22px;
}

div.more-articles div.articles div.main-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
  margin-top: 15px;
  width: 100%;
}

div.more-articles div.articles div.main-articles div.item {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}

div.more-articles div.articles div.main-articles div.item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.1);
  transform: translate(0, -4px);
}

div.more-articles div.articles div.main-articles div.item div.img {
  overflow: hidden;
  height: 170px;
  width: 100%;
}

div.more-articles div.articles div.main-articles div.item div.img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

div.more-articles div.articles div.main-articles div.item div.text {
  box-sizing: border-box;
  padding: 15px;
}

div.more-articles div.articles div.main-articles div.item div.text a.category {
  color: #51adcf;
  font-family: "Prompt";
  font-size: 14px;
}

div.more-articles div.articles div.main-articles div.item div.text h2.title {
  color: #444444;
  display: -webkit-box;
  font-family: "Nunito Sans";
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

div.more-articles div.articles div.main-articles div.item div.text small.date {
  color: #888888;
  font-family: "Montserrat";
  font-size: 11px;
}

div.blog-wrapper div.content {
  color: #555555;
  font-family: "Nunito";
  font-size: 18px;
  margin-top: 30px;
}

div.blog-wrapper div.content img {
  border-radius: 5px;
  max-width: 100%;
}

div.blog-wrapper div.content p,
div.blog-wrapper div.content a,
div.blog-wrapper div.content em,
div.blog-wrapper div.content i,
div.blog-wrapper div.content strong,
div.blog-wrapper div.content b,
div.blog-wrapper div.content li,
div.blog-wrapper div.content small,
div.blog-wrapper div.content h1,
div.blog-wrapper div.content h2,
div.blog-wrapper div.content h3,
div.blog-wrapper div.content h4,
div.blog-wrapper div.content h5,
div.blog-wrapper div.content h6 {
  color: #444;
  font-family: "Nunito";
  line-height: 35px;
  margin-bottom: 10px;
}

div.blog-wrapper div.content a {
  color: dodgerblue;
}

div.blog-wrapper div.content h1,
div.blog-wrapper div.content h2,
div.blog-wrapper div.content h3,
div.blog-wrapper div.content h4,
div.blog-wrapper div.content h5,
div.blog-wrapper div.content h6 {
  color: #222;
}

div.blog-wrapper div.content strong,
div.blog-wrapper div.content b {
  color: black;
  font-weight: bold;
}

div.blog-wrapper div.content hr {
  border-top: 1px solid #eee;
  margin: 20px 0;
}

div.blog-wrapper div.content ul {
  margin-left: 20px;
}

div.blog-wrapper h1.title {
  color: #333;
  font-family: "Ubuntu";
  font-size: 35px;
}

button.read_finish {
  background-color: #51adcf;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Ubuntu";
  font-size: 12px;
  margin-top: 5px;
  outline: none;
  padding: 12px 15px;
  position: relative;
  transition: 0.2s;
}

button.read_finish:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1250px) {
  div.more-articles {
    margin-top: 20px;
    width: 800px;
  }

  div.more-articles div.articles div.main-articles {
    grid-gap: 15px;
    grid: 15px;
  }

  div.more-articles div.articles div.main-articles div.item div.img {
    height: 140px;
  }

  div.more-articles
    div.articles
    div.main-articles
    div.item
    div.text
    a.category {
    font-size: 12px;
  }

  div.more-articles div.articles div.main-articles div.item div.text h2.title {
    font-size: 15px;
  }

  footer {
    width: 800px;
  }

  footer div.main {
    display: block;
  }

  footer div.link {
    margin-bottom: 10px;
  }

  footer p.cr {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 850px) {
  div.blog-wrapper {
    margin-top: 30px;
    width: 500px;
  }

  div.blog-wrapper h1.title {
    font-size: 25px;
  }

  div.more-articles {
    width: 500px;
  }

  div.more-articles div.articles div.main-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer {
    width: 500px;
  }

  footer div.social-media {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  div.blog-wrapper {
    margin-top: 30px;
    width: 93%;
  }

  div.blog-wrapper div.info a.category {
    padding: 3px 6px;
    font-size: 11px;
  }

  div.blog-wrapper div.info p.time {
    font-size: 12px;
  }

  div.blog-wrapper div.share p {
    font-size: 14px;
  }

  div.blog-wrapper div.share svg {
    font-size: 18px;
    padding: 6px;
  }

  span.msgSuccessCopyLink {
    font-size: 11px;
  }

  div.blog-wrapper div.content {
    font-size: 15px;
  }

  div.blog-wrapper div.content p,
  div.blog-wrapper div.content a,
  div.blog-wrapper div.content em,
  div.blog-wrapper div.content i,
  div.blog-wrapper div.content strong,
  div.blog-wrapper div.content b,
  div.blog-wrapper div.content li,
  div.blog-wrapper div.content small,
  div.blog-wrapper div.content h1,
  div.blog-wrapper div.content h2,
  div.blog-wrapper div.content h3,
  div.blog-wrapper div.content h4,
  div.blog-wrapper div.content h5,
  div.blog-wrapper div.content h6 {
    line-height: 25px;
  }

  div.blog-wrapper div.content p.keyword {
    font-size: 15px;
  }

  div.more-articles {
    width: 93%;
  }

  div.more-articles div.articles {
    margin-top: 30px;
  }

  div.more-articles div.articles h2.title {
    font-size: 18px;
  }

  div.more-articles div.articles h2.title {
    width: calc(100% - 100px);
  }

  div.more-articles div.articles p.subtitle {
    font-size: 11px;
  }

  div.more-articles div.articles button.sorting {
    font-size: 11px;
  }

  div.more-articles div.articles div.dd-sorting a {
    font-size: 13px;
  }

  div.more-articles div.articles div.main-articles div.item div.img {
    height: 100px;
  }

  div.more-articles div.articles div.main-articles div.item div.text {
    padding: 7px;
  }

  div.more-articles
    div.articles
    div.main-articles
    div.item
    div.text
    a.category {
    font-size: 11px;
  }

  div.more-articles div.articles div.main-articles div.item div.text h2.title {
    font-size: 11px;
    margin-bottom: 1px;
    width: 100%;
  }

  div.more-articles
    div.articles
    div.main-articles
    div.item
    div.text
    small.date {
    font-size: 9px;
  }

  div.more-articles div.articles button.btn-see-more {
    font-size: 11px;
    margin-top: 15px;
    padding: 12px 18px;
  }

  footer {
    width: 93%;
  }

  footer div.social-media {
    display: flex;
    justify-content: center;
  }

  footer div.social-media a {
    margin: 0 7px;
  }

  footer div.main a {
    font-size: 13px;
    margin-bottom: 5px;
  }

  footer div.main div.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer div.main p.cr {
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 350px) {
  div.more-articles div.articles p.subtitle {
    width: calc(100% - 80px);
  }
}
