.page-id-41 .ourBlog {
  padding-top: 70px;
}

.ourBlog.blogPageArea img {
  width: 100%;
  height: 300px;
}

.ourBlog .cardBlog time {
  color: black;
  text-align: center;
  display: block;
  font-family: 'Avenir-regular';
  padding: 24px 12px 15px;
  border-bottom: 1px solid #52c9b5;
  margin-bottom: 20px;
  font-size: 18px;
}

.ourBlog h3 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 25px;
  margin-top: 90px;
}

.page-id-41 .ourBlog {
  padding-top: 70px;
}

.page-id-41 .ourBlog h3 {
  margin-top: 0;
}

.ourBlog .cardBlog {
  padding: 0 15px;
  max-width: 390px;
  margin: 10px auto;
}

.ourBlog h2 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 15px;
}

.ourBlog img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.ourBlog .cardBlog p {
  color: black;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.ourBlog .cardBlog button {
  width: 100%;
  background: #2d455f;
  transition: 0.4s;
  padding: 15px 10px;
  color: #ffffff;
}

.ourBlog .cardBlog button:hover {
  background: #22354a;
}

.ourBlog .text-center {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.ourBlog .text-center a {
  width: 100% !important;
  display: flex;
  margin: auto;
  justify-content: center;
}

.ourBlog {
  padding: 100px 0;
}

.ourBlog .text-center button {
  background: #18b79c;
  width: calc(33.33333% - 80px);
  padding: 15px;
  transition: 0.4s;
}

.ourBlog .text-center button:hover {
  background: #159b84;
}

.ourBlog.blogPageArea img {
  width: 100%;
  height: 300px;
}

.ourBlog.blogPageArea h2 {
  margin-bottom: 25px;
  margin-top: 30px;
  font-family: 'Domine';
  color: #1A1A1A;
  font-size: 20px;
}

section.ourBlog.blogPageArea h1 {
  text-align: center;
  font-family: 'Domine';
}

.ourBlog.blogPageArea .cardBlog p {
  color: black;
  font-size: 14px;
  font-size: 16px;
}

.ourBlog.blogPageArea .cardBlog a {
  text-decoration: none;
}

.ourBlog.blogPageArea .cardBlog {
  padding: 0;
  display: flex;
  height: 100%;
}

.paginationButtons {
  text-align: center;
  margin-top: 30px;
}

.paginationButtons .page-numbers {
  display: inline-flex;
  justify-content: center;
  transition: 0.4s;
  align-items: center;
  border: 1px solid #d0cece !important;
  color: black;
  margin: 0 -2px;
  color: black;
  background: transparent;
  border: 1px solid #d0d0d0;
  width: 40px;
  margin: 0 -2px;
  font-family: "Avenir Roman";
  padding: 0.3342343017em 0.875em;
  font-size: 16px !important;
}

.storefront-sorting .page-numbers {
  font-size: 16px;
}

.paginationButtons span.page-numbers,
.paginationButtons .page-numbers:hover {
  background: #18b79c;
  border: 0;
  color: white;
}

.ourBlog.blogPageArea .cardBlog a>div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

section.ourBlog.blogPageArea .row {
  gap: 50px 0;
}

@media (max-width:767px) {
  .ourBlog.blogPageArea .cardBlog {
    max-width: 100%;
  }
}