.blog_search_container {
  display: flex;
  width: 60%;
  flex-shrink: 0;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
  margin: 50px auto;
  border: 0.75px solid #ccc;
}

.blog_search_content {
  width: 100%;
  height: 45px;
  max-width: 1047px;
  position: relative;
}

.blog_search_content_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 28px;
  padding-left: 10px;
  height: 29px;
}

.blog_search_content input {
  border: none;
  width: 100%;
  padding: 10px 50px;
  height: 100%;
  outline: none;
}

.blog_search_content input:focus {
  outline: none;
}

.blog_title_content_text {
  display: flex;
  width: 100%;
  padding: 25px 0;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.blog_title_content {
  height: auto;
}

.blog_title_content_text h2,
.blogs_card_container_text h3,
.blogs_card_container_text h3 a,
.blog_title_content_text h2 a {
  color: #1f2c5e;
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.blog_title_content_text p,
.blogs_card_container_text p,
.blogs_card_container_text p a,
.blog_title_content_text p a {
  color: #666;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  color: #666;
  font-weight: 300;
  line-height: normal;
}

.blog_title_content_image {
  max-width: 821px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: url("../img/recent-article-banner/the-impact-of-cloud-native-development-on-qa-strategies.webp"),
    lightgray -546.03px 3.322px / 208.739% 100% no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog_title_content_text h3 {
  color: #666;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.blog_title_content_text h3 a {
  color: #666;
  font-family: var(--primary-font);
}

.blogs_card_container_image {
  height: 240px;
  width: 100%;
  border-radius: 25px;
}

.blogs_card_container_image img {
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  width: 100%;
  font-family: var(--primary-font);
  height: 100%;
  margin: 0 auto !important;
}

.blogs_card_container_text h4 {
  color: #666;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.blog_content_section {
  margin-bottom: 30px;
}

.blog_content_section,
.blogs_card_section,
.blog_header_section {
  position: relative;
  margin: 0 auto;
}

.blog_title_content_background {
  position: absolute;
  right: -20px;
  top: 0;
  width: 70px;
  z-index: -1;
  height: 30px;
}

.blog_title_content_background_two {
  position: absolute;
  left: -5px;
  top: 38%;
  width: 50px;
  height: 50px;
  z-index: -1;
}

.blogs_card_section {
  margin-top: 50px;
}

.blogs_card_section_background img,
.blogs_card_section_background_one img,
.blog_header_section_bg_one img,
.blog_title_content_background img,
.blog_title_content_background_two img,
.blog_title_content_background_three img,
.blog_title_content_background_four img {
  width: 100%;
  height: 100%;
}

.blogs_card_section_background {
  position: absolute;
  top: 40px;
  right: 9px;
  width: 70px;
  height: 30px;
  z-index: -1;
}

.blogs_card_section_background_one {
  position: absolute;
  bottom: 20%;
  left: -23px;
  width: 93px;
  height: 37px;
  z-index: -1;
}

.blog_header_section_bg_one {
  position: absolute;
  right: 33%;
  bottom: -72px;
  width: 226px;
  z-index: -1;
}

.list_blog_ul .blog_nav_link {
  line-height: 25px !important;
}

.para_text {
  font-size: 18px;
}

.blogs_card_container {
  margin-top: 10px;
}

.blogs_card_container {
  border-bottom: 1px solid #b0b0b0;
  margin: 10px 0;
  padding-bottom: 15px;
}

.blogs_card_container:nth-child(19) {
  border-bottom: 0 !important;
}

.blogs_card_container:nth-child(20) {
  border-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .blog_header_section_bg_one,
  .blogs_card_section_background_one,
  .blogs_card_section_background,
  .blog_title_content_background_two,
  .blog_title_content_background {
    display: none;
  }

  .blog_search_container {
    width: 90%;
  }

  .blog_search_content input {
    padding: 10px 10px 10px 50px;
    text-overflow: ellipsis;
  }

  .blog_content_section {
    margin-bottom: 10px;
  }

  .blog_title_content_image {
    height: 200px;
  }

  .blogs_card_section,
  .blogs_card_container {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog_title_content_image {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .blog-image {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .blog-image-2 {
    width: 75% !important;
  }
}

/* Blog Table Content */

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}

thead tr {
  background-color: #34a7e2;
  color: #fff;
}

tbody tr td {
  color: #1f2c5e !important;
}

#carouselExampleSlidesOnly {
  padding: 0 24px !important;
}

.recent-article-description p {
  color: #1f2c5e;
}

.blog-header img {
  width: 2rem;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 300px) and (max-width: 992px) {
  .blog_search_container {
      margin-top: 0px;
      margin-bottom: 20px;
  }
  .blog_title_content_text h2,
  .blogs_card_container_text h3,
  .blogs_card_container_text h3 a,
  .blog_title_content_text h2 a {
      font-size: 24px;
  }
  .blog_title_content_text{
      padding-bottom: 0;
  }
  .blogs_card_container_image {
      height: 150px;
  }
}