.block-102 .breaking__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.block-102 .breaking__category {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.block-102 .breaking__category h6 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  padding: 0 15px;
  background-color: #ffffff;
  position: relative;
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .block-102 .breaking__category h6 {
    font-size: 24px;
  }
}
.block-102 .breaking__category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: var(--theme-color);
  z-index: 0;
}
@media (max-width: 575px) {
  .block-102 .breaking__category::before {
    height: 2px;
  }
}
.block-102 .breaking__title {
  font-size: 42px;
  font-weight: 600;
  color: black;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 575px) {
  .block-102 .breaking__title {
    font-size: 32px;
  }
}
.block-102 .breaking__title a {
  color: inherit;
}
.block-102 .breaking__title:hover {
  color: var(--theme-color);
}
.block-102 .breaking__subTitle {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .block-102 .breaking__subTitle {
    font-size: 18px;
  }
}
.block-102 .breaking__img {
  margin-top: 15px;
}
.block-102 .breaking__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-102 .breaking__para {
  text-align: center;
  font-size: 20px;
  width: 80%;
  margin: auto;
  margin-top: 15px;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .block-102 .breaking__para {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .block-102 .breaking__para {
    width: 100%;
    font-size: 16px;
  }
}
.block-102 .post-meta {
  text-align: center;
}
.block-102 .post-meta a {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 18px;
}
