.ash-container {
    padding: 60px 60px;
	}
	.container_bar {
    margin: 12% auto;
    width: 150px;
    height: 150px;
	z-index: 5;
	}
    .features {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
	.card {
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0 25px 20px -21px rgba(0,0,0,0.57);
    margin-top:10px;
	cursor: pointer;
	}
.card-background {
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
		.rightside {
            display: none;
			
        }
		.rightside h4, p{
			animation-duration: 2s;
  			animation-name: slidein;
		}
		@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
.card .filter:hover {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


 .card-background:hover{
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
.text-info{
	color:#0569bd !important ;
}

.card-footer{
	display: flex;
	justify-content: center;
}

.post-header-image h1 {
  line-height: 1.2;
  margin: 0 0 12px 0;
  font-size: clamp(22px, 10vw, 48px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.container_bar {
			margin: 12% auto;
			}
	}

@media (min-width: 320px) and (max-width: 767px) {
		.container_bar {
    		margin: 12% auto;
		}
}
@media (min-width: 1200px){
.container {
    max-width: 1320px !important;
}
}