.ahura_element_icon_box_3
{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 80px;
    border-radius: 7px;
    background-color: #1A24A2;
}

.ahura_element_icon_box_3 .icon {
    position: absolute;
    color: #ffffff;
    font-size: 35px;
}

.ahura_element_icon_box_3 .title {
    color: #ffffff;
    font-size: 20px;
}