#features .features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#features .features-list li {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    float: none;
    padding: 18px 0;
    position: relative;
    width: 100%;
}

#features .features-list li i {
    align-items: center;
    background-color: #e0f2fe;
    border-radius: 50%;
    box-sizing: border-box;
    color: #0284c7;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 48px;
    justify-content: center;
    left: auto;
    line-height: 1;
    margin: 0 12px 0 0;
    padding: 12px;
    position: static;
    right: auto;
    text-align: center;
    top: auto;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 48px;
}

#features .features-list li:hover i,
#features .features-list li:hover .fa {
    background-color: #bae6fd;
    color: #0284c7;
}

#features .features-list-left li i,
#features .features-list-right li i {
    left: auto;
    right: auto;
}

#features .features-list-left .features-content,
#features .features-list-right .features-content {
    float: none;
    flex: 1;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

#features .features-content {
    display: block;
    flex: 1;
    float: none;
    min-width: 0;
    width: auto;
}

#features .features-content h4 {
    font-family: "Noto Sans Georgian", Inter, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 6px;
    text-transform: none;
}

#features .features-content p {
    color: #4b5563;
    font-family: "Noto Sans Georgian", Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    #features .col-md-4 {
        width: 100%;
    }

    #features .features-list li {
        align-items: flex-start;
        flex-direction: row;
    }

    #features .features-left,
    #features .features-right {
        margin: 0;
    }

    #features .feature-img {
        margin: 10px 0 24px;
        padding: 0;
    }

    #features .feature-img img {
        max-width: 280px;
        width: 70%;
    }
}
