.rb_design-brands {
  padding: 0 0 60px;
}
.rb_design-brands .col-3 {
  margin-bottom: 50px;
}
.rb_design-brands .rd_brand-img {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}
.rb_design-brands .rd_brand-img img {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rb_design-brands .post-content p {
    line-height: 1.5;
    margin: 15px 0 20px;
}
.single-post .post {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 30px;
    margin-bottom: 40px;
	border-radius:10px;
}

.single-post img {
    max-width: 300px;
    height: auto;
    border-radius: 5px;
	filter: brightness(0.1);
}

.single-post .post-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.single-post .post-content p {
    font-size: 1rem;
    color: #666;
       overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.featured-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

	.logo img{
		max-width:100%;
	} 

.featured-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.featured-posts .post {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.featured-posts img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.featured-posts .post-content h3 {
    font-size: 1.2rem;
	text-align:left;
    margin-bottom: 10px;
}

.featured-posts .post-content p {
    font-size: 0.9rem;
    color: #666;
}
	
	.sub_title{
	margin-top:70px;
	}

.read_more_btn {
    text-align: center;
}

	.logo-wrapper{
		margin:0px 0 50px;
	}
	
.rb_design-brands .rb_blog-pagination {
    margin-bottom: 0;
}
.rb_design-brands .post-content {
    max-width: 78%;
    flex: 0 0 78%;
    padding: 0 15px;
}

.rb_design-brands .single_press_img{
    max-width: 22%;
    flex: 0 0 22%;
    padding: 0 15px;
}

.rb_design-brands .single_press_img img {
    object-fit: scale-down;
    max-width: 260px;
    width: 100%;
}
@media (max-width: 1380px) {
 .rb_design-brands.featured-section h2.sub_title {
    margin-top: 50px;
}
.rb_design-brands .rb_awwwards {
    margin-bottom: 60px;
}
}
@media (max-width: 1024px) {
	.rb_design-brands .single_press_img, .rb_design-brands .post-content {
    max-width: 100%;
}

.rb_design-brands .single_press_img img {
    object-fit: scale-down;
    object-position: left;
}

	.btn{
		padding: 12px 30px;
		font-size: 14px;
	}
  .rb_design-brands .col-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 30px;
  }
	.single-post .post {
		display: block;
        padding: 25px 20px;
	}
	
	.single-post img{
		margin-bottom:20px;
	}

	.single-post img {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	.rb_design-brands .single_press_img, .rb_design-brands .post-content {
    padding: 0;
}
	.single-post_page .post img {
        max-width: 100%;
    }

	.rb_design-brands .rb_awwwards {
        margin-bottom: 40px;
    }
	.rb_design-brands.featured-section h2.sub_title {
        margin-top: 40px;
    }
.featured-section h2 {
        font-size: 1.3rem;
    }
		.single-post .post {
        display: block;
    }
  .rb_design-brands {
    padding: 0 0 40px;
  }
  .rb_design-brands .col-3 {
    max-width: 50%;
    margin-bottom: 20px;
    flex: 0 0 50%;
  }
}