.img {
    position: relative;
}

    .img .circle {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 10;
        border: 3px solid white;
        border-radius: 25px;
        padding: 20px;
        height: 10px;
        width: 10px;
        background: rgba(0,0,0,.3);
    }

    .img .triangle {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        transform: translate(-25%, -50%);
    }

.ulWidht150 {
    width: 150px;
}

.ulWidht300 {
    width: 300px;
}

.footer_solution-text {
    font-size: 14px;
    letter-spacing: -.35px;
    margin-block: 0;
}

.footer_column a {
    text-decoration: none;
    color: #484848;
}

.footer_solution-center-phone {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.6px;
    color: #212121;
    margin-block: 12px;
}

.footer_whatsapp {
    display: inline-flex;
    align-items: center;
    color: #212121;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.35px;
}

.footer__whatsapp-icon {
    margin-right: 12px;
}