Untitled

 avatar
unknown
plain_text
a year ago
695 B
4
Indexable
<div class="eg-box_new">
            <span>1</span>
            <span class="eg-image"><img src="https://i.ibb.co/LQLgfLg/Screenshot-2024-01-18-133226.png"></span>
            <span class="eg-text">Accurate Professional Translation and Formatting</span>
        </div>



.eg-box_new {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 18px;
    margin-top: 20px;
    background: white;
    padding: 10px;
}

.eg-box_new .eg-image img {
    width: 45px !important;
    height: 45px !important;
}

.eg-box_new .eg-text {
    width: 100% !important;
    max-width: 185px !important;
    font-size: 14px !important;
}

.eg-box_new > span {
    color: #000000;
}
Editor is loading...
Leave a Comment