.author.separate-containers .site-main > * {
	margin-bottom: 0px !important;
  }
  
  .author-banner {
	position: relative;
	padding: 70px 0 20px;
	background: #fff;
  }
  
  .author-banner::before {
	position: absolute;
	margin: auto;
	content: "";
	width: 100%;
	height: 45%;
	background: #f7fceb
	
	
	
	
	url(https://www.spaceotechnologies.com/wp-content/uploads/2023/03/author-bgimg.png)
	  no-repeat;
	top: 0;
	background-size: 100%;
	background-position: bottom;
  }
  
  @media screen and (min-width: 768px) {
	.author-left {
	  display: flex;
	  align-items: end;
	}
  
	.about-author {
	  margin: 0px 0 50px 25px;
	}
  
	.author_follow {
	  display: flex;
	  flex-direction: column;
	  align-items: unset;
	  justify-content: end;
	  max-width: 200px;
	  margin: 0 0 50px auto;
	  min-height: calc(100% - 50px);
	}
  }
  
  .author-left img {
	max-width: 200px;
  }
  
  .author_follow ul {
	margin: 10px 0 0;
  }
  
  .author_follow ul li {
	display: inline-block;
	margin-right: 6px;
  }
  
  .author-description ul li {
	position: relative;
	padding-left: 15px;
	list-style: none !important;
  }
  
  .author-description ul li::before {
	position: absolute;
	left: 0;
	top: 10px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	content: "";
	background: #e23c3c;
  }
  
  @media screen and (max-width: 767px) {
	.author-banner {
	  padding: 30px 0 0px;
	}
  
	.about-author {
	  padding: 15px 0;
	}
  
	.author-banner::before {
	  background-size: 750px;
	  background-position: right 100%;
	}
  }
  
  @media screen and (max-width: 480px) {
	.author-left img {
	  max-width: 160px;
	}
  
	.author-banner::before {
	  background-size: 550px;
	}
  }
  
  .featured-in {
	background: #ffffff;
  }
  
  .site-footer .section16,
  .site-footer .section17 {
	display: none;
  }
  
  .featured-in ul {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 10px 0;
  }
  
  .featured-in ul li {
	list-style: none;
	padding-left: 0;
  }
  
  .featured-in ul li::before {
	display: none;
  }
  
  .featured-in ul li img {
	height: 34px;
	text-align: center;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(57%) sepia(4%) saturate(124%)
	  hue-rotate(314deg) brightness(91%) contrast(90%);
	transition: all 0.2s ease-in-out;
  }
  
  .featured-in ul li img:hover {
	filter: inherit;
	cursor: pointer;
  }
  
  @media screen and (max-width: 1199px) {
	.featured-in ul {
	  flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
	}
  
	.featured-in ul li {
	  padding: 0px 15px 0 0px;
	  width: 33.33%;
	  margin-top: 15px;
	}
  
	.featured-in ul img {
	  height: 26px;
	}
  }
  
  @media screen and (max-width: 991px) {
	.featured-in ul li img {
	  height: 20px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.featured-in ul li {
	  padding: 0;
	  width: 50%;
	}
  }
  
  @media screen and (max-width: 640px) {
	.featured-in ul li {
	  padding: 0px 15px 20px 0px;
	  width: 50%;
	}
  
	.featured-in ul li:nth-child(3),
	.featured-in ul li:nth-child(4) {
	  padding-bottom: 0;
	}
  }
  
  @media screen and (max-width: 480px) {
	.featured-in ul li:nth-child(1) {
	  margin-top: 0px;
	}
  
	.featured-in ul li {
	  width: 100%;
	}
  }
  
  .author .site-footer {
	padding-top: 0px;
  }
  
  .author .site-info {
	padding: 15px;
	border-top: solid 1px #e5e5e5;
  }
  
  .author-section .author_bio {
	min-height: 100%;
  }
  
  .author-description .featured-in {
	margin: 20px 0;
	background: #fff;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
  }
  
  .author-section .author_follow ul li a {
	align-items: center;
  }
  