.choose-img img{
    width: 20%;
}
.post-title-choose{
    margin-top: 15px;
}
.post-title-choose:hover {
    color: #3B83F6;
}
.describtion-choose{
    margin-top: 15px;
    padding-bottom: 20px;
}
.atf-single-feature-choose{
    border-radius: 16px;
}
/* Full width image container */
.eva-area {
    position: relative;
    width: 100vw;
    height: auto;
}

/* Full width image */
.eva-area img {
    width: 100%;
    height: auto;
    display: block;
}

/* Optional: if container needs content, center it */
.eva-area .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Add content positioning styles if needed */
}