.img_logo{
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #000;
            font-weight: bold;
            font-size: 16px;
        }
        .img_logo span:nth-of-type(1){
            width: 30px;
            height: 30px;
            background-color: #81BB04;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 30px;
            flex-shrink: 0;
        }
        .img_logo span:nth-of-type(1)>img{
            width: 20px;
            height: 20px;
        }