.echron-subscribe {
    color: #fff;
    /* padding: 60px 0; */
}

.echron-subscribe .subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.echron-subscribe .subscribe .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

.echron-subscribe .subscribe .left .lt-left i {
    font-size: 40px;
}

.echron-subscribe .subscribe .left .rt-left h1 {
    font-size: 26px;
}

.echron-subscribe .subscribe .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.echron-subscribe .subscribe .right input {
    padding: 17px 20px;
    border-radius: 5px;
    border: none;
    flex-grow: 1;
    width: 410px;
    letter-spacing: .02em;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.echron-subscribe .subscribe .right .echron-btn-box button {
    background-color: #079441;
}

.echron-subscribe .subscribe .right .echron-btn-box:hover button {
    background-color: #fff;
}
.echron-subscribe .slider-box ul li figure img{
    width: 100%;
    display: block;
}