.echo-hero-section {
    display: flex;
    justify-content: center;
    /* background-color: var(--color-primary-3) !important; */
}

.echo-hero {
  width: 80%;
}

.echo-hero-baner,
.echo-right-ct-1 {
  box-shadow: 15px;
}

.echo-hero-section.inner-2 .echo-hero-baner .echo-inner-img-ct-1 {
  flex-basis: 32%;
}

.echo-py-btn:hover {
  background-color: #fff;
  transition: all ease-in 0.3s;
  border: 1px solid var(--color-primary-3) !important;
  color: var(--color-primary-3);
}

.echo-popular-hl-img {
    background-image: url("/assets/blade/banners/300x250.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    /* 
        width: 500px;
        height: 450px; 

    */
}

.echo-hero-title {
  font-size: 32px !important;
  width: 100% !important;
  max-height: 2% !important;
  text-align: center;
}

.echo-hero-area-titlepost-post-like-comment-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.echo-hero-area-titlepost-post-like-comment-share a:hover {
    /* color: #fff; */
    transition: 500ms;
}

.echo-hero-discription {
  text-align: center;
}

/* Kostas */
.img-transition-scale a img { width:100%; }

.echo-hero-baner { margin-bottom:40px!important; }