.blog-banner {
  background-color: rgb(247, 247, 247);
}

strong {
  font-weight: 700;
  color: #000;
}

.blogsection {
  padding: 30px 0px;
}
.blogsection__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 10px;
  color: #000;
}
.blogsection__bloglist {
  padding: 20px 20px;
  border: 1px solid rgb(157, 157, 157);
  border-top: none;
}
.blogsection__image {
  display: flex;
}
.blogsection__image img {
  width: 100%;
}
.blogsection__blogtext {
  font-size: 12px;
  line-height: 20px;
  color: rgb(81, 80, 80);
  font-weight: 400;
  padding-bottom: 16px;
}
.blogsection__blogbtn {
  display: flex;
  justify-content: center;
}
.blogsection__blogbtn .btn-default {
  color: #fff;
  background-color: rgb(254, 203, 7);
  border-radius: 5px;
}
.blogsection__blogbtn .btn-default:hover {
  color: #000;
  background: #dbdbdb;
}
.blogsection__blogbtn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px;
  width: 109px;
  height: 40px;
  color: #000;
}
.blogsection__card {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .blogsection__card {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .blogsection {
    padding: 30px 0px 50px;
  }
  .blogsection__area {
    display: grid;
    grid-template-columns: 50%;
  }
  .blogsection__title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 12px;
  }
  .blogsection__bloglist {
    padding: 32px 30px 20px;
    min-height: 300px;
  }
  .blogsection__image img {
    width: 100%;
  }
  .blogsection__blogtext {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 28px;
  }
  .blogsection__blogbtn {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .blogsection__bloglist {
    padding: 32px 30px 20px;
    min-height: 260px;
  }
}

.blogpage {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .blogpage {
    padding: 0 0 30px;
  }
}
.blogpage__title {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blogpage__title {
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 40px;
  }
}
.blogpage__image {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blogpage__image {
    text-align: center;
    padding-bottom: 40px;
  }
}
.blogpage__content {
  font-size: 14px;
  line-height: 24px;
  color: #515050;
  font-weight: 400;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blogpage__content {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px;
  }
}
.blogpage__subtitle {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .blogpage__subtitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 10px;
  }
}
.blogpage__list {
  padding-left: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .blogpage__list {
    padding-left: 50px;
    padding-top: 10px;
  }
}
.blogpage li {
  position: relative;
}
.blogpage li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  top: 10px;
  left: -20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .blogpage li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.blogpage__listtitle {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .blogpage__listtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
}

.blogpage__list--dots li::before {
  width: 6px;
  height: 6px;
  top: 8px;
}
@media (min-width: 768px) {
  .blogpage__list--dots li::before {
    width: 7px;
    height: 7px;
  }
}/*# sourceMappingURL=blog.css.map */