@media(min-width: 1199px){
    .infographic.infographic-1::before{
        display: none;
    }
    .infographic::before{
        content: '';
        background-image: url(../../img/arrow.png);
        display: block;
        width: 80px;
        height: 15px;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -70px;
    }
}
.infographic-key{
    font-size: 60px;
}