<style>
.ba__content--8 {
	column-gap: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3.375rem;
}
  
.ba__ct--4:first-child {
	grid-column-end: span 2;  
}
  
.ba__ct--4:first-child .ba__ct--5 {
	align-items: flex-start;
}
  
.ba__ct--4:not(:first-child) .ba__ct--5 {
	align-items: center;
}
  
.ba__ct--4:not(:first-child) .ba__title--1,
.ba__ct--4:not(:first-child) .brxe-post-excerpt {
  text-align: center;
}
  
.ba__input--3 .bricks-search-form {
	flex-wrap: wrap;
  gap: 1.5rem;
}
  
.ba__input--3 input,
.ba__input--3 .search-submit {
	flex: 1;
}
  
.ba__input--3 .bricks-search-form input {
	max-width: 100%;
}
  
.ba__input--3 .screen-reader-text:last-child,
.ba__input--3 .screen-reader-text span {
  height: auto;
	position: static!important;
  width: auto;
}

.ba__input--3 .screen-reader-text:last-child {
	background-color: #db2323;
  color: #fff;
  min-width: 60px;
  padding: 10px;
  text-align: center;
  clip-path: none;
}
  
.ba__input--3 .screen-reader-text:last-child:focus {
  border-radius: 0;
  box-shadow: none;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
  outline: none;
  padding: 10px;
	text-align: center;
}
  
.brxe-pagination {
  overflow: auto; 
}
  
.bricks-pagination ul {
	gap: 0;
  justify-content: start;
  margin: 0 auto;
  width: max-content;
}
  
.bricks-pagination ul .page-numbers {
  height: 5rem;
	width: 5rem;
}
 
@media screen and (max-width: 1200px) {
	.ba__content--8 {
    grid-template-columns: 1fr;
  }
  
  .ba__ct--4:first-child {
    grid-column-end: span 1;  
  }
  
  .ba__ct--4:not(:first-child) .ba__ct--5 {
    align-items: flex-start;
  }

  .ba__ct--4:not(:first-child) .ba__title--1,
  .ba__ct--4:not(:first-child) .brxe-post-excerpt {
    text-align: left;
  }
}
  
@media screen and (max-width: 479px) {
	.ba__input--3 .bricks-search-form {
    flex-direction: column;
  } 
  
  .ba__input--3,
  .ba__input--3 .bricks-search-form input,
  .ba__input--3 .screen-reader-text:last-child {
    width: 100%;
  }
}
  
@media screen and (max-width: 360px) {
  .ba__content--8 {
    row-gap: 6rem;
  }
  
	.ba__content--8 .ba__ct--4 {
  	padding: 0; 
  }
  
  .ba__content--8 .ba__img--4 {
    max-width: 100%;
    transform: translateX(0);
  }
  
  .ba__content--8 .ba__ct--5 {
  	margin-top: 3rem;
    padding: 0;
  }
}
</style>