.features-section .features-list {
    padding-left: 0;
}

.features-section .features-list li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.features-section .features-list li.active a .tuia-card::before {
    opacity: 1;
}

.features-section .features-list li a {
    display: block;
    text-decoration: none;
}

.features-section .features-list li a .tuia-card {
    background-color: var(--rv-white);
    padding: 15px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 15px 0 #ddd;
    overflow: hidden;
    transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover {
    transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover::before {
    opacity: 0.5;
}

.features-section .features-list li a .tuia-card::before {
    content: "";
    width: 100px;
    height: 150px;
    right: -35px;
    top: -61px;
    position: absolute;
    background: var(--rv-primary);
    transition: 0.5s;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.2;
    transform: rotate(-45deg);
}

.features-section .features-list li a .tuia-card .content p {
    color: #555;
}

.features-section .features-list li a .tuia-card .content p:last-child {
    margin-bottom: 0;
}

.features-section .features-list li a .tuia-card .ih-card {
    display: flex;
    align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.features-section .features-list li a .tuia-card .ih-card .icone .flaticonhiw {
    font-size: 30px;
}

.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
    font-weight: 600;
    color: #666;
    margin: 0;
    margin-bottom: 0;
}

.features-section .download-text {
    text-align: center;
}

.features-section .download-text h4 {
    margin-top: 20px;
}

.features-section .download-text .stores {
    justify-content: center;
}

.features-section .tyi-items {
    text-align: center;
}

.features-section .tyi-items img {
    height: 450px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 767px) {
    .features-section .tyi-items {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .features-section .tyi-items img {
        width: 100%;
    }
}

.stores {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .stores {
        justify-content: center;
        margin-bottom: 30px;
    }
}

.stores .stors {
    padding: 15px;
}

.stores .stors:hover {
    transition: 0.5s;
    filter: unset;
}

.stores .stors img {
    transition: 0.5s;
    height: 45px;
}