.echron-body{
    padding-top: 30px ;
    padding-bottom: 20px ;
}
.echron-body .event h3 {
    font-size: 20px;
    padding-top: 10px;
    margin: 0;
}

.echron-body .event h2 {
    color: #23ae99;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-family: 'Merriweather', serif;
    text-align: center;
}

.echron-body .event p {
    text-align: justify;
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

.echron-body .event-img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.echron-body .event-img ul li {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    transition: box-shadow .18s ease;
    width:33%;
}

.echron-body .event-img ul li:hover {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}

.echron-body .event-img ul li img {
    border-radius: 8px;
}

.echron-body .event-img ul li .content {
    text-align: center;
    font-size: 17px;
}
.echron-body .event-img ul li .img-txt{
    display: none;
}
.echron-body .event-img ul li .img-txt p{
    font-size: 13px;
    text-align: justify;
    color: #23ae99;
    padding: 0 15px;
    font-weight: 500;
}

.echron-body .event-img ul li .content .content-item {
    position: relative;
    bottom: 17px;
}

.echron-body .event-img ul li .content a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.echron-body .event-img ul li .content a:hover {
    color: #23ae99;
}

.echron-body .event-img ul li .content button a {
    color: #23ae99;
}

.echron-body .event-img ul li .content button {
    background: #fff;
    border-radius: 50px;
    border: 0;
    text-transform: uppercase;
    position: relative;
    bottom: 25px;
    padding: 5px 20px;
    font-weight: 500;
}

.echron-body .content-para {
    text-align: center;
    padding: 20px 0;
}

.echron-body .content-para p {
    text-align: justify;
    font-size: 15px;
    color: #464646;
}

.echron-body .content-para button a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.echron-body .content-para button {
    background: #23ae99;
    border-radius: 50px;
    padding: 10px 30px;
    border: 0;
}
@media (min-width:768px) and (max-width:991px) {}
/*RESPONSIVE for mobile screen********************************************************ECHRON*/