.bullets .content-fold-b-img {
    display: none;
}

.bullets .content-fold-c-img {
    display: none;
}

.bullets .content-fold-c-content{
	width: 100%;
}

#primary .bullets ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

#primary .bullets ul li {
    background: #5454547b;
    border-radius: 50px;
    width: calc((100% / 2) - 10px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    transition: all 0.5s ease;
    align-items: center;
    gap: 10px;
}
#primary .bullets ul li:hover{
    background: #ffffff70;    
}
#primary .bullets ul li::before{
    display: none;
}

#primary .bullets ul li br {
    display: none;
}

#primary .bullets ul li lord-icon{
    width: 50px;
}