.our-blog li {
  list-style-type: circle;
}
.wp-block-heading {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

/*	ALl Blogs Styles Here	*/
.blog-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-style1 .blog-img {
  overflow: hidden;
}
.blog-style1 .blog-img img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-style1 .blog-content {
  padding: 30px;
  position: relative;
}
.blog-style1 .date {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
}
.blog-style1 .title {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.1) rotate(-1deg);
}
.blog-style1:hover .title,
.blog-style1:hover .title a {
  color: #5BBB7B;
  text-decoration: underline;
}
.blog-style1.large-size {
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}
.blog-style1.large-size .blog-img {
  border-radius: 0;
  overflow: hidden;
}
.blog-style1.large-size .title {
  font-size: 28px;
}
.blog-style1.list-style {
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}
.blog-style1.list-style .blog-img {
  border-radius: 4px;
  position: relative;
}
.blog-style1.list-style .title {
  font-size: 28px;
}
.blog-style1.at-home5 {
  border-radius: 8px;
  box-shadow: none;
}
.blog-style1.at-home5.active, .blog-style1.at-home5:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.blog-style1.at-home6 {
  box-shadow: none;
}
.blog-style1.at-home7 {
  box-shadow: none;
}
.blog-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}
.blog-style1.at-home8 {
  box-shadow: none;
}
.blog-style1.at-home8 .blog-content {
  padding: 20px 0;
}

.custom_bsp_grid,
.list-style-type-bullet {
  position: relative;
}
.custom_bsp_grid li,
.list-style-type-bullet li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  list-style-type: disc;
}
.custom_bsp_grid li::marker,
.list-style-type-bullet li::marker {
  color: #1F4B3F;
}
.custom_bsp_grid.dashboard-style li,
.list-style-type-bullet.dashboard-style li {
  line-height: 28px;
}
